16#include <Fluide_Incompressible.h>
19#include <Champ_Uniforme.h>
20#include <Champ_Fonc_Tabule.h>
21#include <Probleme_base.h>
22#include <Discretisation_base.h>
23#include <Equation_base.h>
24#include <Schema_Temps_base.h>
26#include <Champ_Fonc_MED.h>
71 msg +=
"The density rho is not of type Champ_Uniforme. \n";
79 msg +=
"Cp is not of type Champ_Uniforme. \n";
Class defining operators and methods for all reading operation in an input flow (file,...
Represents an incompressible fluid and its properties:
void set_param(Param ¶m) const override
void verifier_coherence_champs(int &err, Nom &message) override
Verifies that the fields read have been set correctly.
Base class for an incompressible fluid and its properties:
void set_param(Param ¶m) const override
void verifier_coherence_champs(int &err, Nom &message) override
Verifies that the fields read have been set correctly.
class Nom: a character string for naming TRUST objects.
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.
Helper class to factorize the readOn method of Objet_U classes.
void ajouter(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
void supprimer(const char *keyword)
Remove a previously-registered keyword from this Param.
Base class for output streams.