16#include <Source_Permeabilite_VDF.h>
24 param.ajouter(
"valeur",&
cte);
25 param.lire_avec_accolades_depuis(is);
34 param.ajouter(
"diametre",&
diam);
35 param.lire_avec_accolades_depuis(is);
Class defining operators and methods for all reading operation in an input flow (file,...
This class represents the Carman Kozeny correlation for the permeability of a particle bed of given d...
class ModPerm_Cte This class represents a constant permeability.
This class represents the Ergun correlation for the permeability of a particle bed of given diameter.
This class represents the Ergun correlation associated with the Forchheimer term, for the permeabilit...
Modele_Permeabilite_base Base class representing a permeability model.
const Nom & que_suis_je() const
Returns the string identifying the class.
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.
Base class for output streams.