Cardinal
|
#include <ComputeMGXSAux.h>
Public Member Functions | |
ComputeMGXSAux (const InputParameters ¶meters) | |
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... | |
This auxkernel computes an arbitrary multi-group cross section given a group-wise reaction rate and a group-wise scalar flux.
ComputeMGXSAux::ComputeMGXSAux | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
Implements OpenMCAuxKernelTempl< ComputeValueType >.
|
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
|
protectedinherited |
Compute standard deviation of a variable
[in] | mean | mean |
[in] | sum_sq | sum squared |
[in] | realizations | the number of realizations of the variable |
|
static |
|
protected |
The reaction rates for computing the MGXS.
|
protected |
The normalization factor. Normally the group-wise scalar flux.
|
protectedinherited |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.