16#include <Pb_Hydraulique_sensibility.h>
17#include <Fluide_Incompressible.h>
71 Cerr <<
"\nError in Pb_Hydraulique::equation() : The problem has only one equation !" << finl;
86 Cerr <<
"\nPb_Hydraulique::equation() : The problem has only one equation !" << finl;
107 Cerr <<
"Un milieu de type " << mil.
que_suis_je() <<
" ne peut etre associe a "
109 Cerr <<
"un probleme de type Pb_Hydraulique_sensibility " << finl;
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.
classe Pb_Hydraulique_sensibility Cette classe represente un probleme hydraulique standard dans leque...
int nombre_d_equations() const override
Renvoie le nombre d'equation, Renvoie 1 car il y a seulement 1 equation a un probleme.
void associer_milieu_base(const Milieu_base &) override
Associe le milieu au probleme.
const Equation_base & equation(int) const override
Renvoie l'equation d'hydraulique de type Navier_Stokes_std si i=0, sort (exit) sinon.
Navier_Stokes_std_sensibility eq_hydraulique
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.