Go to the documentation of this file.
12 #include "IntegratedBC.h"
40 std::vector<const VariableValue *>
_htc;
42 std::vector<const VariableValue *>
_alpha;
virtual Real computeQpJacobian()
InputParameters validParams< CoupledConvectiveHeatFluxBC >()
Boundary condition for convective heat flux where temperature and heat transfer coefficient are given...
virtual Real computeQpResidual()
CoupledConvectiveHeatFluxBC(const InputParameters ¶meters)
std::vector< const VariableValue * > _alpha
Volume fraction of individual phase.
std::vector< const VariableValue * > _T_infinity
Far-field temperatue fields for each component.
static InputParameters validParams()
std::vector< const VariableValue * > _htc
Convective heat transfer coefficient.
unsigned int _n_components
The number of components.