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
OpenMCAuxKernelTempl< ComputeValueType > Class Template Referenceabstract

#include <OpenMCAuxKernel.h>

Inheritance diagram for OpenMCAuxKernelTempl< ComputeValueType >:
[legend]

Public Member Functions

 OpenMCAuxKernelTempl (const InputParameters &parameters)
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Member Functions

virtual ComputeValueType computeValue ()=0
 
bool mappedElement ()
 

Protected Attributes

OpenMCCellAverageProblem_openmc_problem
 The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.
 

Detailed Description

template<typename ComputeValueType>
class OpenMCAuxKernelTempl< ComputeValueType >

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

Constructor & Destructor Documentation

◆ OpenMCAuxKernelTempl()

template<typename ComputeValueType >
OpenMCAuxKernelTempl< ComputeValueType >::OpenMCAuxKernelTempl ( const InputParameters &  parameters)

Member Function Documentation

◆ computeValue()

template<typename ComputeValueType >
virtual ComputeValueType OpenMCAuxKernelTempl< ComputeValueType >::computeValue ( )
protectedpure virtual

◆ mappedElement()

template<typename ComputeValueType >
bool OpenMCAuxKernelTempl< ComputeValueType >::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()

template<typename ComputeValueType >
static InputParameters OpenMCAuxKernelTempl< ComputeValueType >::validParams ( )
static

Member Data Documentation

◆ _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: