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

#include <CellVolumeAux.h>

Inheritance diagram for CellVolumeAux:
[legend]

Public Member Functions

 CellVolumeAux (const InputParameters &parameters)
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Member Functions

virtual Real computeValue ()
 
bool mappedElement ()
 

Protected Attributes

const MooseEnum _volume_type
 Interpretation of which volume to display on the Mesh. More...
 
OpenMCCellAverageProblem_openmc_problem
 

Detailed Description

Auxkernel to display the OpenMC cell mapped volumes

Constructor & Destructor Documentation

◆ CellVolumeAux()

CellVolumeAux::CellVolumeAux ( const InputParameters &  parameters)

Member Function Documentation

◆ computeValue()

virtual Real CellVolumeAux::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 CellVolumeAux::validParams ( )
static

Member Data Documentation

◆ _openmc_problem

OpenMCCellAverageProblem* OpenMCAuxKernel::_openmc_problem
protectedinherited

◆ _volume_type

const MooseEnum CellVolumeAux::_volume_type
protected

Interpretation of which volume to display on the Mesh.


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