mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
first round of adapting tests
This commit is contained in:
parent
8726744ef2
commit
d4ff02d2a2
4 changed files with 6 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ final_time = 5*24*60*60 # s
|
|||
time_steps = np.full(final_time // time_step, time_step)
|
||||
|
||||
chain_file = './chain_simple.xml'
|
||||
power = 180 # W/cm, for 2D simulations only (use W for 3D)
|
||||
power = 174 # W/cm, for 2D simulations only (use W for 3D)
|
||||
|
||||
###############################################################################
|
||||
# Load previous simulation results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue