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
ComputeMGXSAux Class Reference

#include <ComputeMGXSAux.h>

Inheritance diagram for ComputeMGXSAux:
[legend]

Public Member Functions

 ComputeMGXSAux (const InputParameters &parameters)
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Member Functions

virtual Real computeValue () override
 
bool mappedElement ()
 
Real stdev (const double &mean, const double &sum_sq, unsigned int realizations) const
 

Protected Attributes

std::vector< const VariableValue * > _mg_reaction_rates
 The reaction rates for computing the MGXS. More...
 
std::vector< const VariableValue * > _norm_factors
 The normalization factor. Normally the group-wise scalar flux. More...
 
OpenMCCellAverageProblem_openmc_problem
 The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. More...
 

Constructor & Destructor Documentation

◆ ComputeMGXSAux()

ComputeMGXSAux::ComputeMGXSAux ( const InputParameters &  parameters)

Member Function Documentation

◆ computeValue()

virtual Real ComputeMGXSAux::computeValue ( )
overrideprotectedvirtual

◆ 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

◆ stdev()

Real OpenMCBase::stdev ( const double &  mean,
const double &  sum_sq,
unsigned int  realizations 
) const
protectedinherited

Compute standard deviation of a variable

Parameters
[in]meanmean
[in]sum_sqsum squared
[in]realizationsthe number of realizations of the variable
Returns
standard deviation

◆ validParams()

static InputParameters ComputeMGXSAux::validParams ( )
static

Member Data Documentation

◆ _mg_reaction_rates

std::vector<const VariableValue *> ComputeMGXSAux::_mg_reaction_rates
protected

The reaction rates for computing the MGXS.

◆ _norm_factors

std::vector<const VariableValue *> ComputeMGXSAux::_norm_factors
protected

The normalization factor. Normally the group-wise scalar flux.

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