#include <OpenMCTallyEditor.h>
User object to modify an OpenMC tally
◆ OpenMCTallyEditor()
| OpenMCTallyEditor::OpenMCTallyEditor |
( |
const InputParameters & |
parameters | ) |
|
◆ duplicateTallyError()
| void OpenMCTallyEditor::duplicateTallyError |
( |
const int32_t & |
id | ) |
const |
Error to throw if multiple tally editor objects have the same tally id
- Parameters
-
| [in] | id | ID to use in error message |
◆ execute()
| virtual void OpenMCTallyEditor::execute |
( |
| ) |
|
|
overridevirtual |
◆ finalize()
| virtual void OpenMCTallyEditor::finalize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ initialize()
| virtual void OpenMCTallyEditor::initialize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ 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
◆ mappedTallyError()
| void OpenMCTallyEditor::mappedTallyError |
( |
const int32_t & |
id | ) |
const |
Error to throw if tally editor is trying to edit a tally Cardinal is controlling for multiphysics
- Parameters
-
| [in] | id | ID to use in error message |
◆ 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
◆ tallyExists()
| bool OpenMCTallyEditor::tallyExists |
( |
| ) |
const |
◆ tallyId()
| int32_t OpenMCTallyEditor::tallyId |
( |
| ) |
const |
|
inline |
Get the tally ID
- Returns
- tally ID
◆ tallyIndex()
| int32_t OpenMCTallyEditor::tallyIndex |
( |
| ) |
const |
Get the index of the tally in OpenMC's data space, creating it if necessary
- Returns
- tally index
◆ validParams()
| static InputParameters OpenMCTallyEditor::validParams |
( |
| ) |
|
|
static |
◆ _openmc_problem
◆ _tally_id
| const int32_t& OpenMCTallyEditor::_tally_id |
|
protected |
The documentation for this class was generated from the following file: