16#ifndef Pb_Thermohydraulique_QC_included
17#define Pb_Thermohydraulique_QC_included
19#include <Convection_Diffusion_Chaleur_QC.h>
20#include <Pb_Dilatable_Proto.h>
21#include <Navier_Stokes_QC.h>
22#include <Pb_QC_base.h>
Particular case of Convection_Diffusion_Chaleur_Fluide_Dilatable_base for a quasi-compressible fluid,...
class Equation_base The role of an equation is the calculation of one or more fields....
Carries the terms of the momentum equation for a quasi-compressible fluid without turbulence modellin...
Base class intended to factorise what is common to all quasi-compressible problems.
Pb_Thermohydraulique_QC class This class represents a thermohydraulic problem for a quasi-compressibl...
int nombre_d_equations() const override
Returns 2 because there are 2 equations: Navier_Stokes_QC and Convection_Diffusion_Chaleur_QC.
Navier_Stokes_QC eq_hydraulique
Convection_Diffusion_Chaleur_QC eq_thermique
const Equation_base & equation(int) const override
Returns the hydraulic equation of type Navier_Stokes_QC if i=0. Returns the thermal equation of type ...
int verifier() override
Tests the compatibility of the thermal and hydraulic equations.