30 virtual void execute()
override;
71 std::unique_ptr<libMesh::PointLocatorBase>
_pl;
Real PostprocessorValue
various MOOSE typedefs
Interface for objects that needs coupling capabilities.
Find a specific target value along a sampling line.
const Real & _default_value
value to return if target value is not found on the line and _error_if_not_found is false
static InputParameters validParams()
MooseVariable & _coupled_var
coupled variable
Real _position
detected interface location
virtual void execute() override
Execute method.
virtual PostprocessorValue getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
const bool & _error_if_not_found
boolean indicating whether to stop with an error if value is not found on the line
const unsigned int _depth
search depth
std::vector< Point > _point_vec
So we don't have to create and destroy the dummy vector.
const Point _start_point
line to sample along
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
MooseMesh & _mesh
The Mesh we're using.
const Real _tol
tolerance for comparison to the target value
Real getValueAtPoint(const Point &p)
const Real _target
value to find along the line
std::unique_ptr< libMesh::PointLocatorBase > _pl
helper object to locate elements containing points
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
const InputParameters & parameters() const
Get the parameters of the object.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...