#include <Reactivity.h>
Public Member Functions | |
Reactivity (const InputParameters ¶meters) | |
virtual Real | getValue () const override |
virtual void | initialize () override |
virtual void | execute () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
Real | kMean () const |
Real | KStandardDeviation () const |
Real | kRelativeError () const |
Real | stdev (const double &mean, const double &sum_sq, unsigned int realizations) const |
Protected Attributes | |
const eigenvalue::EigenvalueEnum | _type |
const statistics::OutputEnum | _output |
The value of the kinetics parameter to output. More... | |
OpenMCCellAverageProblem * | _openmc_problem |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. More... | |
Calculate the reactivity based on the k-effective value.
Reactivity::Reactivity | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtualinherited |
|
overridevirtual |
Reimplemented from KEigenvalue.
|
inlineoverridevirtualinherited |
|
protectedinherited |
A function which computes the mean value of k_{eff}.
|
protectedinherited |
A function which computes the relative error of k_{eff}.
|
protectedinherited |
A function which computes the standard deviation of k_{eff}.
|
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 |
|
protectedinherited |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.
|
protectedinherited |
The value of the kinetics parameter to output.
|
protectedinherited |
Type of k-effective value to report. Options: collision, absorption, tracklength, and combined (default).
The combined k-effective estimate is a minimum variance estimate of k-effective based on a linear combination of the collision, absorption, and tracklength estimates.