Test object for testing distribution capabilities. More...
#include <TestDistributionDirectPostprocessor.h>
Public Member Functions | |
TestDistributionDirectPostprocessor (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
virtual PostprocessorValue | getValue () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const NormalDistribution & | _distribution |
Object of statistics distribution. More... | |
const Real & | _value |
The value to supply to method. More... | |
const Real & | _mean |
Value of mean to test direct method. More... | |
const Real & | _std_dev |
Value of standard deviation to test direct method. More... | |
const MooseEnum & | _distribution_method |
The distribution method to call. More... | |
Test object for testing distribution capabilities.
WARNING! This object is only for testing and should not be used in general.
Definition at line 25 of file TestDistributionDirectPostprocessor.h.
TestDistributionDirectPostprocessor::TestDistributionDirectPostprocessor | ( | const InputParameters & | parameters | ) |
Definition at line 32 of file TestDistributionDirectPostprocessor.C.
|
inlineoverridevirtual |
Definition at line 32 of file TestDistributionDirectPostprocessor.h.
|
overridevirtual |
Definition at line 44 of file TestDistributionDirectPostprocessor.C.
|
inlineoverridevirtual |
Definition at line 31 of file TestDistributionDirectPostprocessor.h.
|
static |
Definition at line 18 of file TestDistributionDirectPostprocessor.C.
|
protected |
Object of statistics distribution.
Definition at line 37 of file TestDistributionDirectPostprocessor.h.
Referenced by getValue().
|
protected |
The distribution method to call.
Definition at line 49 of file TestDistributionDirectPostprocessor.h.
Referenced by getValue().
|
protected |
Value of mean to test direct method.
Definition at line 43 of file TestDistributionDirectPostprocessor.h.
Referenced by getValue().
|
protected |
Value of standard deviation to test direct method.
Definition at line 46 of file TestDistributionDirectPostprocessor.h.
Referenced by getValue().
|
protected |
The value to supply to method.
Definition at line 40 of file TestDistributionDirectPostprocessor.h.
Referenced by getValue().