|
Cardinal
|
#include <OpenMCCoupledCells.h>
Public Member Functions | |
| OpenMCCoupledCells (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 | 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 | |
| OpenMCCellAverageProblem * | _openmc_problem |
| The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. More... | |
Get the number of cells for which OpenMC is receiving temperature and/or density feedback from MOOSE, or which are sending a cell tally to MOOSE.
| OpenMCCoupledCells::OpenMCCoupledCells | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
|
protectedinherited |
A function which computes the mean value of \(k_{eff}\).
| [in] | estimator | type of estimator |
|
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.
1.8.16