16#ifndef Pb_Thermohydraulique_WC_included
17#define Pb_Thermohydraulique_WC_included
19#include <Convection_Diffusion_Chaleur_WC.h>
20#include <Pb_Dilatable_Proto.h>
21#include <Navier_Stokes_WC.h>
22#include <Pb_WC_base.h>
Particular case of Convection_Diffusion_Chaleur_Fluide_Dilatable_base for a weakly 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 weakly compressible fluid without turbulence modelli...
Pb_Thermohydraulique_WC class This class represents a thermohydraulic problem for a weakly compressib...
Navier_Stokes_WC eq_hydraulique
int verifier() override
Tests the compatibility of the thermal and hydraulic equations.
Convection_Diffusion_Chaleur_WC eq_thermique
int nombre_d_equations() const override
Returns 2 because there are 2 equations: Navier_Stokes_WC and Convection_Diffusion_Chaleur_WC.
const Equation_base & equation(int) const override
Returns the hydraulic equation of type Navier_Stokes_WC if i=0. Returns the thermal equation of type ...
Base class intended to factorise what is common to all weakly-compressible problems.