#include <OpenMCAuxKernel.h>
Public Member Functions | |
OpenMCAuxKernelTempl (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual ComputeValueType | computeValue ()=0 |
bool | mappedElement () |
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... | |
Base auxkernel from which to inherit auxkernels that query the OpenMC problem.
OpenMCAuxKernelTempl< ComputeValueType >::OpenMCAuxKernelTempl | ( | const InputParameters & | parameters | ) |
|
protectedpure virtual |
|
protected |
Determine whether the MOOSE element maps to an OpenMC cell to make sure we don't call accessor methods that rely on valid values for the cell instance and index
|
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.