mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Initialize the properties of the virtual lattice
This commit is contained in:
parent
4fec3309f5
commit
ee547fce05
1 changed files with 8 additions and 7 deletions
|
|
@ -336,13 +336,14 @@ public:
|
|||
//----------------------------------------------------------------------------
|
||||
// Data members
|
||||
|
||||
int32_t id_; //!< Unique ID
|
||||
std::string name_; //!< User-defined name
|
||||
Fill type_; //!< Material, universe, or lattice
|
||||
int32_t universe_; //!< Universe # this cell is in
|
||||
int32_t fill_; //!< Universe # filling this cell
|
||||
bool virtual_lattice_; //!< If the cell is the base of a virtual triso lattice
|
||||
bool triso_particle_;
|
||||
int32_t id_; //!< Unique ID
|
||||
std::string name_; //!< User-defined name
|
||||
Fill type_; //!< Material, universe, or lattice
|
||||
int32_t universe_; //!< Universe # this cell is in
|
||||
int32_t fill_; //!< Universe # filling this cell
|
||||
bool virtual_lattice_ =
|
||||
false; //!< If the cell is the base of a virtual triso lattice
|
||||
bool triso_particle_ = false; //!< If the cell contains a triso particle
|
||||
|
||||
//! \brief Specification of the virtual lattice
|
||||
vector<double> vl_lower_left_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue