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"))
registerMooseObject("SolidMechanicsApp", PresetVelocity)
static InputParameters validParams()
virtual Real value(Real t, const Point &p) const
const Node *const & _current_node
static InputParameters validParams()
const VariableValue & _u_old
virtual Real computeQpValue()
const Function & _function
PresetVelocity(const InputParameters ¶meters)