Cardinal
|
#include <PointTransformationAux.h>
Public Member Functions | |
PointTransformationAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () |
bool | mappedElement () |
Protected Attributes | |
const int | _d |
Coordinate component to visualize. More... | |
OpenMCCellAverageProblem * | _openmc_problem |
Auxkernel to display the reflected/rotated x, y, and z coordinates that are used when mapping from the [Mesh] to OpenMC's geometry. This can be used to ensure that you set the symmetry parameters on OpenMCCellAverageProblem correctly
PointTransformationAux::PointTransformationAux | ( | const InputParameters & | parameters | ) |
|
protectedvirtual |
Implements OpenMCAuxKernel.
|
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 |
|
protected |
Coordinate component to visualize.
|
protectedinherited |