16#include <Op_Diff_K_Omega_VEF_base.h>
17#include <Modele_turbulence_hyd_K_Omega.h>
20 "Op_Diff_K_Omega_VEF_base",
42 turbulence_model = mod_turb;
60 const Domaine_VEF& domain_VEF = le_dom_vef.valeur();
virtual void creer_tableau_elements(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
Creates a parallel array of values at elements.
int nb_faces_tot() const
Returns the total number of faces.
const Domaine & domaine() const
Class defining operators and methods for all reading operation in an input flow (file,...
virtual const RefObjU & get_modele(Type_modele type) const
Domaine_dis_base & domaine_dis()
Returns the discretized domain associated with the equation.
Classe Modele_turbulence_hyd_K_Omega Cette classe represente le modele de turbulence (k,...
const DoubleTab & get_tabF1() const
Returns the blending table F1 for SST.
const Transport_K_Omega_base & get_eq_transport() const override
bool is_SST_or_BSL() const
const double & get_Sigma_Omega1() const
const double & get_Sigma_K1() const
const double & get_Sigma_Omega2() const
const double & get_Sigma_K2() const
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
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.
class Op_Diff_K_Omega_VEF_Face Cette classe represente l'operateur de diffusion turbulente
void initialize_tab_F1(const int nb_faces_tot)
void associer_tab_F1(const DoubleTab &tabF1)
void completer() override
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
void completer() override
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
virtual void completer()
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
Base class for output streams.
const Objet_U & valeur() const