27 virtual void execute()
override;
57 std::vector<VectorPostprocessorValue *>
_volumes;
ArrayVariableValueVolumeHistogram(const InputParameters ¶meters)
Class for stuff related to variables.
const InputParameters & parameters() const
Get the parameters of the object.
const Real _deltaV
bin width
virtual void execute() override
Execute method.
const Real _min_value
minimum variable value
const ArrayVariableValue & _value
coupled variable that is being binned
virtual void threadJoin(const UserObject &y) override
Must override.
static InputParameters validParams()
std::vector< VectorPostprocessorValue * > _volumes
aggregated volumes of all components for the given bin
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
VectorPostprocessorValue & _bin_center
value mid point of the bin
std::vector< Real > VectorPostprocessorValue
virtual void finalize() override
Finalize.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _max_value
maximum variable value
Compute histograms of volume fractions binned according to component values of an array variable...
const unsigned int _nbins
number of histogram bins
const ArrayMooseVariable & _var
coupled array variable
Base class for user-specific data.
unsigned int _qp
current quadrature point - used in computeVolume()