#include <TallyRelativeError.h>
Public Member Functions | |
TallyRelativeError (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
virtual Real | getValue () const override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const operation::OperationEnum | _type |
type of extrema operation | |
std::string | _score |
The tally score we want to fetch the relative error of. | |
OpenMCCellAverageProblem * | _openmc_problem |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. | |
Compute the max/min relative error of the tally coupling OpenMC to MOOSE.
TallyRelativeError::TallyRelativeError | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
|
static |
|
protectedinherited |
The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.
|
protected |
The tally score we want to fetch the relative error of.
|
protected |
type of extrema operation