Move solver to C++

This commit is contained in:
Shikhar Kumar 2018-11-10 12:11:42 -05:00
parent 70cced45bb
commit e2c2a03220
5 changed files with 563 additions and 18 deletions

View file

@ -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