#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 Attributes | |
const eigenvalue::EigenvalueEnum | _type |
OpenMCCellAverageProblem * | _openmc_problem |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. | |
Calculate the reactivity based on the k-effective value.
Reactivity::Reactivity | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtualinherited |
|
overridevirtual |
Reimplemented from KEigenvalue.
|
inlineoverridevirtualinherited |
|
static |
|
protectedinherited |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.
|
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.