16#include <Perte_Charge_PolyMAC_CDO_Face.h>
17#include <Fluide_Incompressible.h>
18#include <Champ_Face_PolyMAC_CDO.h>
19#include <Navier_Stokes_std.h>
20#include <Domaine_PolyMAC_CDO.h>
21#include <Probleme_base.h>
31 Cerr <<
" Perte_Charge_PolyMAC_CDO_Face::associer_pb " << finl;
34 for (
int i = 0; i < nb_eqn; i++)
49 Cerr <<
"TRUST Error in Perte_Charge_PolyMAC_CDO_Face::associer_pb()" << finl;
50 Cerr <<
"Cannot find a hydraulic equation in the problem" << finl;
57 Cerr <<
" Perte_Charge_PolyMAC_CDO_Face::associer_domaines " << finl;
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
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....
virtual const Milieu_base & milieu() const =0
virtual const Champ_Inc_base & inconnue() const =0
virtual Domaine_Cl_dis_base & domaine_Cl_dis()
Returns the discretized boundary condition domain associated with the equation.
Domaine_dis_base & domaine_dis()
Returns the discretized domain associated with the equation.
Base class for an incompressible fluid and its properties:
Navier_Stokes_std This class carries the terms of the momentum equation.
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.
void associer_domaines(const Domaine_dis_base &, const Domaine_Cl_dis_base &) override
void associer_pb(const Probleme_base &) override
class Probleme_base It is a Probleme_U that is not a coupling.
virtual int nombre_d_equations() const =0
virtual const Equation_base & equation(int) const =0
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
Source_base A Source_base object is a term appearing on the right-hand side of an.