29 virtual Real
value(
const Point & p)
override;
BoundingBoxIC allows setting the initial condition of a value inside and outside of a specified box.
const Real _inside
The constant value to assign within the bounding box.
static InputParameters validParams()
const Point _bottom_left
The Point object constructed from the x1, y1, z1 components for the bottom left BB corner.
const Real _outside
The constant value to assign outside of the bounding box.
const Point _top_right
The Point object constructed from the x2, y2, z2 components for the bottom left BB corner.
virtual Real value(const Point &p) override
The value of the variable at a point.
const Real _int_width
Interfacial width.
This is a template class that implements the workhorse compute and computeNodal methods.
const InputParameters & parameters() const
Get the parameters of the object.