19 "Computes a volume integral of the time derivative of a given variable");
registerMooseObject("MooseApp", ElementAverageTimeDerivative)
This postprocessor computes a volume integral of the time derivative of a given variable.
const VariableValue & _u_dot
Holds the solution derivative at the current quadrature points.
ElementAverageTimeDerivative(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeQpIntegral() override
This postprocessor computes a volume integral of the specified variable.
static InputParameters validParams()