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