Go to the documentation of this file.
13 #include "ElementVariablePostprocessor.h"
31 virtual void execute()
override;
33 virtual void threadJoin(
const UserObject & y)
override;
InputParameters validParams< LevelSetVolume >()
virtual void execute() override
virtual Real getValue() override
const Real & _threshold
The level set contour to consider for computing inside vs. outside of the volume.
Real _volume
The accumulated volume to return as a PostprocessorValue.
virtual void finalize() override
virtual void initialize() override
LevelSetVolume(const InputParameters ¶meters)
virtual void computeQpValue() override
Postprocessor to compute the area/volume inside and outside of a level set contour.
const bool _inside
Flag for triggering the internal volume calculation.
virtual void threadJoin(const UserObject &y) override