#include <OpenMCNuclideDensities.h>
Public Member Functions | |
OpenMCNuclideDensities (const InputParameters ¶meters) | |
virtual void | initialize () |
virtual void | finalize () |
virtual void | execute () |
virtual void | setValue () |
Instead, we want to have a separate method that we can call from the OpenMC problem. | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const int32_t & | _material_id |
The material ID. | |
int32_t | _material_index |
The material index. | |
const std::vector< std::string > & | _names |
Nuclide names. | |
const std::vector< double > & | _densities |
Nuclide densities. | |
OpenMCCellAverageProblem * | _openmc_problem |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. | |
User object to modify the nuclide densities in an OpenMC material.
OpenMCNuclideDensities::OpenMCNuclideDensities | ( | const InputParameters & | parameters | ) |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Instead, we want to have a separate method that we can call from the OpenMC problem.
|
static |
|
protected |
Nuclide densities.
|
protected |
The material ID.
|
protected |
The material index.
|
protected |
Nuclide names.
|
protectedinherited |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.