#include <CellIDAux.h>
|
| | CellIDAux (const InputParameters ¶meters) |
| |
Auxkernel to display the mapping of OpenMC cell IDs to elements.
◆ CellIDAux()
| CellIDAux::CellIDAux |
( |
const InputParameters & |
parameters | ) |
|
◆ computeValue()
| virtual Real CellIDAux::computeValue |
( |
| ) |
|
|
protectedvirtual |
◆ errorCoupledConstMonomial()
template<typename ComputeValueType >
| void OpenMCAuxKernelTempl< ComputeValueType >::errorCoupledConstMonomial |
( |
const std::string & |
param_name | ) |
|
|
protectedinherited |
A function which throws an error if a coupled variable is not a constant monomial.
- Parameters
-
| [in] | param_name | the name of the paraemter to check |
◆ getScore()
| std::string TallyInterface::getScore |
( |
const std::string & |
score_param | ) |
|
|
protectedinherited |
Get the score given a parameter name which points to a MooseEnum parameter. This checks to ensure that the score is valid (at least one tally is accumulating it).
- Parameters
-
| [in] | score_param | the name of the input parameter holding the score |
- Returns
- the valid score
◆ kMean()
A function which computes the mean value of \(k_{eff}\).
- Parameters
-
| [in] | estimator | type of estimator |
- Returns
- the mean value of the k-eigenvalue
◆ kStandardDeviation()
A function which computes the standard deviation of \(k_{eff}\).
- Parameters
-
| [in] | estimator | type of estimator |
- Returns
- the standard deviation of the k-eigenvalue
◆ 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
◆ tallyByScore()
| std::string TallyInterface::tallyByScore |
( |
const std::string & |
score, |
|
|
const std::string & |
tally_param |
|
) |
| |
|
protectedinherited |
Fetch a tally name by the score and the tally param in the input parameters. This checks the tally to ensure it is valid for the given score. If the parameter 'tally_param' is not valid and only one tally object accumulates 'score', this function returns the name of that tally.
- Parameters
-
| [in] | score | the score which the tally should be accumulating |
| [in] | tally_param | the parameter name in the input parameters for '_object' which contains the name of a tally. |
- Returns
- the name of the tally which can be used to fetch score variables
◆ validParams()
| static InputParameters CellIDAux::validParams |
( |
| ) |
|
|
static |
◆ _openmc_problem
The documentation for this class was generated from the following file: