17#ifndef Pb_Hydraulique_Concentration_included
18#define Pb_Hydraulique_Concentration_included
20#include <Pb_Fluide_base.h>
21#include <Navier_Stokes_std.h>
22#include <Convection_Diffusion_Concentration.h>
Convection_Diffusion_Concentration Special case of Convection_Diffusion_std.
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_std This class carries the terms of the momentum equation.
Pb_Fluide_base This class provides a base class for.
Classe Pb_Hydraulique_Concentration This class represents a hydraulic problem with transport.
void associer_milieu_base(const Milieu_base &) override
Associates a medium to the problem. If the medium is of type:
const Equation_base & equation(int) const override
Returns the hydraulic equation of type Navier_Stokes_std if i=0, returns the convection-diffusion equ...
Navier_Stokes_std eq_hydraulique
int nombre_d_equations() const override
Returns the number of equations. Returns 2 since a hydraulic problem with transport has 2 equations:
Convection_Diffusion_Concentration eq_concentration
int verifier() override
Tests the compatibility of the convection-diffusion and hydraulic equations.