16#include <Traitement_particulier_Solide_canal.h>
17#include <Periodique.h>
18#include <Champ_Uniforme.h>
19#include <EcrFicCollecteBin.h>
21#include <Conduction.h>
22#include <Probleme_base.h>
42 Motcle accouverte =
"{" , accfermee =
"}" ;
45 if (motbidon == accouverte)
48 les_mots[0] =
"u_inst";
49 les_mots[1] =
"stats";
50 les_mots[2] =
"nb_points";
53 while(motlu != accfermee)
55 int rang=les_mots.
search(motlu);
63 Cerr <<
"Spatial average parameters read..." << finl;
74 Cerr <<
"Reading time statitics parameters..." << finl;
76 Cerr <<
"Time interval for output : " <<
dt_post_stat << finl;
83 Cerr <<
"Number of points estimated in the solid for profiles : " <<
N << finl;
90 if (motlu != accfermee)
92 Cerr <<
"Error while reading in Traitement_particulier_Solide_canal" << finl;;
93 Cerr <<
"We were expecting a }" << finl;
99 Cerr <<
"Error while reading in Traitement_particulier_Solide_canal" << finl;
100 Cerr <<
"We were expecting a {" << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
An array of Motcle objects.
int search(const Motcle &t) const
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.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
Base class for special post-processing treatments on solid equations.
Special post-processing treatment for solid channel configurations.
virtual void init_calcul_moyenne()=0
Entree & lire(Entree &) override
void preparer_calcul_particulier() override