mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 20:15:26 -04:00
Updates based on comments from @paulromano.
This commit is contained in:
parent
11acaacb4f
commit
81388cf5b9
4 changed files with 4 additions and 26 deletions
|
|
@ -16,7 +16,6 @@ particles = 1000
|
|||
time_step = 1*24*60*60 # s
|
||||
final_time = 5*24*60*60 # s
|
||||
time_steps = np.full(final_time // time_step, time_step)
|
||||
print(time_steps)
|
||||
chain_file = './chain_simple.xml'
|
||||
power = 174 # W/cm, for 2D simulations only (use W for 3D)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue