|
Cardinal
|
#include <KEigenvalue.h>
Public Member Functions | |
| KEigenvalue (const InputParameters ¶meters) | |
| virtual void | initialize () override |
| virtual void | execute () override |
| virtual Real | getValue () const override |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| Real | kRelativeError () const |
| Real | stdev (const double &mean, const double &sum_sq, unsigned int realizations) const |
| Real | kMean (const eigenvalue::EigenvalueEnum estimator) const |
| Real | kStandardDeviation (const eigenvalue::EigenvalueEnum estimator) 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... | |
Get the k-effective eigenvalue computed by OpenMC.
| KEigenvalue::KEigenvalue | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtual |
|
overridevirtual |
Reimplemented in Reactivity, and LambdaEffective.
|
inlineoverridevirtual |
|
protectedinherited |
A function which computes the mean value of \(k_{eff}\).
| [in] | estimator | type of estimator |
|
protected |
A function which computes the relative error of k_{eff}.
|
protectedinherited |
A function which computes the standard deviation of \(k_{eff}\).
| [in] | estimator | type of estimator |
|
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.
|
protected |
The value of the kinetics parameter to output.
|
protected |
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.
1.8.16