Turbulence_paroi_scal_base#

#include <Turbulence_paroi_scal_base.h>
Brief description

Classe Turbulence_paroi_scal_base Classe de base pour la hierarchie des classes representant les modeles.

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:`Turbulence\_paroi\_scal\_base <class-turbulence-paroi-scal-base>`
[Turbulence\_paroi\_scal\_base](#class-turbulence-paroi-scal-base)

Detailed description#

de calcul des grandeurs turbulentes aux voisinages des parois. La methode principale a implenter dans les classes filles est calculer_scal qui doit se charger de calculer et remplir le tableau equivalent_distance_ des distances equivalentes en paroi.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classTurbulence__paroi__scal__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer#

Definition
virtual void Turbulence_paroi_scal_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &)=0
Brief description
Detailed description
Referenced By
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:`virtual void Turbulence_paroi_scal_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &)=0 <turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-equal-0>`
[virtual void Turbulence_paroi_scal_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &)=0](#turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-equal-0)

associer_modele#

Definition
void Turbulence_paroi_scal_base::associer_modele(const Modele_turbulence_scal_base &)
Brief description

Associe un modele de turbulence a l’objet.

Detailed description
References
Referenced By
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 Turbulence_paroi_scal_base::associer_modele(const Modele_turbulence_scal_base &) <turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-associer-modele-const-modele-turbulence-scal-base-ref>`
[void Turbulence_paroi_scal_base::associer_modele(const Modele_turbulence_scal_base &)](#turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-associer-modele-const-modele-turbulence-scal-base-ref)

calculer_scal#

Definition
virtual int Turbulence_paroi_scal_base::calculer_scal(Champ_Fonc_base &)=0
Brief description
Detailed description
Referenced By
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:`virtual int Turbulence_paroi_scal_base::calculer_scal(Champ_Fonc_base &)=0 <turbulence-paroi-scal-base-public-virtual-int-turbulence-paroi-scal-base-calculer-scal-champ-fonc-base-ref-equal-0>`
[virtual int Turbulence_paroi_scal_base::calculer_scal(Champ_Fonc_base &)=0](#turbulence-paroi-scal-base-public-virtual-int-turbulence-paroi-scal-base-calculer-scal-champ-fonc-base-ref-equal-0)

completer#

Definition
virtual void Turbulence_paroi_scal_base::completer()
Brief description
Detailed description
Referenced By
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:`virtual void Turbulence_paroi_scal_base::completer() <turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-completer>`
[virtual void Turbulence_paroi_scal_base::completer()](#turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-completer)

compute_nusselt#

Definition
virtual void Turbulence_paroi_scal_base::compute_nusselt() const =0
Brief description
Detailed description
Referenced By
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:`virtual void Turbulence_paroi_scal_base::compute_nusselt() const =0 <turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-compute-nusselt-const-equal-0>`
[virtual void Turbulence_paroi_scal_base::compute_nusselt() const =0](#turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-compute-nusselt-const-equal-0)

creer_champ#

Definition
void Turbulence_paroi_scal_base::creer_champ(const Motcle &motlu) override
Brief description
Detailed description

Reimplements:

Referenced By
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 Turbulence_paroi_scal_base::creer_champ(const Motcle &motlu) override <turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-creer-champ-const-motcle-ref-motlu-override>`
[void Turbulence_paroi_scal_base::creer_champ(const Motcle &motlu) override](#turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-creer-champ-const-motcle-ref-motlu-override)

data_a_sauvegarder#

Definition
virtual std::vector<YAML_data> Turbulence_paroi_scal_base::data_a_sauvegarder() const
Brief description
Detailed description
Referenced By
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:`virtual std::vector<YAML_data> Turbulence_paroi_scal_base::data_a_sauvegarder() const <turbulence-paroi-scal-base-public-virtual-std-vector-yaml-data-turbulence-paroi-scal-base-data-a-sauvegarder-const>`
[virtual std::vector<YAML_data> Turbulence_paroi_scal_base::data_a_sauvegarder() const](#turbulence-paroi-scal-base-public-virtual-std-vector-yaml-data-turbulence-paroi-scal-base-data-a-sauvegarder-const)

equivalent_distance#

Definition
const DoubleVects & Turbulence_paroi_scal_base::equivalent_distance() const
Brief description
Detailed description
References
Referenced By
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 DoubleVects & Turbulence_paroi_scal_base::equivalent_distance() const <turbulence-paroi-scal-base-public-const-doublevects-ref-turbulence-paroi-scal-base-equivalent-distance-const>`
[const DoubleVects & Turbulence_paroi_scal_base::equivalent_distance() const](#turbulence-paroi-scal-base-public-const-doublevects-ref-turbulence-paroi-scal-base-equivalent-distance-const)

equivalent_distance#

Definition
const DoubleVect & Turbulence_paroi_scal_base::equivalent_distance(int bord) const
Brief description
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 DoubleVect & Turbulence_paroi_scal_base::equivalent_distance(int bord) const <turbulence-paroi-scal-base-public-const-doublevect-ref-turbulence-paroi-scal-base-equivalent-distance-int-bord-const>`
[const DoubleVect & Turbulence_paroi_scal_base::equivalent_distance(int bord) const](#turbulence-paroi-scal-base-public-const-doublevect-ref-turbulence-paroi-scal-base-equivalent-distance-int-bord-const)

equivalent_distance#

Definition
double Turbulence_paroi_scal_base::equivalent_distance(int bord, int face) const
Brief description
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:`double Turbulence_paroi_scal_base::equivalent_distance(int bord, int face) const <turbulence-paroi-scal-base-public-double-turbulence-paroi-scal-base-equivalent-distance-int-bord-int-face-const>`
[double Turbulence_paroi_scal_base::equivalent_distance(int bord, int face) const](#turbulence-paroi-scal-base-public-double-turbulence-paroi-scal-base-equivalent-distance-int-bord-int-face-const)

equivalent_distance_name#

Definition
virtual DoubleVect & Turbulence_paroi_scal_base::equivalent_distance_name(DoubleVect &d_eq, const Nom &nom_bord) const =0
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:`virtual DoubleVect & Turbulence_paroi_scal_base::equivalent_distance_name(DoubleVect &d_eq, const Nom &nom_bord) const =0 <turbulence-paroi-scal-base-public-virtual-doublevect-ref-turbulence-paroi-scal-base-equivalent-distance-name-doublevect-ref-d-eq-const-nom-ref-nom-bord-const-equal-0>`
[virtual DoubleVect & Turbulence_paroi_scal_base::equivalent_distance_name(DoubleVect &d_eq, const Nom &nom_bord) const =0](#turbulence-paroi-scal-base-public-virtual-doublevect-ref-turbulence-paroi-scal-base-equivalent-distance-name-doublevect-ref-d-eq-const-nom-ref-nom-bord-const-equal-0)

get_champ#

Definition
const Champ_base & Turbulence_paroi_scal_base::get_champ(const Motcle &nom) const override
Brief description
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:`const Champ_base & Turbulence_paroi_scal_base::get_champ(const Motcle &nom) const override <turbulence-paroi-scal-base-public-const-champ-base-ref-turbulence-paroi-scal-base-get-champ-const-motcle-ref-nom-const-override>`
[const Champ_base & Turbulence_paroi_scal_base::get_champ(const Motcle &nom) const override](#turbulence-paroi-scal-base-public-const-champ-base-ref-turbulence-paroi-scal-base-get-champ-const-motcle-ref-nom-const-override)

get_flag_calcul_ldp_en_flux_impose#

Definition
const int & Turbulence_paroi_scal_base::get_flag_calcul_ldp_en_flux_impose() const
Brief description
Detailed description
References
Referenced By
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 int & Turbulence_paroi_scal_base::get_flag_calcul_ldp_en_flux_impose() const <turbulence-paroi-scal-base-public-const-int-ref-turbulence-paroi-scal-base-get-flag-calcul-ldp-en-flux-impose-const>`
[const int & Turbulence_paroi_scal_base::get_flag_calcul_ldp_en_flux_impose() const](#turbulence-paroi-scal-base-public-const-int-ref-turbulence-paroi-scal-base-get-flag-calcul-ldp-en-flux-impose-const)

get_info#

Definition
const Type_info * Turbulence_paroi_scal_base::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 * Turbulence_paroi_scal_base::get_info() const override <turbulence-paroi-scal-base-public-const-type-info-ptr-turbulence-paroi-scal-base-get-info-const-override>`
[const Type_info * Turbulence_paroi_scal_base::get_info() const override](#turbulence-paroi-scal-base-public-const-type-info-ptr-turbulence-paroi-scal-base-get-info-const-override)

get_noms_champs_postraitables#

Definition
void Turbulence_paroi_scal_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
Brief description
Detailed description

Reimplements:

References
Referenced By
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 Turbulence_paroi_scal_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void Turbulence_paroi_scal_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)

has_champ#

Definition
bool Turbulence_paroi_scal_base::has_champ(const Motcle &nom) const override
Brief description
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:`bool Turbulence_paroi_scal_base::has_champ(const Motcle &nom) const override <turbulence-paroi-scal-base-public-bool-turbulence-paroi-scal-base-has-champ-const-motcle-ref-nom-const-override>`
[bool Turbulence_paroi_scal_base::has_champ(const Motcle &nom) const override](#turbulence-paroi-scal-base-public-bool-turbulence-paroi-scal-base-has-champ-const-motcle-ref-nom-const-override)

has_champ#

Definition
bool Turbulence_paroi_scal_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override
Brief description
Detailed description

Reimplements:

References
Referenced By
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:`bool Turbulence_paroi_scal_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override <turbulence-paroi-scal-base-public-bool-turbulence-paroi-scal-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override>`
[bool Turbulence_paroi_scal_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override](#turbulence-paroi-scal-base-public-bool-turbulence-paroi-scal-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override)

imprimer_nusselt#

Definition
virtual void Turbulence_paroi_scal_base::imprimer_nusselt(Sortie &) const
Brief description
Detailed description
References
Referenced By
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:`virtual void Turbulence_paroi_scal_base::imprimer_nusselt(Sortie &) const <turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-imprimer-nusselt-sortie-ref-const>`
[virtual void Turbulence_paroi_scal_base::imprimer_nusselt(Sortie &) const](#turbulence-paroi-scal-base-public-virtual-void-turbulence-paroi-scal-base-imprimer-nusselt-sortie-ref-const)

imprimer_nusselt_mean_only#

Definition
void Turbulence_paroi_scal_base::imprimer_nusselt_mean_only(Sortie &, int, const TRUST_List< Nom > &, const Nom &) const
Brief description

Prints mean Nusselt number and heat transfer statistics to a file for specified boundaries.

Detailed description

Calculates and writes average values for multiple thermal parameters: Results are written for all boundaries combined and then for each boundary separately. Only processes fixed walls ( Dirichlet_paroi_fixe ) and moving walls ( Dirichlet_paroi_defilante ). Output format: time [mean_values] [boundary1_values] [boundary2_values] …

References
Referenced By
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 Turbulence_paroi_scal_base::imprimer_nusselt_mean_only(Sortie &, int, const TRUST_List< Nom > &, const Nom &) const <turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-imprimer-nusselt-mean-only-sortie-ref-int-const-trust-list-nom-ref-const-nom-ref-const>`
[void Turbulence_paroi_scal_base::imprimer_nusselt_mean_only(Sortie &, int, const TRUST_List< Nom > &, const Nom &) const](#turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-imprimer-nusselt-mean-only-sortie-ref-int-const-trust-list-nom-ref-const-nom-ref-const)

imprimer_premiere_ligne_nusselt#

Definition
void Turbulence_paroi_scal_base::imprimer_premiere_ligne_nusselt(int, const TRUST_List< Nom > &, const Nom &) const
Brief description

Writes header line for Nusselt number and heat transfer statistics file.

Detailed description

Creates header line with column names for thermal statistics including: Format: “Time Mean(field1) Mean(field2) … [boundary1(field1) boundary1(field2) …]” Writes warning messages if specified boundaries are not valid wall types.

References
Referenced By
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 Turbulence_paroi_scal_base::imprimer_premiere_ligne_nusselt(int, const TRUST_List< Nom > &, const Nom &) const <turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-imprimer-premiere-ligne-nusselt-int-const-trust-list-nom-ref-const-nom-ref-const>`
[void Turbulence_paroi_scal_base::imprimer_premiere_ligne_nusselt(int, const TRUST_List< Nom > &, const Nom &) const](#turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-imprimer-premiere-ligne-nusselt-int-const-trust-list-nom-ref-const-nom-ref-const)

init_lois_paroi#

Definition
virtual int Turbulence_paroi_scal_base::init_lois_paroi()=0
Brief description
Detailed description
Referenced By
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:`virtual int Turbulence_paroi_scal_base::init_lois_paroi()=0 <turbulence-paroi-scal-base-public-virtual-int-turbulence-paroi-scal-base-init-lois-paroi-equal-0>`
[virtual int Turbulence_paroi_scal_base::init_lois_paroi()=0](#turbulence-paroi-scal-base-public-virtual-int-turbulence-paroi-scal-base-init-lois-paroi-equal-0)

ouvrir_fichier_partage#

Definition
void Turbulence_paroi_scal_base::ouvrir_fichier_partage(EcrFicPartage &, const Nom &) const
Brief description

Ouverture/creation d’un fichier d’impression de Face, d_eq, Nu local, h.

Detailed description
References
Referenced By
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 Turbulence_paroi_scal_base::ouvrir_fichier_partage(EcrFicPartage &, const Nom &) const <turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-ouvrir-fichier-partage-ecrficpartage-ref-const-nom-ref-const>`
[void Turbulence_paroi_scal_base::ouvrir_fichier_partage(EcrFicPartage &, const Nom &) const](#turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-ouvrir-fichier-partage-ecrficpartage-ref-const-nom-ref-const)

ouvrir_fichier_partage#

Definition
void Turbulence_paroi_scal_base::ouvrir_fichier_partage(EcrFicPartage &, const Nom &, const Nom &) const
Brief description

Ouverture/creation d’un fichier d’impression de moyennes.

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:`void Turbulence_paroi_scal_base::ouvrir_fichier_partage(EcrFicPartage &, const Nom &, const Nom &) const <turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-ouvrir-fichier-partage-ecrficpartage-ref-const-nom-ref-const-nom-ref-const>`
[void Turbulence_paroi_scal_base::ouvrir_fichier_partage(EcrFicPartage &, const Nom &, const Nom &) const](#turbulence-paroi-scal-base-public-void-turbulence-paroi-scal-base-ouvrir-fichier-partage-ecrficpartage-ref-const-nom-ref-const-nom-ref-const)

reprendre#

Definition
int Turbulence_paroi_scal_base::reprendre(Entree &is) override
Brief description

Reprise d’un Objet_U sur un flot d’entree Methode a surcharger.

Detailed description

Reimplements:

Referenced By
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 Turbulence_paroi_scal_base::reprendre(Entree &is) override <turbulence-paroi-scal-base-public-int-turbulence-paroi-scal-base-reprendre-entree-ref-is-override>`
[int Turbulence_paroi_scal_base::reprendre(Entree &is) override](#turbulence-paroi-scal-base-public-int-turbulence-paroi-scal-base-reprendre-entree-ref-is-override)

sauvegarder#

Definition
int Turbulence_paroi_scal_base::sauvegarder(Sortie &os) const override
Brief description

Sauvegarde d’un Objet_U sur un flot de sortie Methode a surcharger.

Detailed description

Reimplements:

Referenced By
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 Turbulence_paroi_scal_base::sauvegarder(Sortie &os) const override <turbulence-paroi-scal-base-public-int-turbulence-paroi-scal-base-sauvegarder-sortie-ref-os-const-override>`
[int Turbulence_paroi_scal_base::sauvegarder(Sortie &os) const override](#turbulence-paroi-scal-base-public-int-turbulence-paroi-scal-base-sauvegarder-sortie-ref-os-const-override)

tab_equivalent_distance#

Definition
const DoubleVects & Turbulence_paroi_scal_base::tab_equivalent_distance() const
Brief description
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 DoubleVects & Turbulence_paroi_scal_base::tab_equivalent_distance() const <turbulence-paroi-scal-base-public-const-doublevects-ref-turbulence-paroi-scal-base-tab-equivalent-distance-const>`
[const DoubleVects & Turbulence_paroi_scal_base::tab_equivalent_distance() const](#turbulence-paroi-scal-base-public-const-doublevects-ref-turbulence-paroi-scal-base-tab-equivalent-distance-const)

tab_equivalent_distance#

Definition
const DoubleVect & Turbulence_paroi_scal_base::tab_equivalent_distance(int bord) const
Brief description
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 DoubleVect & Turbulence_paroi_scal_base::tab_equivalent_distance(int bord) const <turbulence-paroi-scal-base-public-const-doublevect-ref-turbulence-paroi-scal-base-tab-equivalent-distance-int-bord-const>`
[const DoubleVect & Turbulence_paroi_scal_base::tab_equivalent_distance(int bord) const](#turbulence-paroi-scal-base-public-const-doublevect-ref-turbulence-paroi-scal-base-tab-equivalent-distance-int-bord-const)

tab_equivalent_distance_size#

Definition
int Turbulence_paroi_scal_base::tab_equivalent_distance_size()
Brief description
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:`int Turbulence_paroi_scal_base::tab_equivalent_distance_size() <turbulence-paroi-scal-base-public-int-turbulence-paroi-scal-base-tab-equivalent-distance-size>`
[int Turbulence_paroi_scal_base::tab_equivalent_distance_size()](#turbulence-paroi-scal-base-public-int-turbulence-paroi-scal-base-tab-equivalent-distance-size)

Turbulence_paroi_scal_base#

Definition
Turbulence_paroi_scal_base::Turbulence_paroi_scal_base()
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:`Turbulence_paroi_scal_base::Turbulence_paroi_scal_base() <turbulence-paroi-scal-base-public-turbulence-paroi-scal-base-turbulence-paroi-scal-base>`
[Turbulence_paroi_scal_base::Turbulence_paroi_scal_base()](#turbulence-paroi-scal-base-public-turbulence-paroi-scal-base-turbulence-paroi-scal-base)

use_equivalent_distance#

Definition
bool Turbulence_paroi_scal_base::use_equivalent_distance() const
Brief description

Give a boolean indicating if we need to use equivant distance by default we consider that we use the equivalent distance.

Detailed description
Referenced By
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:`bool Turbulence_paroi_scal_base::use_equivalent_distance() const <turbulence-paroi-scal-base-public-bool-turbulence-paroi-scal-base-use-equivalent-distance-const>`
[bool Turbulence_paroi_scal_base::use_equivalent_distance() const](#turbulence-paroi-scal-base-public-bool-turbulence-paroi-scal-base-use-equivalent-distance-const)

~Turbulence_paroi_scal_base#

Definition
Turbulence_paroi_scal_base::~Turbulence_paroi_scal_base() override
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:`Turbulence_paroi_scal_base::~Turbulence_paroi_scal_base() override <turbulence-paroi-scal-base-public-turbulence-paroi-scal-base-dtor-turbulence-paroi-scal-base-override>`
[Turbulence_paroi_scal_base::~Turbulence_paroi_scal_base() override](#turbulence-paroi-scal-base-public-turbulence-paroi-scal-base-dtor-turbulence-paroi-scal-base-override)

info#

Definition
const Type_info * Turbulence_paroi_scal_base::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 * Turbulence_paroi_scal_base::info() <turbulence-paroi-scal-base-public-static-const-type-info-ptr-turbulence-paroi-scal-base-info>`
[const Type_info * Turbulence_paroi_scal_base::info()](#turbulence-paroi-scal-base-public-static-const-type-info-ptr-turbulence-paroi-scal-base-info)

self_cast#

Definition
const Turbulence_paroi_scal_base & Turbulence_paroi_scal_base::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 Turbulence_paroi_scal_base & Turbulence_paroi_scal_base::self_cast(const Objet_U &) <turbulence-paroi-scal-base-public-static-const-turbulence-paroi-scal-base-ref-turbulence-paroi-scal-base-self-cast-const-objet-u-ref>`
[const Turbulence_paroi_scal_base & Turbulence_paroi_scal_base::self_cast(const Objet_U &)](#turbulence-paroi-scal-base-public-static-const-turbulence-paroi-scal-base-ref-turbulence-paroi-scal-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Turbulence_paroi_scal_base & Turbulence_paroi_scal_base::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:`Turbulence_paroi_scal_base & Turbulence_paroi_scal_base::self_cast(Objet_U &) <turbulence-paroi-scal-base-public-static-turbulence-paroi-scal-base-ref-turbulence-paroi-scal-base-self-cast-objet-u-ref>`
[Turbulence_paroi_scal_base & Turbulence_paroi_scal_base::self_cast(Objet_U &)](#turbulence-paroi-scal-base-public-static-turbulence-paroi-scal-base-ref-turbulence-paroi-scal-base-self-cast-objet-u-ref)

typer_lire_turbulence_paroi_scal#

Definition
void Turbulence_paroi_scal_base::typer_lire_turbulence_paroi_scal(TRUST_Deriv< Turbulence_paroi_scal_base > &, const Modele_turbulence_scal_base &, Entree &)
Brief description

Lit les caracteristques de la loi de parois a partir d’un flot d’entree.

Detailed description

Format: type_de_loi_de_paroi Les valeurs possibles du type de loi de paroi sont:

References
Referenced By
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 Turbulence_paroi_scal_base::typer_lire_turbulence_paroi_scal(TRUST_Deriv< Turbulence_paroi_scal_base > &, const Modele_turbulence_scal_base &, Entree &) <turbulence-paroi-scal-base-public-static-void-turbulence-paroi-scal-base-typer-lire-turbulence-paroi-scal-trust-deriv-turbulence-paroi-scal-base-ref-const-modele-turbulence-scal-base-ref-entree-ref>`
[void Turbulence_paroi_scal_base::typer_lire_turbulence_paroi_scal(TRUST_Deriv< Turbulence_paroi_scal_base > &, const Modele_turbulence_scal_base &, Entree &)](#turbulence-paroi-scal-base-public-static-void-turbulence-paroi-scal-base-typer-lire-turbulence-paroi-scal-trust-deriv-turbulence-paroi-scal-base-ref-const-modele-turbulence-scal-base-ref-entree-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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 & Turbulence_paroi_scal_base::printOn(Sortie &x) const override <turbulence-paroi-scal-base-protected-sortie-ref-turbulence-paroi-scal-base-printon-sortie-ref-x-const-override>`
[Sortie & Turbulence_paroi_scal_base::printOn(Sortie &x) const override](#turbulence-paroi-scal-base-protected-sortie-ref-turbulence-paroi-scal-base-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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:`Entree & Turbulence_paroi_scal_base::readOn(Entree &) override <turbulence-paroi-scal-base-protected-entree-ref-turbulence-paroi-scal-base-readon-entree-ref-override>`
[Entree & Turbulence_paroi_scal_base::readOn(Entree &) override](#turbulence-paroi-scal-base-protected-entree-ref-turbulence-paroi-scal-base-readon-entree-ref-override)

T_plus#

Definition
double Turbulence_paroi_scal_base::T_plus(double y_plus, double Pr)
Brief description
Detailed description
References
Referenced By
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:`double Turbulence_paroi_scal_base::T_plus(double y_plus, double Pr) <turbulence-paroi-scal-base-protected-double-turbulence-paroi-scal-base-t-plus-double-y-plus-double-pr>`
[double Turbulence_paroi_scal_base::T_plus(double y_plus, double Pr)](#turbulence-paroi-scal-base-protected-double-turbulence-paroi-scal-base-t-plus-double-y-plus-double-pr)

Attributes Documentation#

info_obj (public)
const Type_info Turbulence_paroi_scal_base::info_obj
calcul_ldp_en_flux_impose_ (protected)
int Turbulence_paroi_scal_base::calcul_ldp_en_flux_impose_
equivalent_distance_ (protected)
DoubleVects Turbulence_paroi_scal_base::equivalent_distance_
le_dom_Cl_dis_ (protected)
TRUST_Ref<Domaine_Cl_dis_base *> Turbulence_paroi_scal_base::le_dom_Cl_dis_
le_dom_dis_ (protected)
TRUST_Ref<Domaine_VF *> Turbulence_paroi_scal_base::le_dom_dis_
mon_modele_turb_scal (protected)
TRUST_Ref<Modele_turbulence_scal_base *> Turbulence_paroi_scal_base::mon_modele_turb_scal
nb_fields_ (protected)
int Turbulence_paroi_scal_base::nb_fields_ = 6
nb_impr0_ (protected)
int Turbulence_paroi_scal_base::nb_impr0_ = 0
nb_impr_ (protected)
int Turbulence_paroi_scal_base::nb_impr_ = 0
Prdt_sur_kappa_ (protected)
double Turbulence_paroi_scal_base::Prdt_sur_kappa_
tab_ (protected)
DoubleTab Turbulence_paroi_scal_base::tab_
champs_compris_ (private)
Champs_compris Turbulence_paroi_scal_base::champs_compris_