Pb_Hydraulique_Turbulent_ALE#

#include <Pb_Hydraulique_Turbulent_ALE.h>
Brief description

classe Pb_Hydraulique_Turbulent_ALE Cette classe represente un probleme d’hydraulique turbulent dans

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Pb\_Hydraulique\_Turbulent\_ALE <class-pb-hydraulique-turbulent-ale>`
[Pb\_Hydraulique\_Turbulent\_ALE](#class-pb-hydraulique-turbulent-ale)

Detailed description#

lequel on resout les equations de Navier Stokes en regime turbulent pour un fluide incompressible et en maillage mobile (ALE) La formulation est de type vitesse pression

Inherits from#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classPb__Hydraulique__Turbulent__ALE__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_milieu_base#

Definition
void Pb_Hydraulique_Turbulent_ALE::associer_milieu_base(const Milieu_base &) override
Brief description

Associe le milieu au probleme.

Detailed description

Le milieu doit etre de type fluide incompressible.

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Pb_Hydraulique_Turbulent_ALE::associer_milieu_base(const Milieu_base &) override <pb-hydraulique-turbulent-ale-public-void-pb-hydraulique-turbulent-ale-associer-milieu-base-const-milieu-base-ref-override>`
[void Pb_Hydraulique_Turbulent_ALE::associer_milieu_base(const Milieu_base &) override](#pb-hydraulique-turbulent-ale-public-void-pb-hydraulique-turbulent-ale-associer-milieu-base-const-milieu-base-ref-override)

associer_sch_tps_base#

Definition
void Pb_Hydraulique_Turbulent_ALE::associer_sch_tps_base(const Schema_Temps_base &) override
Brief description

Associe un schema en temps au probleme.

Detailed description

Associe ensuite le schema en temps a toutes les equations du probleme.

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Pb_Hydraulique_Turbulent_ALE::associer_sch_tps_base(const Schema_Temps_base &) override <pb-hydraulique-turbulent-ale-public-void-pb-hydraulique-turbulent-ale-associer-sch-tps-base-const-schema-temps-base-ref-override>`
[void Pb_Hydraulique_Turbulent_ALE::associer_sch_tps_base(const Schema_Temps_base &) override](#pb-hydraulique-turbulent-ale-public-void-pb-hydraulique-turbulent-ale-associer-sch-tps-base-const-schema-temps-base-ref-override)

duplique#

Definition
int Pb_Hydraulique_Turbulent_ALE::duplique() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Pb_Hydraulique_Turbulent_ALE::duplique() const override <pb-hydraulique-turbulent-ale-public-int-pb-hydraulique-turbulent-ale-duplique-const-override>`
[int Pb_Hydraulique_Turbulent_ALE::duplique() const override](#pb-hydraulique-turbulent-ale-public-int-pb-hydraulique-turbulent-ale-duplique-const-override)

equation#

Definition
const Equation_base & Pb_Hydraulique_Turbulent_ALE::equation(int) const override
Brief description

Renvoie l’ equation d’hydraulique de type Navier_Stokes_Turbulent si i = 0 sort (exit) sinon.

Detailed description

(version const)

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Equation_base & Pb_Hydraulique_Turbulent_ALE::equation(int) const override <pb-hydraulique-turbulent-ale-public-const-equation-base-ref-pb-hydraulique-turbulent-ale-equation-int-const-override>`
[const Equation_base & Pb_Hydraulique_Turbulent_ALE::equation(int) const override](#pb-hydraulique-turbulent-ale-public-const-equation-base-ref-pb-hydraulique-turbulent-ale-equation-int-const-override)

equation#

Definition
Equation_base & Pb_Hydraulique_Turbulent_ALE::equation(int) override
Brief description

Renvoie l’ equation d’hydraulique de type Navier_Stokes_Turbulent si i = 0 sort (exit) sinon.

Detailed description

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Equation_base & Pb_Hydraulique_Turbulent_ALE::equation(int) override <pb-hydraulique-turbulent-ale-public-equation-base-ref-pb-hydraulique-turbulent-ale-equation-int-override>`
[Equation_base & Pb_Hydraulique_Turbulent_ALE::equation(int) override](#pb-hydraulique-turbulent-ale-public-equation-base-ref-pb-hydraulique-turbulent-ale-equation-int-override)

get_info#

Definition
const Type_info * Pb_Hydraulique_Turbulent_ALE::get_info() const override
Brief description

Donne des informations sur le type de l’ Objet_U .

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Pb_Hydraulique_Turbulent_ALE::get_info() const override <pb-hydraulique-turbulent-ale-public-const-type-info-ptr-pb-hydraulique-turbulent-ale-get-info-const-override>`
[const Type_info * Pb_Hydraulique_Turbulent_ALE::get_info() const override](#pb-hydraulique-turbulent-ale-public-const-type-info-ptr-pb-hydraulique-turbulent-ale-get-info-const-override)

nombre_d_equations#

Definition
int Pb_Hydraulique_Turbulent_ALE::nombre_d_equations() const override
Brief description

Renvoie le nombre d’equation, Renvoie 1 car il y a seulement 1 equation a un probleme.

Detailed description

hydraulique turbulent: l’equation de Navier Stokes avec Turbulence

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Pb_Hydraulique_Turbulent_ALE::nombre_d_equations() const override <pb-hydraulique-turbulent-ale-public-int-pb-hydraulique-turbulent-ale-nombre-d-equations-const-override>`
[int Pb_Hydraulique_Turbulent_ALE::nombre_d_equations() const override](#pb-hydraulique-turbulent-ale-public-int-pb-hydraulique-turbulent-ale-nombre-d-equations-const-override)

Pb_Hydraulique_Turbulent_ALE#

Definition
Pb_Hydraulique_Turbulent_ALE::Pb_Hydraulique_Turbulent_ALE()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Pb_Hydraulique_Turbulent_ALE::Pb_Hydraulique_Turbulent_ALE() <pb-hydraulique-turbulent-ale-public-pb-hydraulique-turbulent-ale-pb-hydraulique-turbulent-ale>`
[Pb_Hydraulique_Turbulent_ALE::Pb_Hydraulique_Turbulent_ALE()](#pb-hydraulique-turbulent-ale-public-pb-hydraulique-turbulent-ale-pb-hydraulique-turbulent-ale)

taille_memoire#

Definition
unsigned Pb_Hydraulique_Turbulent_ALE::taille_memoire() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`unsigned Pb_Hydraulique_Turbulent_ALE::taille_memoire() const override <pb-hydraulique-turbulent-ale-public-unsigned-pb-hydraulique-turbulent-ale-taille-memoire-const-override>`
[unsigned Pb_Hydraulique_Turbulent_ALE::taille_memoire() const override](#pb-hydraulique-turbulent-ale-public-unsigned-pb-hydraulique-turbulent-ale-taille-memoire-const-override)

verifier#

Definition
int Pb_Hydraulique_Turbulent_ALE::verifier() override
Brief description

Teste la compatibilite des equations de convection - diffusion et de l’hydraulique.

Detailed description

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 reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Pb_Hydraulique_Turbulent_ALE::verifier() override <pb-hydraulique-turbulent-ale-public-int-pb-hydraulique-turbulent-ale-verifier-override>`
[int Pb_Hydraulique_Turbulent_ALE::verifier() override](#pb-hydraulique-turbulent-ale-public-int-pb-hydraulique-turbulent-ale-verifier-override)

viscosite_turbulente#

Definition
const Champ_Fonc_base & Pb_Hydraulique_Turbulent_ALE::viscosite_turbulente() const
Brief description

Renvoie le champ representant la viscosite turbulente du probleme.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Champ_Fonc_base & Pb_Hydraulique_Turbulent_ALE::viscosite_turbulente() const <pb-hydraulique-turbulent-ale-public-const-champ-fonc-base-ref-pb-hydraulique-turbulent-ale-viscosite-turbulente-const>`
[const Champ_Fonc_base & Pb_Hydraulique_Turbulent_ALE::viscosite_turbulente() const](#pb-hydraulique-turbulent-ale-public-const-champ-fonc-base-ref-pb-hydraulique-turbulent-ale-viscosite-turbulente-const)

~Pb_Hydraulique_Turbulent_ALE#

Definition
Pb_Hydraulique_Turbulent_ALE::~Pb_Hydraulique_Turbulent_ALE()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Pb_Hydraulique_Turbulent_ALE::~Pb_Hydraulique_Turbulent_ALE() <pb-hydraulique-turbulent-ale-public-pb-hydraulique-turbulent-ale-dtor-pb-hydraulique-turbulent-ale>`
[Pb_Hydraulique_Turbulent_ALE::~Pb_Hydraulique_Turbulent_ALE()](#pb-hydraulique-turbulent-ale-public-pb-hydraulique-turbulent-ale-dtor-pb-hydraulique-turbulent-ale)

cree_instance#

Definition
Objet_U * Pb_Hydraulique_Turbulent_ALE::cree_instance()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Objet_U * Pb_Hydraulique_Turbulent_ALE::cree_instance() <pb-hydraulique-turbulent-ale-public-static-objet-u-ptr-pb-hydraulique-turbulent-ale-cree-instance>`
[Objet_U * Pb_Hydraulique_Turbulent_ALE::cree_instance()](#pb-hydraulique-turbulent-ale-public-static-objet-u-ptr-pb-hydraulique-turbulent-ale-cree-instance)

info#

Definition
const Type_info * Pb_Hydraulique_Turbulent_ALE::info()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Pb_Hydraulique_Turbulent_ALE::info() <pb-hydraulique-turbulent-ale-public-static-const-type-info-ptr-pb-hydraulique-turbulent-ale-info>`
[const Type_info * Pb_Hydraulique_Turbulent_ALE::info()](#pb-hydraulique-turbulent-ale-public-static-const-type-info-ptr-pb-hydraulique-turbulent-ale-info)

self_cast#

Definition
const Pb_Hydraulique_Turbulent_ALE & Pb_Hydraulique_Turbulent_ALE::self_cast(const Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Pb_Hydraulique_Turbulent_ALE & Pb_Hydraulique_Turbulent_ALE::self_cast(const Objet_U &) <pb-hydraulique-turbulent-ale-public-static-const-pb-hydraulique-turbulent-ale-ref-pb-hydraulique-turbulent-ale-self-cast-const-objet-u-ref>`
[const Pb_Hydraulique_Turbulent_ALE & Pb_Hydraulique_Turbulent_ALE::self_cast(const Objet_U &)](#pb-hydraulique-turbulent-ale-public-static-const-pb-hydraulique-turbulent-ale-ref-pb-hydraulique-turbulent-ale-self-cast-const-objet-u-ref)

self_cast#

Definition
Pb_Hydraulique_Turbulent_ALE & Pb_Hydraulique_Turbulent_ALE::self_cast(Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Pb_Hydraulique_Turbulent_ALE & Pb_Hydraulique_Turbulent_ALE::self_cast(Objet_U &) <pb-hydraulique-turbulent-ale-public-static-pb-hydraulique-turbulent-ale-ref-pb-hydraulique-turbulent-ale-self-cast-objet-u-ref>`
[Pb_Hydraulique_Turbulent_ALE & Pb_Hydraulique_Turbulent_ALE::self_cast(Objet_U &)](#pb-hydraulique-turbulent-ale-public-static-pb-hydraulique-turbulent-ale-ref-pb-hydraulique-turbulent-ale-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Pb_Hydraulique_Turbulent_ALE::printOn(Sortie &x) const override
Brief description

Simple appel a: Pb_Fluide_base::printOn(Sortie&) Ecrit le probleme sur un flot de sortie.

Detailed description

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sortie & Pb_Hydraulique_Turbulent_ALE::printOn(Sortie &x) const override <pb-hydraulique-turbulent-ale-protected-sortie-ref-pb-hydraulique-turbulent-ale-printon-sortie-ref-x-const-override>`
[Sortie & Pb_Hydraulique_Turbulent_ALE::printOn(Sortie &x) const override](#pb-hydraulique-turbulent-ale-protected-sortie-ref-pb-hydraulique-turbulent-ale-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Pb_Hydraulique_Turbulent_ALE::readOn(Entree &) override
Brief description

Simple appel a: Pb_Fluide_base::readOn(Entree&) Lit le probleme a partir d’un flot d’entree.

Detailed description

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Pb_Hydraulique_Turbulent_ALE::readOn(Entree &) override <pb-hydraulique-turbulent-ale-protected-entree-ref-pb-hydraulique-turbulent-ale-readon-entree-ref-override>`
[Entree & Pb_Hydraulique_Turbulent_ALE::readOn(Entree &) override](#pb-hydraulique-turbulent-ale-protected-entree-ref-pb-hydraulique-turbulent-ale-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Pb_Hydraulique_Turbulent_ALE::info_obj
eq_hydraulique (protected)
Navier_Stokes_Turbulent_ALE Pb_Hydraulique_Turbulent_ALE::eq_hydraulique