mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Move solver to C++
This commit is contained in:
parent
70cced45bb
commit
e2c2a03220
5 changed files with 563 additions and 18 deletions
|
|
@ -434,6 +434,12 @@ constexpr int RUN_MODE_PLOTTING {3};
|
|||
constexpr int RUN_MODE_PARTICLE {4};
|
||||
constexpr int RUN_MODE_VOLUME {5};
|
||||
|
||||
// ============================================================================
|
||||
// CMFD CONSTANTS
|
||||
|
||||
// For non-accelerated regions on coarse mesh overlay
|
||||
constexpr int CMFD_NOACCEL {99999};
|
||||
|
||||
} // namespace openmc
|
||||
|
||||
#endif // OPENMC_CONSTANTS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue