16#include <Pb_Hydraulique_Concentration.h>
17#include <Fluide_Incompressible.h>
18#include <Constituant.h>
75 if ( !( i==0 || i==1 ) )
77 Cerr <<
"\nError in Pb_Hydraulique_Concentration::equation() : Wrong number of equation !" << finl;
96 if ( !( i==0 || i==1 ) )
98 Cerr <<
"\nError in Pb_Hydraulique_Concentration::equation() : Wrong number of equation !" << finl;
125 Cerr <<
"A medium of type " << mil.
que_suis_je() <<
" cannot be associated with " << finl;
126 Cerr <<
"a problem of type Pb_Hydraulique_Concentration " << finl;
144 return tester_compatibilite_hydr_concentration(domaine_Cl_hydr,domaine_Cl_co);
Represents the constituent(s) of a fluid.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
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_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.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.