#include <ComputeMGXSAux.h>
◆ ComputeMGXSAux()
ComputeMGXSAux::ComputeMGXSAux |
( |
const InputParameters & |
parameters | ) |
|
◆ computeValue()
virtual Real ComputeMGXSAux::computeValue |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ mappedElement()
template<typename ComputeValueType >
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] | mean | mean |
[in] | sum_sq | sum squared |
[in] | realizations | the number of realizations of the variable |
- Returns
- standard deviation
◆ validParams()
static InputParameters ComputeMGXSAux::validParams |
( |
| ) |
|
|
static |
◆ _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
The documentation for this class was generated from the following file: