Cardinal
|
#include <OpenMCAuxKernel.h>
Public Member Functions | |
OpenMCAuxKernel (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue ()=0 |
bool | mappedElement () |
Protected Attributes | |
OpenMCCellAverageProblem * | _openmc_problem |
Base auxkernel from which to inherit auxkernels that query the OpenMC problem.
OpenMCAuxKernel::OpenMCAuxKernel | ( | const InputParameters & | parameters | ) |
|
protectedpure virtual |
Implemented in PointTransformationAux, CellInstanceAux, CellDensityAux, CellIDAux, CellMaterialIDAux, CellTemperatureAux, and CellVolumeAux.
|
protected |
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 |
|
protected |