16#ifndef Pb_Thermohydraulique_Turbulent_included
17#define Pb_Thermohydraulique_Turbulent_included
19#include <Convection_Diffusion_Temperature_Turbulent.h>
20#include <Navier_Stokes_Turbulent.h>
21#include <Pb_Fluide_base.h>
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
Turbulent convection-diffusion equation when the unknown is temperature.
class Equation_base The role of an equation is the calculation of one or more fields....
Milieu_base This class is the base of the (physical) medium hierarchy.
Navier-Stokes equation for a viscous incompressible fluid (div U = 0) with turbulence modelling.
Pb_Fluide_base This class provides a base class for.
Turbulent thermohydraulics problem.
Convection_Diffusion_Temperature_Turbulent eq_thermique
Navier_Stokes_Turbulent eq_hydraulique
const Champ_Fonc_base & viscosite_turbulente() const
const Equation_base & equation(int) const override
int verifier() override
Teste la compatibilite des equations de la thermique et de l'hydraulique.
int nombre_d_equations() const override
Returns the number of equations.
void associer_milieu_base(const Milieu_base &) override
Associates the medium to the problem.