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