Cardinal
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpenMCAuxKernel Class Referenceabstract

#include <OpenMCAuxKernel.h>

Inheritance diagram for OpenMCAuxKernel:
[legend]

Public Member Functions

 OpenMCAuxKernel (const InputParameters &parameters)
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Member Functions

virtual Real computeValue ()=0
 
bool mappedElement ()
 

Protected Attributes

OpenMCCellAverageProblem_openmc_problem
 

Detailed Description

Base auxkernel from which to inherit auxkernels that query the OpenMC problem.

Constructor & Destructor Documentation

◆ OpenMCAuxKernel()

OpenMCAuxKernel::OpenMCAuxKernel ( const InputParameters &  parameters)

Member Function Documentation

◆ computeValue()

virtual Real OpenMCAuxKernel::computeValue ( )
protectedpure virtual

◆ mappedElement()

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

Returns
whether element maps to OpenMC

◆ validParams()

static InputParameters OpenMCAuxKernel::validParams ( )
static

Member Data Documentation

◆ _openmc_problem

OpenMCCellAverageProblem* OpenMCAuxKernel::_openmc_problem
protected

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