Go to the documentation of this file.
13 #include "FunctionInterface.h"
33 virtual Real
value(Real t,
const Point & p)
const override;
const Real _deactivation_time
Deactivation time.
const Real _active_length
Active length.
Defines the position of a moving front.
RealVectorValue _front_normal
Front unit normal.
InputParameters validParams< MovingPlanarFront >()
const Real _false_value
False value to return.
const RealVectorValue _start_posn
Initial position of front.
const Real _true_value
True value to return.
const RealVectorValue _end_posn
Final position of the front: together with start_posn this defines the front's normal.
const Function & _distance
The front's distance from start_posn (along the normal direction)
const Real _activation_time
Activation time.
MovingPlanarFront(const InputParameters ¶meters)
virtual Real value(Real t, const Point &p) const override