18 params.
addRequiredParam<MaterialPropertyName>(
"q_wall",
"Wall heat flux material property");
25 :
Kernel(parameters), _q_wall(getMaterialProperty<Real>(
"q_wall")), _P_hf(coupledValue(
"P_hf"))
registerMooseObject("ThermalHydraulicsApp", OneDEnergyWallHeatFlux)
const VariableTestValue & _test
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const MaterialProperty< Real > & _q_wall
Heat flux.
virtual Real computeQpJacobian()
static InputParameters validParams()
virtual Real computeQpResidual()
const VariableValue & _P_hf
Heat flux perimeter.
OneDEnergyWallHeatFlux(const InputParameters ¶meters)