16#include <Traitement_particulier_NS_temperature.h>
47 Motcle accouverte =
"{" , accfermee =
"}" ;
50 if (motbidon == accouverte)
54 les_mots[1] =
"Direction";
57 while(motlu != accfermee)
59 int rang=les_mots.
search(motlu);
74 Cerr << motlu <<
" is not a keyword for Traitement_particulier_NS_canal." << finl;
75 Cerr <<
"The keywords are: " << les_mots << finl;
82 if (motlu != accfermee)
84 Cerr <<
"Error while reading in Traitement_particulier_NS_temperature" << finl;;
85 Cerr <<
"We were expecting a }" << finl;
91 Cerr <<
"Error while reading in Traitement_particulier_NS_temperature" << finl;
92 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.
Traitement_particulier_NS_base Derives from Support_Champ_Masse_Volumique: use of rho.
Traitement_particulier_NS_temperature This class performs specific post-processing treatments.
virtual void calcul_temperature()=0
void post_traitement_particulier() override
Entree & lire(Entree &) override
void preparer_calcul_particulier() override