26 template <
typename Derived>
28 template <
typename Derived>
30 const unsigned int qp,
46template <
typename Derived>
52 Real u =
_u(datum, qp);
58template <
typename Derived>
61 const unsigned int qp,
65 Real phi =
_phi(datum, j, qp);
Boundary condition for convective heat flux where temperature and heat transfer coefficient are given...
KokkosCoupledConvectiveHeatFluxBC(const InputParameters ¶meters)
const Moose::Kokkos::VariableValue _htc
Convective heat transfer coefficient.
KOKKOS_FUNCTION Real precomputeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
static InputParameters validParams()
const Moose::Kokkos::VariableValue _scale_factor
Scale factor.
KOKKOS_FUNCTION Real precomputeQpJacobian(const unsigned int j, const unsigned int qp, AssemblyDatum &datum) const
const Moose::Kokkos::VariableValue _alpha
Volume fraction of individual phase.
const unsigned int _n_components
The number of components.
const Moose::Kokkos::VariableValue _T_infinity
Far-field temperature fields for each component.
const InputParameters & parameters() const
const VariablePhiValue _phi