|
Cardinal
|
#include <OpenMCParticles.h>
Public Member Functions | |
| OpenMCParticles (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 | |
| const MooseEnum & | _type |
| OpenMCCellAverageProblem * | _openmc_problem |
| The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. More... | |
Get the total number of particles simulated in OpenMC, i.e. the product of the particles/batch multiplied by number of batches.
| OpenMCParticles::OpenMCParticles | ( | 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.
|
protected |
How to report the particles, either as the values used in the most recent Picard iteration, vs. a total accumulated over all previous OpenMC solves.
1.8.16