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"))
static InputParameters validParams()
OneDEnergyWallHeatFlux(const InputParameters ¶meters)
const MaterialProperty< Real > & _q_wall
Heat flux.
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const VariableTestValue & _test
const VariableValue & _P_hf
Heat flux perimeter.
static InputParameters validParams()
virtual Real computeQpResidual()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpJacobian()
registerMooseObject("ThermalHydraulicsApp", OneDEnergyWallHeatFlux)