mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
removed restart and hdf5 capability for cmfd temporarily
This commit is contained in:
parent
4e31b92eb0
commit
30cdfc0ca2
1 changed files with 5 additions and 5 deletions
10
src/main.F90
10
src/main.F90
|
|
@ -1,7 +1,7 @@
|
|||
program main
|
||||
|
||||
use cmfd_execute, only: execute_cmfd,allocate_cmfd,cmfd_solver
|
||||
use cmfd_utils, only: read_hdf5
|
||||
use cmfd_execute, only: execute_cmfd
|
||||
! use cmfd_utils, only: read_hdf5
|
||||
use constants
|
||||
use global
|
||||
use finalize, only: finalize_run
|
||||
|
|
@ -47,13 +47,13 @@ program main
|
|||
cmfd_only = .TRUE.
|
||||
|
||||
! read in HDF5 file
|
||||
call read_hdf5()
|
||||
! call read_hdf5()
|
||||
|
||||
! run diffusion
|
||||
call cmfd_solver()
|
||||
! call cmfd_solver()
|
||||
|
||||
! deallocate arrays
|
||||
call free_memory()
|
||||
! call free_memory()
|
||||
|
||||
! terminate code
|
||||
stop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue