16#ifndef ParoiVEF_TBLE_included
17#define ParoiVEF_TBLE_included
19#include <Paroi_hyd_base_VEF.h>
21#include <TRUST_Vector.h>
22#include <Eq_couch_lim.h>
23#include <Milieu_base.h>
24#include <Paroi_TBLE_QDM.h>
27#include <Paroi_log_QDM.h>
50 int calculer_hyd(DoubleTab& tab1,
int isKeps,DoubleTab& tab2);
64 void traitement_keps(DoubleTab& tab_k_eps,
int num_face,
const IntTab& face_voisins,
65 const IntTab& elem_faces,
int nfac,
double dist,
double d_plus,
double d_visco,
double u_star);
66 void traitement_keps_BiK(DoubleTab& tab_k, DoubleTab& tab_eps,
int num_face,
const IntTab& face_voisins,
67 const IntTab& elem_faces,
int nfac,
double dist,
double d_plus,
double d_visco,
double u_star);
68 virtual int calculer_k_eps(
double& ,
double& ,
double ,
double ,
double ,
double);
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
A character string (Nom) in uppercase.
Helper class to factorize the readOn method of Objet_U classes.
void set_param(Param ¶m) const override
int init_lois_paroi() override
void imprimer_ustar(Sortie &) const override
int sauvegarder(Sortie &) const override
Saves an Objet_U to an output stream. Virtual method to override.
int reprendre(Entree &) override
Restores an Objet_U from an input stream. Virtual method to override.
int calculer_hyd(DoubleTab &) override
int calculer_hyd_BiK(DoubleTab &, DoubleTab &) override
const Probleme_base & getPbBase() const override
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
CLASS: Paroi_hyd_base_VEF.
class Probleme_base It is a Probleme_U that is not a coupling.