18 params.
addClassDescription(
"Computes time derivative term in heat equation for truss elements, " 19 "taking cross-sectional area into account");
20 params.
addCoupledVar(
"area",
"Cross-sectional area of truss element");
A class for defining the time derivative of the heat equation.
virtual Real computeQpJacobian() override
Compute the jacobian of the Heat Equation time derivative.
static InputParameters validParams()
registerMooseObject("HeatTransferApp", TrussHeatConductionTimeDerivative)
virtual Real computeQpJacobian()
Compute the jacobian of the Heat Equation time derivative.
const VariableValue & _area
Coupled variable for the cross-sectional area of truss element.
static InputParameters validParams()
Contructor for Heat Equation time derivative term.
virtual Real computeQpResidual()
Compute the residual of the Heat Equation time derivative.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
TrussHeatConductionTimeDerivative(const InputParameters ¶meters)
virtual Real computeQpResidual() override
Compute the residual of the Heat Equation time derivative.