16#include <Pb_Hydraulique_Concentration_Turbulent.h>
17#include <Fluide_Incompressible.h>
18#include <Constituant.h>
50 if (!(i == 0 || i == 1))
52 Cerr <<
"\nError in Pb_Hydraulique_Concentration_Turbulent::equation() : Wrong number of equation !" << finl;
71 if (!(i == 0 || i == 1))
73 Cerr <<
"\nError in Pb_Hydraulique_Concentration_Turbulent::equation() : Wrong number of equation !" << finl;
100 Cerr <<
"A medium of type " << mil.
que_suis_je() <<
" cannot be associated with " << finl;
101 Cerr <<
"a problem of type Pb_Hydraulique_Concentration_Turbulent " << finl;
Represents the constituent(s) of a fluid.
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
Represents an incompressible fluid and its properties:
Milieu_base This class is the base of the (physical) medium hierarchy.
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Pb_Fluide_base This class provides a base class for.
Turbulent hydraulics problem with species transport (one or more concentrations).
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
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.