16#include <CoolProp_to_TRUST_generique.h>
17#include <Fluide_generique_CoolProp.h>
27 TPPI_ = std::make_shared<CoolProp_to_TRUST_generique>();
30 if (phase_ !=
"??")
TPPI_->verify_phase(phase_);
33 if (phase_ !=
"??")
TPPI_->set_phase(phase_);
Class defining operators and methods for all reading operation in an input flow (file,...
void set_param(Param ¶m) const override
std::shared_ptr< TPPI > TPPI_
void set_param(Param ¶m) const override
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(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
Classe de base des flux de sortie.