Cardinal
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PointTransformationAux Class Reference

#include <PointTransformationAux.h>

Inheritance diagram for PointTransformationAux:
[legend]

Public Member Functions

 PointTransformationAux (const InputParameters &parameters)
 

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PointTransformationAux()

PointTransformationAux::PointTransformationAux ( const InputParameters &  parameters)

Member Function Documentation

◆ computeValue()

virtual Real PointTransformationAux::computeValue ( )
protectedvirtual

Implements OpenMCAuxKernel.

◆ mappedElement()

bool OpenMCAuxKernel::mappedElement ( )
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

Returns
whether element maps to OpenMC

◆ validParams()

static InputParameters PointTransformationAux::validParams ( )
static

Member Data Documentation

◆ _d

const int PointTransformationAux::_d
protected

Coordinate component to visualize.

◆ _openmc_problem

OpenMCCellAverageProblem* OpenMCAuxKernel::_openmc_problem
protectedinherited

The documentation for this class was generated from the following file: