22 params.
addClassDescription(
"Integrated boundary condition for modeling a convective heat flux.");
29 _T_infinity(coupledValue(
"T_infinity")),
30 _coefficient(getParam<
Real>(
"coefficient"))
33 "CoupledConvectiveFlux boundary condition is deprecated, use CoupledConvectiveHeatFluxBC " 34 "instead. To update your input file:\n 1. change type from `CoupledConvectiveFlux` to " 35 "`CoupledConvectiveHeatFluxBC`\n 2. change `coefficient` parameter to `htc`.");
const VariableTestValue & _test
const VariableValue & _T_infinity
static InputParameters validParams()
registerMooseObject("HeatTransferApp", CoupledConvectiveFlux)
const VariablePhiValue & _phi
void mooseDeprecated(Args &&... args) const
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpResidual()
virtual Real computeQpJacobian()
CoupledConvectiveFlux(const InputParameters ¶meters)