24 :
ElementAverageValue(parameters), _u_dotdot(_is_transient ? coupledDotDot(
"variable") : _zero)
registerMooseObject("MooseApp", ElementAverageSecondTimeDerivative)
This postprocessor computes a volume integral of the second time derivative of a given variable.
static InputParameters validParams()
const VariableValue & _u_dotdot
Holds the solution second derivative wrt time at the current quadrature points.
ElementAverageSecondTimeDerivative(const InputParameters ¶meters)
virtual Real computeQpIntegral() override
This postprocessor computes a volume integral of the specified variable.
static InputParameters validParams()