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`.");
registerMooseObject("HeatTransferApp", CoupledConvectiveFlux)
static InputParameters validParams()
virtual Real computeQpJacobian()
virtual Real computeQpResidual()
const VariableValue & _T_infinity
CoupledConvectiveFlux(const InputParameters ¶meters)
static InputParameters validParams()
const VariablePhiValue & _phi
const VariableTestValue & _test
void mooseDeprecated(Args &&... args) const