#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 () |
Real | stdev (const double &mean, const double &sum_sq, unsigned int realizations) const |
Protected Attributes | |
const MooseEnum | _volume_type |
Interpretation of which volume to display on the Mesh. More... | |
OpenMCCellAverageProblem * | _openmc_problem |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. More... | |
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
|
protectedinherited |
Compute standard deviation of a variable
[in] | mean | mean |
[in] | sum_sq | sum squared |
[in] | realizations | the number of realizations of the variable |
|
static |
|
protectedinherited |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.
|
protected |
Interpretation of which volume to display on the Mesh.