#include <CellVolumeAux.h>
Public Member Functions | |
CellVolumeAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () |
bool | mappedElement () |
Protected Attributes | |
const MooseEnum | _volume_type |
Interpretation of which volume to display on the Mesh. | |
OpenMCCellAverageProblem * | _openmc_problem |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. | |
Auxkernel to display the OpenMC cell mapped volumes
CellVolumeAux::CellVolumeAux | ( | const InputParameters & | parameters | ) |
|
protectedvirtual |
Implements OpenMCAuxKernelTempl< ComputeValueType >.
|
protectedinherited |
Determine whether the MOOSE element maps to an OpenMC cell to make sure we don't call accessor methods that rely on valid values for the cell instance and index
|
static |
|
protectedinherited |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.
|
protected |
Interpretation of which volume to display on the Mesh.