Pb_Hydraulique_Turbulent#
#include <Pb_Hydraulique_Turbulent.h>
classe Pb_Hydraulique_Turbulent Cette classe represente un probleme d’hydraulique turbulent dans
How to cite this class in this doc#
:ref:`Pb\_Hydraulique\_Turbulent <class-pb-hydraulique-turbulent>`
[Pb\_Hydraulique\_Turbulent](#class-pb-hydraulique-turbulent)
Detailed description#
lequel on resout les equations de Navier Stokes en regime turbulent pour un fluide incompressible La formulation est de type vitesse pression
Inherits from#
public : Pb_Fluide_base
Inherited by#
public : TRUSTProblem\_Concentration\_Gen
<Pb_Hydraulique_Turbulent, Convection_Diffusion_Concentration_Turbulent, Constituant>
public : Pb_Hydraulique_Turbulent_ALE
public : Pb_Rayo_Hydraulique_Turbulent
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
void Pb_Hydraulique_Turbulent::associer_milieu_base(const Milieu_base &) override
Associe le milieu au probleme.
Le milieu doit etre de type fluide incompressible.
Reimplements:
References
How to cite in this doc:
:ref:`void Pb_Hydraulique_Turbulent::associer_milieu_base(const Milieu_base &) override <public-void-pb-hydraulique-turbulent-associer-milieu-base-const-milieu-base-ref-override>`
[void Pb_Hydraulique_Turbulent::associer_milieu_base(const Milieu_base &) override](#public-void-pb-hydraulique-turbulent-associer-milieu-base-const-milieu-base-ref-override)
int Pb_Hydraulique_Turbulent::duplique() const override
Reimplements:
How to cite in this doc:
:ref:`int Pb_Hydraulique_Turbulent::duplique() const override <public-int-pb-hydraulique-turbulent-duplique-const-override>`
[int Pb_Hydraulique_Turbulent::duplique() const override](#public-int-pb-hydraulique-turbulent-duplique-const-override)
const Equation_base & Pb_Hydraulique_Turbulent::equation(int) const override
Reimplements:
References
How to cite in this doc:
:ref:`const Equation_base & Pb_Hydraulique_Turbulent::equation(int) const override <public-const-equation-base-ref-pb-hydraulique-turbulent-equation-int-const-override>`
[const Equation_base & Pb_Hydraulique_Turbulent::equation(int) const override](#public-const-equation-base-ref-pb-hydraulique-turbulent-equation-int-const-override)
Equation_base & Pb_Hydraulique_Turbulent::equation(int) override
Renvoie l’ equation d’hydraulique de type Navier_Stokes_Turbulent si i = 0 sort (exit) sinon.
Reimplements:
References
How to cite in this doc:
:ref:`Equation_base & Pb_Hydraulique_Turbulent::equation(int) override <public-equation-base-ref-pb-hydraulique-turbulent-equation-int-override>`
[Equation_base & Pb_Hydraulique_Turbulent::equation(int) override](#public-equation-base-ref-pb-hydraulique-turbulent-equation-int-override)
const Type_info * Pb_Hydraulique_Turbulent::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Reimplements:
How to cite in this doc:
:ref:`const Type_info * Pb_Hydraulique_Turbulent::get_info() const override <public-const-type-info-ptr-pb-hydraulique-turbulent-get-info-const-override>`
[const Type_info * Pb_Hydraulique_Turbulent::get_info() const override](#public-const-type-info-ptr-pb-hydraulique-turbulent-get-info-const-override)
int Pb_Hydraulique_Turbulent::nombre_d_equations() const override
Renvoie le nombre d’equation, Renvoie 1 car il y a seulement 1 equation a un probleme.
hydraulique turbulent: l’equation de Navier Stokes avec Turbulence
Reimplements:
How to cite in this doc:
:ref:`int Pb_Hydraulique_Turbulent::nombre_d_equations() const override <public-int-pb-hydraulique-turbulent-nombre-d-equations-const-override>`
[int Pb_Hydraulique_Turbulent::nombre_d_equations() const override](#public-int-pb-hydraulique-turbulent-nombre-d-equations-const-override)
Pb_Hydraulique_Turbulent::Pb_Hydraulique_Turbulent()
How to cite in this doc:
:ref:`Pb_Hydraulique_Turbulent::Pb_Hydraulique_Turbulent() <public-pb-hydraulique-turbulent-pb-hydraulique-turbulent>`
[Pb_Hydraulique_Turbulent::Pb_Hydraulique_Turbulent()](#public-pb-hydraulique-turbulent-pb-hydraulique-turbulent)
unsigned Pb_Hydraulique_Turbulent::taille_memoire() const override
Reimplements:
How to cite in this doc:
:ref:`unsigned Pb_Hydraulique_Turbulent::taille_memoire() const override <public-unsigned-pb-hydraulique-turbulent-taille-memoire-const-override>`
[unsigned Pb_Hydraulique_Turbulent::taille_memoire() const override](#public-unsigned-pb-hydraulique-turbulent-taille-memoire-const-override)
int Pb_Hydraulique_Turbulent::verifier() override
Teste la compatibilite des equations de convection - diffusion et de l’hydraulique.
Le test se fait sur les conditions aux limites discretisees de chaque equation. Appel la fonction de librairie hors classe: tester_compatibilite_hydr_turb(const Domaine_Cl_dis_base&)
Reimplements:
References
How to cite in this doc:
:ref:`int Pb_Hydraulique_Turbulent::verifier() override <public-int-pb-hydraulique-turbulent-verifier-override>`
[int Pb_Hydraulique_Turbulent::verifier() override](#public-int-pb-hydraulique-turbulent-verifier-override)
const Champ_Fonc_base & Pb_Hydraulique_Turbulent::viscosite_turbulente() const
How to cite in this doc:
:ref:`const Champ_Fonc_base & Pb_Hydraulique_Turbulent::viscosite_turbulente() const <public-const-champ-fonc-base-ref-pb-hydraulique-turbulent-viscosite-turbulente-const>`
[const Champ_Fonc_base & Pb_Hydraulique_Turbulent::viscosite_turbulente() const](#public-const-champ-fonc-base-ref-pb-hydraulique-turbulent-viscosite-turbulente-const)
Pb_Hydraulique_Turbulent::~Pb_Hydraulique_Turbulent()
How to cite in this doc:
:ref:`Pb_Hydraulique_Turbulent::~Pb_Hydraulique_Turbulent() <public-pb-hydraulique-turbulent-dtor-pb-hydraulique-turbulent>`
[Pb_Hydraulique_Turbulent::~Pb_Hydraulique_Turbulent()](#public-pb-hydraulique-turbulent-dtor-pb-hydraulique-turbulent)
Objet_U * Pb_Hydraulique_Turbulent::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Pb_Hydraulique_Turbulent::cree_instance() <public-static-objet-u-ptr-pb-hydraulique-turbulent-cree-instance>`
[Objet_U * Pb_Hydraulique_Turbulent::cree_instance()](#public-static-objet-u-ptr-pb-hydraulique-turbulent-cree-instance)
const Type_info * Pb_Hydraulique_Turbulent::info()
How to cite in this doc:
:ref:`const Type_info * Pb_Hydraulique_Turbulent::info() <public-static-const-type-info-ptr-pb-hydraulique-turbulent-info>`
[const Type_info * Pb_Hydraulique_Turbulent::info()](#public-static-const-type-info-ptr-pb-hydraulique-turbulent-info)
const Pb_Hydraulique_Turbulent & Pb_Hydraulique_Turbulent::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Pb_Hydraulique_Turbulent & Pb_Hydraulique_Turbulent::self_cast(const Objet_U &) <public-static-const-pb-hydraulique-turbulent-ref-pb-hydraulique-turbulent-self-cast-const-objet-u-ref>`
[const Pb_Hydraulique_Turbulent & Pb_Hydraulique_Turbulent::self_cast(const Objet_U &)](#public-static-const-pb-hydraulique-turbulent-ref-pb-hydraulique-turbulent-self-cast-const-objet-u-ref)
Pb_Hydraulique_Turbulent & Pb_Hydraulique_Turbulent::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Pb_Hydraulique_Turbulent & Pb_Hydraulique_Turbulent::self_cast(Objet_U &) <public-static-pb-hydraulique-turbulent-ref-pb-hydraulique-turbulent-self-cast-objet-u-ref>`
[Pb_Hydraulique_Turbulent & Pb_Hydraulique_Turbulent::self_cast(Objet_U &)](#public-static-pb-hydraulique-turbulent-ref-pb-hydraulique-turbulent-self-cast-objet-u-ref)
Sortie & Pb_Hydraulique_Turbulent::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Reimplements:
References
How to cite in this doc:
:ref:`Sortie & Pb_Hydraulique_Turbulent::printOn(Sortie &x) const override <protected-sortie-ref-pb-hydraulique-turbulent-printon-sortie-ref-x-const-override>`
[Sortie & Pb_Hydraulique_Turbulent::printOn(Sortie &x) const override](#protected-sortie-ref-pb-hydraulique-turbulent-printon-sortie-ref-x-const-override)
Entree & Pb_Hydraulique_Turbulent::readOn(Entree &) override
Lecture d’un probleme dans un flot d’entree, et ouverture du flot de sauvegarde.
Format: { nom_milieu bloc de lecture d’un milieu nom_equation bloc de lecture d’une equation Postraitement bloc de lecture postraitement reprise | sauvegarde | sauvegarde_simple formatte | binaire | pdi nom_de_fichier } L’option sauvegarde_simple permet de sauver le probleme dans le fichier choisi en ecrasant a chaque fois les sauvegardes precedentes : cela permet d’economiser de la place disque.
Reimplements:
References
How to cite in this doc:
:ref:`Entree & Pb_Hydraulique_Turbulent::readOn(Entree &) override <protected-entree-ref-pb-hydraulique-turbulent-readon-entree-ref-override>`
[Entree & Pb_Hydraulique_Turbulent::readOn(Entree &) override](#protected-entree-ref-pb-hydraulique-turbulent-readon-entree-ref-override)
Attributes Documentation#
const Type_info Pb_Hydraulique_Turbulent::info_obj
Navier_Stokes_Turbulent Pb_Hydraulique_Turbulent::eq_hydraulique