Loading [MathJax]/extensions/tex2jax.js
Cardinal
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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.
 
OpenMCCellAverageProblem_openmc_problem
 The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.
 

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

◆ mappedElement()

template<typename ComputeValueType >
bool OpenMCAuxKernelTempl< ComputeValueType >::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* OpenMCBase::_openmc_problem
protectedinherited

The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.


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