16#include <Paroi_std_hyd_VEF_3couches.h>
42 double d_visco,
double dist)
56 double u_star_carre = u_star*u_star;
58 k = u_star_carre/sqrt(
Cmu_);
59 eps = u_star_carre*u_star/(
Kappa_*dist);
64 double deriv = Fdypar_direct(lm_plus);
65 double x = lm_plus*u_star*deriv;
68 eps = (k*u_star*u_star*deriv)*sqrt(
Cmu_)/d_visco;
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 const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
double calcul_lm_plus(double d_plus)
CLASS: Paroi_std_hyd_VEF_3couches.
int calculer_k_eps(double &, double &, double, double, double, double)
Base class for output streams.