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