Cardinal
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
TallyRelativeError Class Reference

#include <TallyRelativeError.h>

Inheritance diagram for TallyRelativeError:
[legend]

Public Member Functions

 TallyRelativeError (const InputParameters &parameters)
 
virtual Real getValue () const override
 
virtual void initialize () override
 
virtual void execute () override
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Attributes

const operation::OperationEnum _type
 type of extrema operation More...
 
int _tally_index
 index of score in _tally_score of the problem More...
 
const OpenMCCellAverageProblem_openmc_problem
 

Detailed Description

Compute the max/min relative error of the tally coupling OpenMC to MOOSE.

Constructor & Destructor Documentation

◆ TallyRelativeError()

TallyRelativeError::TallyRelativeError ( const InputParameters &  parameters)

Member Function Documentation

◆ execute()

virtual void OpenMCPostprocessor::execute ( )
inlineoverridevirtualinherited

◆ getValue()

virtual Real TallyRelativeError::getValue ( ) const
overridevirtual

◆ initialize()

virtual void OpenMCPostprocessor::initialize ( )
inlineoverridevirtualinherited

◆ validParams()

static InputParameters TallyRelativeError::validParams ( )
static

Member Data Documentation

◆ _openmc_problem

const OpenMCCellAverageProblem* OpenMCPostprocessor::_openmc_problem
protectedinherited

◆ _tally_index

int TallyRelativeError::_tally_index
protected

index of score in _tally_score of the problem

◆ _type

const operation::OperationEnum TallyRelativeError::_type
protected

type of extrema operation


The documentation for this class was generated from the following file: