18 params.
addRequiredParam<Real>(
"coef",
"The coefficient multiplying the time derivative term");
19 params.
addClassDescription(
"Time derivative term multiplied by a coefficient - used by ODEs.");
registerMooseObject("ThermalHydraulicsApp", ODECoefTimeDerivative)
Time derivative multiplied by a coefficient for ODEs.
virtual Real computeQpResidual() override
const Real & _coef
Coefficient that the time derivative terms is multiplied with.
static InputParameters validParams()
ODECoefTimeDerivative(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
virtual Real computeQpResidual() override
virtual Real computeQpJacobian() override
static InputParameters validParams()