16#ifndef Pb_Hydraulique_Melange_Binaire_WC_included
17#define Pb_Hydraulique_Melange_Binaire_WC_included
19#include <Convection_Diffusion_Espece_Binaire_WC.h>
20#include <Pb_Dilatable_Proto.h>
21#include <Navier_Stokes_WC.h>
22#include <Pb_WC_base.h>
Convection_Diffusion_Espece_Binaire_WC class Special case of Convection_Diffusion_Espece_Binaire_base...
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_Hydraulique_Melange_Binaire_WC class This class represents a binary hydraulic problem for a weakly...
int verifier() override
Tests the compatibility of the mass fraction and hydraulic equations.
int nombre_d_equations() const override
Returns 2 because there are 2 equations: Navier_Stokes_WC and Convection_Diffusion_Espece_Binaire_WC.
Navier_Stokes_WC eq_hydraulique
const Equation_base & equation(int) const override
Returns the hydraulic equation of type Navier_Stokes_WC if i=0. Returns the mass fraction convection/...
Convection_Diffusion_Espece_Binaire_WC eq_frac_mass
Base class intended to factorise what is common to all weakly-compressible problems.