18 params.
addClassDescription(
"Assigns the velocity/acceleration calculated by time integrator to " 19 "the velocity/acceleration auxvariable.");
22 "The variable whose first/second derivative needs to be copied to the provided auxvariable.");
25 "Set to true to copy the first derivative to the auxvariable. If false, " 26 "the second derivative is copied.");
32 _first(getParam<bool>(
"first")),
33 _value(_first ? coupledDot(
"displacement") : coupledDotDot(
"displacement"))
registerMooseObject("SolidMechanicsApp", TestNewmarkTI)
static InputParameters validParams()
TestNewmarkTI(const InputParameters ¶meters)
Stores the velocity/acceleration computed using the time integrator into the provided auxvariable...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeValue()
void mooseError(Args &&... args) const
static InputParameters validParams()
const VariableValue & _value
Value of the first/second time derivative of dispalcement.