16#ifndef Pb_Hydraulique_Concentration_Turbulent_included
17#define Pb_Hydraulique_Concentration_Turbulent_included
19#include <Convection_Diffusion_Concentration_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 a concentration or a vector of concentrat...
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 hydraulics problem with species transport (one or more concentrations).
int verifier() override
Teste la compatibilite des equations de convection-diffusion et de l'hydraulique.
const Equation_base & equation(int) const override
void associer_milieu_base(const Milieu_base &) override
Associates a medium to the problem.
int nombre_d_equations() const override
Returns the number of equations.
Convection_Diffusion_Concentration_Turbulent eq_concentration
Navier_Stokes_Turbulent eq_hydraulique
const Champ_Fonc_base & viscosite_turbulente() const