mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
added cmfd execute back in and commented out HDF5 writing -- need to integrate with Paul now
This commit is contained in:
parent
b873c695d3
commit
b0b1612106
2 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ contains
|
|||
write(108,*) cmfd % dhat
|
||||
|
||||
! write cmfd object to hdf5 file
|
||||
call write_hdf5()
|
||||
! call write_hdf5()
|
||||
|
||||
! solve diffusion equation
|
||||
call cmfd_solver()
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@ program main
|
|||
call run_problem()
|
||||
end if
|
||||
|
||||
! run diffusion
|
||||
call execute_cmfd()
|
||||
|
||||
! finalize run
|
||||
call finalize_run()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue