20 "Sets the boundary displacements through time from an imposed velocity");
23 "velocity", 1,
"Value of the velocity. Used as scale factor if function is given.");
24 params.
addParam<FunctionName>(
"function",
"1",
"Function describing the velocity.");
27 params.
set<
bool>(
"preset") =
true;
36 _velocity(parameters.
get<
Real>(
"velocity")),
37 _function(getFunction(
"function"))
const Function & _function
const Node *const & _current_node
registerMooseObject("SolidMechanicsApp", PresetVelocity)
virtual Real computeQpValue()
static InputParameters validParams()
const VariableValue & _u_old
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
PresetVelocity(const InputParameters ¶meters)
virtual Real value(Real t, const Point &p) const
const Elem & get(const ElemType type_in)