mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Making index_cmfd_mesh part of openmc::settings.
This commit is contained in:
parent
96c1afc8f7
commit
0baec6f9d5
4 changed files with 15 additions and 12 deletions
|
|
@ -61,7 +61,8 @@ extern std::string path_statepoint; //!< path to a statepoint file
|
|||
|
||||
extern "C" int32_t index_entropy_mesh; //!< Index of entropy mesh in global mesh array
|
||||
extern "C" int32_t index_ufs_mesh; //!< Index of UFS mesh in global mesh array
|
||||
|
||||
extern "C" int32_t index_cmfd_mesh; //!< Index of CMFD mesh in global mesh array
|
||||
|
||||
extern "C" int32_t n_batches; //!< number of (inactive+active) batches
|
||||
extern "C" int32_t n_inactive; //!< number of inactive batches
|
||||
extern "C" int32_t gen_per_batch; //!< number of generations per batch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue