A class for defining the time derivative of the heat equation. More...
#include <HeatCapacityConductionTimeDerivative.h>
Public Member Functions | |
HeatCapacityConductionTimeDerivative (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
const MaterialProperty< Real > & | _heat_capacity |
Heat capacity and its derivatives with respect to temperature and other coupled variables. More... | |
const MaterialProperty< Real > & | _d_heat_capacity_dT |
std::vector< const MaterialProperty< Real > * > | _d_heat_capacity_dargs |
A class for defining the time derivative of the heat equation.
By default this Kernel computes: \( C_p * \frac{\partial T}{\partial t}, \) where \( C_p \) is material property for the "heat_capacity".
Definition at line 30 of file HeatCapacityConductionTimeDerivative.h.
HeatCapacityConductionTimeDerivative::HeatCapacityConductionTimeDerivative | ( | const InputParameters & | parameters | ) |
Definition at line 33 of file HeatCapacityConductionTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 58 of file HeatCapacityConductionTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 66 of file HeatCapacityConductionTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 52 of file HeatCapacityConductionTimeDerivative.C.
|
static |
Definition at line 17 of file HeatCapacityConductionTimeDerivative.C.
|
protected |
Definition at line 46 of file HeatCapacityConductionTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and HeatCapacityConductionTimeDerivative().
|
protected |
Definition at line 45 of file HeatCapacityConductionTimeDerivative.h.
Referenced by computeQpJacobian().
|
protected |
Heat capacity and its derivatives with respect to temperature and other coupled variables.
Definition at line 44 of file HeatCapacityConductionTimeDerivative.h.
Referenced by computeQpJacobian(), and computeQpResidual().