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"))
registerMooseObject("ThermalHydraulicsApp", OneDEnergyWallHeating)
static InputParameters validParams()
unsigned _rhoA_var_number
OneDEnergyWallHeating(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeQpJacobian()
const MaterialProperty< Real > & _dT_drhoEA
const VariableValue & _T_wall
const MaterialProperty< Real > & _dT_drhouA
const VariableValue & _P_hf
const MaterialProperty< Real > & _temperature
const MaterialProperty< Real > & _dT_drhoA
const MaterialProperty< Real > & _Hw
virtual Real computeQpResidual()
unsigned _rhouA_var_number
virtual Real computeQpOffDiagJacobian(unsigned int jvar)