Transport_K_KEps#

#include <Transport_K_KEps.h>
Brief description

classe Transport_K_KEps Cette classe represente l’equation de transport de l’energie cinetique

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:`Transport\_K\_KEps <class-transport-k-keps>`
[Transport\_K\_KEps](#class-transport-k-keps)

Detailed description#

turbulente K et du taux de dissipation epsilon (eps) associee au modele de turbulence (k,eps) a deux couches. On traite en une seule equation le transport des deux grandeurs turbulentes. Il s’agit donc d’une equation vectorielle, dont le champ inconnue possede 2 composantes: K et epsilon. On instanciera un objet de cette classe uniquement si on utilise le modele a deux couches pour traiter la turbulence

Inherits from#

Inheritance graph#

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

../../../../../_images/classTransport__K__KEps__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 Transport_K_KEps::associer_milieu_base(const Milieu_base &) override
Brief description

Associe un milieu physique a l’equation.

Detailed description

Le Milieu_base passe en parametre est caste en Fluide_Incompressible .

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 Transport_K_KEps::associer_milieu_base(const Milieu_base &) override <transport-k-keps-public-void-transport-k-keps-associer-milieu-base-const-milieu-base-ref-override>`
[void Transport_K_KEps::associer_milieu_base(const Milieu_base &) override](#transport-k-keps-public-void-transport-k-keps-associer-milieu-base-const-milieu-base-ref-override)

associer_modele_turbulence#

Definition
void Transport_K_KEps::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &) override
Brief description

Associe un modele de turbulence K - epsilon deux couches a l’equation.

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 Transport_K_KEps::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &) override <transport-k-keps-public-void-transport-k-keps-associer-modele-turbulence-const-modele-turbulence-hyd-2-eq-base-ref-override>`
[void Transport_K_KEps::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &) override](#transport-k-keps-public-void-transport-k-keps-associer-modele-turbulence-const-modele-turbulence-hyd-2-eq-base-ref-override)

domaine_application#

Definition
const Motcle & Transport_K_KEps::domaine_application() const override
Brief description

Renvoie le nom du domaine d’application de l’equation.

Detailed description

Ici “Transport_Keps”.

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 Motcle & Transport_K_KEps::domaine_application() const override <transport-k-keps-public-const-motcle-ref-transport-k-keps-domaine-application-const-override>`
[const Motcle & Transport_K_KEps::domaine_application() const override](#transport-k-keps-public-const-motcle-ref-transport-k-keps-domaine-application-const-override)

duplique#

Definition
int Transport_K_KEps::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 Transport_K_KEps::duplique() const override <transport-k-keps-public-int-transport-k-keps-duplique-const-override>`
[int Transport_K_KEps::duplique() const override](#transport-k-keps-public-int-transport-k-keps-duplique-const-override)

get_impr#

Definition
int Transport_K_KEps::get_impr() const
Brief description

indique si on doit ecrire le domaine des 2 couches dans le .

Detailed description

out. (version const)

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 Transport_K_KEps::get_impr() const <transport-k-keps-public-int-transport-k-keps-get-impr-const>`
[int Transport_K_KEps::get_impr() const](#transport-k-keps-public-int-transport-k-keps-get-impr-const)

get_info#

Definition
const Type_info * Transport_K_KEps::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 * Transport_K_KEps::get_info() const override <transport-k-keps-public-const-type-info-ptr-transport-k-keps-get-info-const-override>`
[const Type_info * Transport_K_KEps::get_info() const override](#transport-k-keps-public-const-type-info-ptr-transport-k-keps-get-info-const-override)

get_nbcouches#

Definition
int Transport_K_KEps::get_nbcouches() const
Brief description

Renvoie le nombre de couches utilisees pour le modele 1 - equation.

Detailed description

(version const)

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 Transport_K_KEps::get_nbcouches() const <transport-k-keps-public-int-transport-k-keps-get-nbcouches-const>`
[int Transport_K_KEps::get_nbcouches() const](#transport-k-keps-public-int-transport-k-keps-get-nbcouches-const)

get_nutswitch#

Definition
int Transport_K_KEps::get_nutswitch() const
Brief description

Renvoie la valeur de nut/nu qui delimite les deux couches.

Detailed description

(version const)

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 Transport_K_KEps::get_nutswitch() const <transport-k-keps-public-int-transport-k-keps-get-nutswitch-const>`
[int Transport_K_KEps::get_nutswitch() const](#transport-k-keps-public-int-transport-k-keps-get-nutswitch-const)

get_switch#

Definition
int Transport_K_KEps::get_switch() const
Brief description

Renvoie 0 si on choisit le switch par y*, 0 par nu_t.

Detailed description

(version const)

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 Transport_K_KEps::get_switch() const <transport-k-keps-public-int-transport-k-keps-get-switch-const>`
[int Transport_K_KEps::get_switch() const](#transport-k-keps-public-int-transport-k-keps-get-switch-const)

get_yswitch#

Definition
int Transport_K_KEps::get_yswitch() const
Brief description

Renvoie le y* de switch entre les deux couches pour le modele a deux couches.

Detailed description

(version const)

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 Transport_K_KEps::get_yswitch() const <transport-k-keps-public-int-transport-k-keps-get-yswitch-const>`
[int Transport_K_KEps::get_yswitch() const](#transport-k-keps-public-int-transport-k-keps-get-yswitch-const)

lire_motcle_non_standard#

Definition
int Transport_K_KEps::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
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 Transport_K_KEps::lire_motcle_non_standard(const Motcle &, Entree &) override <transport-k-keps-public-int-transport-k-keps-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Transport_K_KEps::lire_motcle_non_standard(const Motcle &, Entree &) override](#transport-k-keps-public-int-transport-k-keps-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)

loi2couches#

Definition
Loi_2couches_base & Transport_K_KEps::loi2couches()
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:`Loi_2couches_base & Transport_K_KEps::loi2couches() <transport-k-keps-public-loi-2couches-base-ref-transport-k-keps-loi2couches>`
[Loi_2couches_base & Transport_K_KEps::loi2couches()](#transport-k-keps-public-loi-2couches-base-ref-transport-k-keps-loi2couches)

set_param#

Definition
void Transport_K_KEps::set_param(Param &titi) 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 Transport_K_KEps::set_param(Param &titi) override <transport-k-keps-public-void-transport-k-keps-set-param-param-ref-titi-override>`
[void Transport_K_KEps::set_param(Param &titi) override](#transport-k-keps-public-void-transport-k-keps-set-param-param-ref-titi-override)

taille_memoire#

Definition
unsigned Transport_K_KEps::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 Transport_K_KEps::taille_memoire() const override <transport-k-keps-public-unsigned-transport-k-keps-taille-memoire-const-override>`
[unsigned Transport_K_KEps::taille_memoire() const override](#transport-k-keps-public-unsigned-transport-k-keps-taille-memoire-const-override)

Transport_K_KEps#

Definition
Transport_K_KEps::Transport_K_KEps()
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:`Transport_K_KEps::Transport_K_KEps() <transport-k-keps-public-transport-k-keps-transport-k-keps>`
[Transport_K_KEps::Transport_K_KEps()](#transport-k-keps-public-transport-k-keps-transport-k-keps)

vitesse_transportante#

Definition
const Champ_Inc_base & Transport_K_KEps::vitesse_transportante()
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 Champ_Inc_base & Transport_K_KEps::vitesse_transportante() <transport-k-keps-public-const-champ-inc-base-ref-transport-k-keps-vitesse-transportante>`
[const Champ_Inc_base & Transport_K_KEps::vitesse_transportante()](#transport-k-keps-public-const-champ-inc-base-ref-transport-k-keps-vitesse-transportante)

~Transport_K_KEps#

Definition
Transport_K_KEps::~Transport_K_KEps()
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:`Transport_K_KEps::~Transport_K_KEps() <transport-k-keps-public-transport-k-keps-dtor-transport-k-keps>`
[Transport_K_KEps::~Transport_K_KEps()](#transport-k-keps-public-transport-k-keps-dtor-transport-k-keps)

cree_instance#

Definition
Objet_U * Transport_K_KEps::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 * Transport_K_KEps::cree_instance() <transport-k-keps-public-static-objet-u-ptr-transport-k-keps-cree-instance>`
[Objet_U * Transport_K_KEps::cree_instance()](#transport-k-keps-public-static-objet-u-ptr-transport-k-keps-cree-instance)

info#

Definition
const Type_info * Transport_K_KEps::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 * Transport_K_KEps::info() <transport-k-keps-public-static-const-type-info-ptr-transport-k-keps-info>`
[const Type_info * Transport_K_KEps::info()](#transport-k-keps-public-static-const-type-info-ptr-transport-k-keps-info)

self_cast#

Definition
const Transport_K_KEps & Transport_K_KEps::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 Transport_K_KEps & Transport_K_KEps::self_cast(const Objet_U &) <transport-k-keps-public-static-const-transport-k-keps-ref-transport-k-keps-self-cast-const-objet-u-ref>`
[const Transport_K_KEps & Transport_K_KEps::self_cast(const Objet_U &)](#transport-k-keps-public-static-const-transport-k-keps-ref-transport-k-keps-self-cast-const-objet-u-ref)

self_cast#

Definition
Transport_K_KEps & Transport_K_KEps::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:`Transport_K_KEps & Transport_K_KEps::self_cast(Objet_U &) <transport-k-keps-public-static-transport-k-keps-ref-transport-k-keps-self-cast-objet-u-ref>`
[Transport_K_KEps & Transport_K_KEps::self_cast(Objet_U &)](#transport-k-keps-public-static-transport-k-keps-ref-transport-k-keps-self-cast-objet-u-ref)

printOn#

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

Imprime le type de l’equation 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 & Transport_K_KEps::printOn(Sortie &x) const override <transport-k-keps-protected-sortie-ref-transport-k-keps-printon-sortie-ref-x-const-override>`
[Sortie & Transport_K_KEps::printOn(Sortie &x) const override](#transport-k-keps-protected-sortie-ref-transport-k-keps-printon-sortie-ref-x-const-override)

readOn#

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

Lit les specifications d’une equation de transport K - epsilon a partir d’un flot d’entree.

Detailed description

Controle dynamique du type du terme source.

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 & Transport_K_KEps::readOn(Entree &) override <transport-k-keps-protected-entree-ref-transport-k-keps-readon-entree-ref-override>`
[Entree & Transport_K_KEps::readOn(Entree &) override](#transport-k-keps-protected-entree-ref-transport-k-keps-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Transport_K_KEps::info_obj
loi_2couches (protected)
TRUST_Deriv<Loi_2couches_base> Transport_K_KEps::loi_2couches
impr (private)
int Transport_K_KEps::impr
nb_couches (private)
int Transport_K_KEps::nb_couches
nut_switch (private)
int Transport_K_KEps::nut_switch
type_switch (private)
int Transport_K_KEps::type_switch
ystar_switch (private)
int Transport_K_KEps::ystar_switch