10 #ifdef MOOSE_MFEM_ENABLED const InputParameters & parameters() const
Get the parameters of the object.
MFEMNLConvectiveHeatFluxBC(const InputParameters ¶meters)
Construct the nonlinear convective heat flux boundary condition.
virtual mfem::NonlinearFormIntegrator * createNLIntegrator() override
Create MFEM non-linear integrator to apply to the LHS of the weak form. Ownership managed by the call...
mfem::Coefficient & _heat_transfer_coef
Heat transfer coefficient h(T).
mfem::Coefficient & _d_T_inf_dT_coef
Derivative dT_inf/dT of the far-field temperature coefficient.
mfem::Coefficient & _d_heat_transfer_dT_coef
Derivative dh/dT of the heat transfer coefficient.
mfem::Coefficient & _T_coef
Trial variable temperature T.
mfem::Coefficient & _T_inf_coef
Far-field temperature T_inf(T).
static InputParameters validParams()