16#include <Expert_mode_K_Omega.h>
18#include <K_Omega_Eps_constants.h>
24 Cerr <<
"Error : ::printOn is not implemented." << finl;
32 p.lire_avec_accolades_depuis(is);
40 param.
dictionnaire(
"ORIGINAL_1994", (
int)Menter_version::ORIGINAL_1994);
41 param.
dictionnaire(
"MODIFIED_2003", (
int)Menter_version::MODIFIED_2003);
62 return CST_PRODUCTION_LIMITER_1994;
64 return CST_PRODUCTION_LIMITER_2003;
69 return CST_MIN_CD_KOMEGA_1994;
71 return CST_MIN_CD_KOMEGA_2003;
Class defining operators and methods for all reading operation in an input flow (file,...
bool deactivate_production_limiter_
const double & get_gamma1() const
const double & get_cst_cd_komega() const
const double & get_gamma2() const
Menter_version menter_version_
const double & get_cst_production_limiter() const
void set_param(Param ¶m) const override
classe Objet_U Cette classe est la classe de base des Objets de TRUST
const Nom & que_suis_je() const
renvoie la chaine identifiant la classe.
virtual Entree & readOn(Entree &)
Lecture d'un Objet_U sur un flot d'entree Methode a surcharger.
virtual Sortie & printOn(Sortie &) const
Ecriture de l'objet sur un flot de sortie Methode a surcharger.
Helper class to factorize the readOn method of Objet_U classes.
void ajouter_flag(const char *keyword, const bool *value)
Register a boolean flag whose mere presence switches it to true.
void dictionnaire(const char *option_name, int value)
Add an (option name, integer value) entry to the dictionary attached to a previously registered integ...
void ajouter(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
Classe de base des flux de sortie.