Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
Python
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Python ReactorMG.B示例
编程语言:
Python
命名空间/包名称:
bright.reactormg
类/类型:
ReactorMG
方法/功能:
B
hotexamples.com的示例:
1
Python ReactorMG.B - 已找到1个示例
。这些是从开源项目中提取的最受好评的
bright.reactormg.ReactorMG.B
现实Python示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
B(1)
P_NL(1)
S_O(1)
S_T(1)
chemical_form_cool(1)
chemical_form_fuel(1)
flux(1)
lattice_flag(1)
loadlib(1)
pitch(1)
r_fuel(1)
rescale_hydrogen_xs(1)
rho_fuel(1)
target_BU(1)
use_zeta(1)
常用方法
B (1)
P_NL (1)
S_O (1)
S_T (1)
chemical_form_cool (1)
chemical_form_fuel (1)
flux (1)
lattice_flag (1)
loadlib (1)
pitch (1)
常用方法
r_fuel (1)
rescale_hydrogen_xs (1)
rho_fuel (1)
target_BU (1)
use_zeta (1)
示例#1
0
显示文件
文件:
test_reactormg.py
项目:
bartonfriedland/bright
def test_B(): rmg = ReactorMG() rmg.B = 3 assert_equal(rmg.B, 3)
x