16#include <Echange_contact_Colburn_VDF.h>
17#include <Domaine_Cl_dis_base.h>
18#include <Champ_Uniforme.h>
19#include <Probleme_base.h>
20#include <Domaine_VDF.h>
21#include <Milieu_base.h>
22#include <Conduction.h>
44 return 0.023 * pow(Re, 0.8) * pow(Pr, 1. / 3.) *
getLambda(i) /
getDh();
49 return s * 0.1963495 * d;
Class defining operators and methods for all reading operation in an input flow (file,...
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.