mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Adjusting UWUW material IDs if needed.
This commit is contained in:
parent
cdcc9181f9
commit
4d58990957
2 changed files with 27 additions and 13 deletions
|
|
@ -14,12 +14,15 @@ extern "C" const bool DAGMC_ENABLED;
|
|||
#include "openmc/position.h"
|
||||
#include "openmc/xml_interface.h"
|
||||
|
||||
class UWUW;
|
||||
|
||||
namespace openmc {
|
||||
|
||||
namespace model {
|
||||
extern std::shared_ptr<moab::DagMC> DAG;
|
||||
}
|
||||
|
||||
|
||||
class DAGUniverse : public Universe {
|
||||
|
||||
public:
|
||||
|
|
@ -28,7 +31,8 @@ public:
|
|||
|
||||
void initialize(); //!< Sets up the DAGMC instance and OpenMC internals
|
||||
|
||||
std::map<int32_t, int32_t> read_uwuw_materials(); //!< Reads UWUW materials and returns an ID map
|
||||
std::shared_ptr<UWUW>
|
||||
read_uwuw_materials(); //!< Reads UWUW materials and returns an ID map
|
||||
|
||||
// Data Members
|
||||
std::string filename_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue