Modele_turbulence_hyd_RANS_Bicephale_base#

#include <Modele_turbulence_hyd_RANS_Bicephale_base.h>
Brief description

Classe Modele_turbulence_hyd_RANS_Bicephale_base Classe de base des modeles de type RANS en formulation bicephale : les equations de k et epsilon sont gerees separement.

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:`Modele\_turbulence\_hyd\_RANS\_Bicephale\_base <class-modele-turbulence-hyd-rans-bicephale-base>`
[Modele\_turbulence\_hyd\_RANS\_Bicephale\_base](#class-modele-turbulence-hyd-rans-bicephale-base)

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classModele__turbulence__hyd__RANS__Bicephale__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_seconde_eqn#

Definition
void Modele_turbulence_hyd_RANS_Bicephale_base::associer_seconde_eqn(const Equation_base &)
Brief description

Associe la seconde equation en parametre au modele de turbulence.

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 Modele_turbulence_hyd_RANS_Bicephale_base::associer_seconde_eqn(const Equation_base &) <modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-associer-seconde-eqn-const-equation-base-ref>`
[void Modele_turbulence_hyd_RANS_Bicephale_base::associer_seconde_eqn(const Equation_base &)](#modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-associer-seconde-eqn-const-equation-base-ref)

completer#

Definition
void Modele_turbulence_hyd_RANS_Bicephale_base::completer() 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:`void Modele_turbulence_hyd_RANS_Bicephale_base::completer() override <modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-completer-override>`
[void Modele_turbulence_hyd_RANS_Bicephale_base::completer() override](#modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-completer-override)

data_a_sauvegarder#

Definition
std::vector<YAML_data> Modele_turbulence_hyd_RANS_Bicephale_base::data_a_sauvegarder() const override
Brief description

for PDI IO: retrieve name, type and dimensions of the fields to save/restore

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:`std::vector<YAML_data> Modele_turbulence_hyd_RANS_Bicephale_base::data_a_sauvegarder() const override <modele-turbulence-hyd-rans-bicephale-base-public-std-vector-yaml-data-modele-turbulence-hyd-rans-bicephale-base-data-a-sauvegarder-const-override>`
[std::vector<YAML_data> Modele_turbulence_hyd_RANS_Bicephale_base::data_a_sauvegarder() const override](#modele-turbulence-hyd-rans-bicephale-base-public-std-vector-yaml-data-modele-turbulence-hyd-rans-bicephale-base-data-a-sauvegarder-const-override)

eqn_transp_Eps#

Definition
virtual const Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_Eps() 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 const Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_Eps() const =0 <modele-turbulence-hyd-rans-bicephale-base-public-virtual-const-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-eps-const-equal-0>`
[virtual const Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_Eps() const =0](#modele-turbulence-hyd-rans-bicephale-base-public-virtual-const-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-eps-const-equal-0)

eqn_transp_Eps#

Definition
virtual Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_Eps()=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 Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_Eps()=0 <modele-turbulence-hyd-rans-bicephale-base-public-virtual-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-eps-equal-0>`
[virtual Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_Eps()=0](#modele-turbulence-hyd-rans-bicephale-base-public-virtual-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-eps-equal-0)

eqn_transp_K#

Definition
virtual const Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_K() 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 const Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_K() const =0 <modele-turbulence-hyd-rans-bicephale-base-public-virtual-const-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-k-const-equal-0>`
[virtual const Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_K() const =0](#modele-turbulence-hyd-rans-bicephale-base-public-virtual-const-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-k-const-equal-0)

eqn_transp_K#

Definition
virtual Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_K()=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 Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_K()=0 <modele-turbulence-hyd-rans-bicephale-base-public-virtual-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-k-equal-0>`
[virtual Transport_K_ou_Eps_base & Modele_turbulence_hyd_RANS_Bicephale_base::eqn_transp_K()=0](#modele-turbulence-hyd-rans-bicephale-base-public-virtual-transport-k-ou-eps-base-ref-modele-turbulence-hyd-rans-bicephale-base-eqn-transp-k-equal-0)

equation_k_eps#

Definition
virtual const Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::equation_k_eps(int) 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 const Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::equation_k_eps(int) const =0 <modele-turbulence-hyd-rans-bicephale-base-public-virtual-const-equation-base-ref-modele-turbulence-hyd-rans-bicephale-base-equation-k-eps-int-const-equal-0>`
[virtual const Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::equation_k_eps(int) const =0](#modele-turbulence-hyd-rans-bicephale-base-public-virtual-const-equation-base-ref-modele-turbulence-hyd-rans-bicephale-base-equation-k-eps-int-const-equal-0)

get_champ#

Definition
const Champ_base & Modele_turbulence_hyd_RANS_Bicephale_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 & Modele_turbulence_hyd_RANS_Bicephale_base::get_champ(const Motcle &nom) const override <modele-turbulence-hyd-rans-bicephale-base-public-const-champ-base-ref-modele-turbulence-hyd-rans-bicephale-base-get-champ-const-motcle-ref-nom-const-override>`
[const Champ_base & Modele_turbulence_hyd_RANS_Bicephale_base::get_champ(const Motcle &nom) const override](#modele-turbulence-hyd-rans-bicephale-base-public-const-champ-base-ref-modele-turbulence-hyd-rans-bicephale-base-get-champ-const-motcle-ref-nom-const-override)

get_info#

Definition
const Type_info * Modele_turbulence_hyd_RANS_Bicephale_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 * Modele_turbulence_hyd_RANS_Bicephale_base::get_info() const override <modele-turbulence-hyd-rans-bicephale-base-public-const-type-info-ptr-modele-turbulence-hyd-rans-bicephale-base-get-info-const-override>`
[const Type_info * Modele_turbulence_hyd_RANS_Bicephale_base::get_info() const override](#modele-turbulence-hyd-rans-bicephale-base-public-const-type-info-ptr-modele-turbulence-hyd-rans-bicephale-base-get-info-const-override)

get_noms_champs_postraitables#

Definition
void Modele_turbulence_hyd_RANS_Bicephale_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 Modele_turbulence_hyd_RANS_Bicephale_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void Modele_turbulence_hyd_RANS_Bicephale_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)

has_champ#

Definition
bool Modele_turbulence_hyd_RANS_Bicephale_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 Modele_turbulence_hyd_RANS_Bicephale_base::has_champ(const Motcle &nom) const override <modele-turbulence-hyd-rans-bicephale-base-public-bool-modele-turbulence-hyd-rans-bicephale-base-has-champ-const-motcle-ref-nom-const-override>`
[bool Modele_turbulence_hyd_RANS_Bicephale_base::has_champ(const Motcle &nom) const override](#modele-turbulence-hyd-rans-bicephale-base-public-bool-modele-turbulence-hyd-rans-bicephale-base-has-champ-const-motcle-ref-nom-const-override)

has_champ#

Definition
bool Modele_turbulence_hyd_RANS_Bicephale_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 Modele_turbulence_hyd_RANS_Bicephale_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override <modele-turbulence-hyd-rans-bicephale-base-public-bool-modele-turbulence-hyd-rans-bicephale-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override>`
[bool Modele_turbulence_hyd_RANS_Bicephale_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override](#modele-turbulence-hyd-rans-bicephale-base-public-bool-modele-turbulence-hyd-rans-bicephale-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override)

lire_motcle_non_standard#

Definition
int Modele_turbulence_hyd_RANS_Bicephale_base::lire_motcle_non_standard(const Motcle &, Entree &) override
Brief description

Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.

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:`int Modele_turbulence_hyd_RANS_Bicephale_base::lire_motcle_non_standard(const Motcle &, Entree &) override <modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Modele_turbulence_hyd_RANS_Bicephale_base::lire_motcle_non_standard(const Motcle &, Entree &) override](#modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)

Modele_turbulence_hyd_RANS_Bicephale_base#

Definition
Modele_turbulence_hyd_RANS_Bicephale_base::Modele_turbulence_hyd_RANS_Bicephale_base()
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:`Modele_turbulence_hyd_RANS_Bicephale_base::Modele_turbulence_hyd_RANS_Bicephale_base() <modele-turbulence-hyd-rans-bicephale-base-public-modele-turbulence-hyd-rans-bicephale-base-modele-turbulence-hyd-rans-bicephale-base>`
[Modele_turbulence_hyd_RANS_Bicephale_base::Modele_turbulence_hyd_RANS_Bicephale_base()](#modele-turbulence-hyd-rans-bicephale-base-public-modele-turbulence-hyd-rans-bicephale-base-modele-turbulence-hyd-rans-bicephale-base)

nombre_d_equations#

Definition
int Modele_turbulence_hyd_RANS_Bicephale_base::nombre_d_equations() const 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:`int Modele_turbulence_hyd_RANS_Bicephale_base::nombre_d_equations() const override <modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-nombre-d-equations-const-override>`
[int Modele_turbulence_hyd_RANS_Bicephale_base::nombre_d_equations() const override](#modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-nombre-d-equations-const-override)

reprendre#

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

Reprise du modele a partir d’un flot d’entree.

Detailed description

Si l’equation portee par l’objet est non nulle on effectue une reprise “bidon”.

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:`int Modele_turbulence_hyd_RANS_Bicephale_base::reprendre(Entree &is) override <modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-reprendre-entree-ref-is-override>`
[int Modele_turbulence_hyd_RANS_Bicephale_base::reprendre(Entree &is) override](#modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-reprendre-entree-ref-is-override)

sauvegarder#

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

Sauvegarde le modele de turbulence sur un flot de sortie.

Detailed description

(en vue d’une reprise) Sauvegarde le type de l’objet et les equations de transport K - epsilon associees.

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:`int Modele_turbulence_hyd_RANS_Bicephale_base::sauvegarder(Sortie &os) const override <modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-sauvegarder-sortie-ref-os-const-override>`
[int Modele_turbulence_hyd_RANS_Bicephale_base::sauvegarder(Sortie &os) const override](#modele-turbulence-hyd-rans-bicephale-base-public-int-modele-turbulence-hyd-rans-bicephale-base-sauvegarder-sortie-ref-os-const-override)

seconde_equation#

Definition
Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::seconde_equation()
Brief description

Renvoie la seconde equation associee au modele de turbulence en formulation bicephale.

Detailed description

(c’est une equation du type Equation_base )

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 & Modele_turbulence_hyd_RANS_Bicephale_base::seconde_equation() <modele-turbulence-hyd-rans-bicephale-base-public-equation-base-ref-modele-turbulence-hyd-rans-bicephale-base-seconde-equation>`
[Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::seconde_equation()](#modele-turbulence-hyd-rans-bicephale-base-public-equation-base-ref-modele-turbulence-hyd-rans-bicephale-base-seconde-equation)

seconde_equation#

Definition
const Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::seconde_equation() 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 Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::seconde_equation() const <modele-turbulence-hyd-rans-bicephale-base-public-const-equation-base-ref-modele-turbulence-hyd-rans-bicephale-base-seconde-equation-const>`
[const Equation_base & Modele_turbulence_hyd_RANS_Bicephale_base::seconde_equation() const](#modele-turbulence-hyd-rans-bicephale-base-public-const-equation-base-ref-modele-turbulence-hyd-rans-bicephale-base-seconde-equation-const)

set_param#

Definition
void Modele_turbulence_hyd_RANS_Bicephale_base::set_param(Param &param) 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 Modele_turbulence_hyd_RANS_Bicephale_base::set_param(Param &param) override <modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-set-param-param-ref-param-override>`
[void Modele_turbulence_hyd_RANS_Bicephale_base::set_param(Param &param) override](#modele-turbulence-hyd-rans-bicephale-base-public-void-modele-turbulence-hyd-rans-bicephale-base-set-param-param-ref-param-override)

~Modele_turbulence_hyd_RANS_Bicephale_base#

Definition
Modele_turbulence_hyd_RANS_Bicephale_base::~Modele_turbulence_hyd_RANS_Bicephale_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:`Modele_turbulence_hyd_RANS_Bicephale_base::~Modele_turbulence_hyd_RANS_Bicephale_base() override <modele-turbulence-hyd-rans-bicephale-base-public-modele-turbulence-hyd-rans-bicephale-base-dtor-modele-turbulence-hyd-rans-bicephale-base-override>`
[Modele_turbulence_hyd_RANS_Bicephale_base::~Modele_turbulence_hyd_RANS_Bicephale_base() override](#modele-turbulence-hyd-rans-bicephale-base-public-modele-turbulence-hyd-rans-bicephale-base-dtor-modele-turbulence-hyd-rans-bicephale-base-override)

info#

Definition
const Type_info * Modele_turbulence_hyd_RANS_Bicephale_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 * Modele_turbulence_hyd_RANS_Bicephale_base::info() <modele-turbulence-hyd-rans-bicephale-base-public-static-const-type-info-ptr-modele-turbulence-hyd-rans-bicephale-base-info>`
[const Type_info * Modele_turbulence_hyd_RANS_Bicephale_base::info()](#modele-turbulence-hyd-rans-bicephale-base-public-static-const-type-info-ptr-modele-turbulence-hyd-rans-bicephale-base-info)

self_cast#

Definition
const Modele_turbulence_hyd_RANS_Bicephale_base & Modele_turbulence_hyd_RANS_Bicephale_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 Modele_turbulence_hyd_RANS_Bicephale_base & Modele_turbulence_hyd_RANS_Bicephale_base::self_cast(const Objet_U &) <modele-turbulence-hyd-rans-bicephale-base-public-static-const-modele-turbulence-hyd-rans-bicephale-base-ref-modele-turbulence-hyd-rans-bicephale-base-self-cast-const-objet-u-ref>`
[const Modele_turbulence_hyd_RANS_Bicephale_base & Modele_turbulence_hyd_RANS_Bicephale_base::self_cast(const Objet_U &)](#modele-turbulence-hyd-rans-bicephale-base-public-static-const-modele-turbulence-hyd-rans-bicephale-base-ref-modele-turbulence-hyd-rans-bicephale-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Modele_turbulence_hyd_RANS_Bicephale_base & Modele_turbulence_hyd_RANS_Bicephale_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:`Modele_turbulence_hyd_RANS_Bicephale_base & Modele_turbulence_hyd_RANS_Bicephale_base::self_cast(Objet_U &) <modele-turbulence-hyd-rans-bicephale-base-public-static-modele-turbulence-hyd-rans-bicephale-base-ref-modele-turbulence-hyd-rans-bicephale-base-self-cast-objet-u-ref>`
[Modele_turbulence_hyd_RANS_Bicephale_base & Modele_turbulence_hyd_RANS_Bicephale_base::self_cast(Objet_U &)](#modele-turbulence-hyd-rans-bicephale-base-public-static-modele-turbulence-hyd-rans-bicephale-base-ref-modele-turbulence-hyd-rans-bicephale-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Modele_turbulence_hyd_RANS_Bicephale_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 & Modele_turbulence_hyd_RANS_Bicephale_base::printOn(Sortie &x) const override <modele-turbulence-hyd-rans-bicephale-base-protected-sortie-ref-modele-turbulence-hyd-rans-bicephale-base-printon-sortie-ref-x-const-override>`
[Sortie & Modele_turbulence_hyd_RANS_Bicephale_base::printOn(Sortie &x) const override](#modele-turbulence-hyd-rans-bicephale-base-protected-sortie-ref-modele-turbulence-hyd-rans-bicephale-base-printon-sortie-ref-x-const-override)

readOn#

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

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

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:`Entree & Modele_turbulence_hyd_RANS_Bicephale_base::readOn(Entree &) override <modele-turbulence-hyd-rans-bicephale-base-protected-entree-ref-modele-turbulence-hyd-rans-bicephale-base-readon-entree-ref-override>`
[Entree & Modele_turbulence_hyd_RANS_Bicephale_base::readOn(Entree &) override](#modele-turbulence-hyd-rans-bicephale-base-protected-entree-ref-modele-turbulence-hyd-rans-bicephale-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Modele_turbulence_hyd_RANS_Bicephale_base::info_obj
ma_seconde_equation_ (protected)
TRUST_Ref<Equation_base *> Modele_turbulence_hyd_RANS_Bicephale_base::ma_seconde_equation_