16#include <Pb_Hydraulique_IBM.h>
17#include <Fluide_Ostwald.h>
31 else if (i < 1 + eq_opt_.size() && i > 0)
return eq_opt_[i - 1].valeur();
34 Cerr <<
"Pb_Hydraulique::equation() : Wrong equation number" << i <<
"!" << finl;
43 else if (i < 1 + eq_opt_.size() && i > 0)
return eq_opt_[i - 1].valeur();
46 Cerr <<
"Pb_Hydraulique::equation() : Wrong equation number" << i <<
"!" << finl;
58 Cerr <<
"Non-Newtonian fluid" << finl;
63 Cerr <<
"A medium of type " << mil.
que_suis_je() <<
" cannot be associated with "
65 Cerr <<
"a problem of type Pb_Hydraulique " << 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....
Base class for 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.
const Equation_base & equation(int) const override
Navier_Stokes_IBM eq_hydraulique_
void associer_milieu_base(const Milieu_base &) override
Associates a physical medium with the problem equations.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.