Loading [MathJax]/extensions/tex2jax.js
Cardinal
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpenMCCoupledCells Class Reference

#include <OpenMCCoupledCells.h>

Inheritance diagram for OpenMCCoupledCells:
[legend]

Public Member Functions

 OpenMCCoupledCells (const InputParameters &parameters)
 
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
 

Protected Attributes

OpenMCCellAverageProblem_openmc_problem
 The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ OpenMCCoupledCells()

OpenMCCoupledCells::OpenMCCoupledCells ( const InputParameters &  parameters)

Member Function Documentation

◆ execute()

virtual void OpenMCCoupledCells::execute ( )
inlineoverridevirtual

◆ getValue()

virtual Real OpenMCCoupledCells::getValue ( ) const
overridevirtual

◆ initialize()

virtual void OpenMCCoupledCells::initialize ( )
inlineoverridevirtual

◆ stdev()

Real OpenMCBase::stdev ( const double &  mean,
const double &  sum_sq,
unsigned int  realizations 
) const
protectedinherited

Compute standard deviation of a variable

Parameters
[in]meanmean
[in]sum_sqsum squared
[in]realizationsthe number of realizations of the variable
Returns
standard deviation

◆ validParams()

static InputParameters OpenMCCoupledCells::validParams ( )
static

Member Data Documentation

◆ _openmc_problem

OpenMCCellAverageProblem* OpenMCBase::_openmc_problem
protectedinherited

The OpenMCCellAverageProblem required by all objects which inherit from OpenMCBase.


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