16#include <Imprimer_Fichiers_RANS_VEF.h>
19#include <Probleme_base.h>
54 Cerr <<
"On attendait un objet de type Probleme_base" << finl;
67 int nb_faces = domaine_VEF.
nb_faces();
71 for(
int num_face=0 ; num_face<nb_faces ; num_face++)
73 fic << vit(num_face,0) <<
" " << vit(num_face,1) <<
" " << vit(num_face,2) << finl;
DoubleTab & valeurs() override
Returns the array of field values at the current time.
int nb_faces() const
Returns the total number of faces.
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 Champ_Inc_base & inconnue() const =0
Domaine_dis_base & domaine_dis()
Returns the discretized domain associated with the equation.
Entree & interpreter(Entree &) override
Base class for "interpreter" objects.
static Objet_U & objet(const Nom &)
See Interprete_bloc::objet_global(). BM: the Interprete class is not the best place for this.
class Nom: a character string for naming TRUST objects.
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.
class Probleme_base It is a Probleme_U that is not a coupling.
virtual const Equation_base & equation(int) const =0
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
SFichier is to the C++ ofstream class what Sortie is to the C++ ostream class.
Base class for output streams.