mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Add switch to disable uwuw in DAGUniverse with external DAG
This commit is contained in:
parent
cc6c3ac9e6
commit
fb9c12bd14
2 changed files with 6 additions and 1 deletions
|
|
@ -161,6 +161,7 @@ private:
|
|||
std::shared_ptr<UWUW>
|
||||
uwuw_; //!< Pointer to the UWUW instance for this universe
|
||||
std::unique_ptr<dagmcMetaData> dmd_ptr; //! Pointer to DAGMC metadata object
|
||||
bool uwuw_disabled; //!< Switch to disable UWUW materials
|
||||
bool adjust_geometry_ids_; //!< Indicates whether or not to automatically
|
||||
//!< generate new cell and surface IDs for the
|
||||
//!< universe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue