23 params.
addCoupledVar(
"T_wall",
"Wall temperature as a field variable");
25 "Convective heat transfer coefficient, W/m^2-K");
26 params.
addRequiredParam<MaterialPropertyName>(
"T",
"Temperature material property");
33 _temperature(getMaterialProperty<
Real>(
"T")),
34 _dT_drhoA(getMaterialPropertyDerivativeTHM<
Real>(
"T",
"rhoA")),
35 _dT_drhouA(getMaterialPropertyDerivativeTHM<
Real>(
"T",
"rhouA")),
36 _dT_drhoEA(getMaterialPropertyDerivativeTHM<
Real>(
"T",
"rhoEA")),
37 _Hw(getMaterialProperty<
Real>(
"Hw")),
38 _T_wall(coupledValue(
"T_wall")),
39 _P_hf(coupledValue(
"P_hf")),
40 _rhoA_var_number(coupled(
"rhoA")),
41 _rhouA_var_number(coupled(
"rhouA"))
virtual Real computeQpJacobian()
const MaterialProperty< Real > & _dT_drhoA
static InputParameters validParams()
unsigned _rhouA_var_number
const MaterialProperty< Real > & _Hw
const VariableValue & _T_wall
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const VariableValue & _P_hf
OneDEnergyWallHeating(const InputParameters ¶meters)
unsigned _rhoA_var_number
const MaterialProperty< Real > & _temperature
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("ThermalHydraulicsApp", OneDEnergyWallHeating)
const MaterialProperty< Real > & _dT_drhoEA
const MaterialProperty< Real > & _dT_drhouA
virtual Real computeQpResidual()