Transport_K_Omega#

#include <Transport_K_Omega.h>
Brief description

classe Transport_K_Omega 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\_Omega <class-transport-k-omega>`
[Transport\_K\_Omega](#class-transport-k-omega)

Detailed description#

turbulente K et de dissipation specifique omega (omega) associee au modele de turbulence (k, omega). 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 omega.

Inherits from#

Inheritance graph#

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

../../../../../_images/classTransport__K__Omega__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_Champ_Inconnu#

Definition
void Transport_K_Omega::associer_Champ_Inconnu(const Champ_Inc_base &)
Brief description

Associe un champ de vitesse (transportante) a l’equation.

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 Transport_K_Omega::associer_Champ_Inconnu(const Champ_Inc_base &) <transport-k-omega-public-void-transport-k-omega-associer-champ-inconnu-const-champ-inc-base-ref>`
[void Transport_K_Omega::associer_Champ_Inconnu(const Champ_Inc_base &)](#transport-k-omega-public-void-transport-k-omega-associer-champ-inconnu-const-champ-inc-base-ref)

associer_modele_turbulence#

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

Associe un modele de turbulence K - Omega 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_Omega::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &) override <transport-k-omega-public-void-transport-k-omega-associer-modele-turbulence-const-modele-turbulence-hyd-2-eq-base-ref-override>`
[void Transport_K_Omega::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &) override](#transport-k-omega-public-void-transport-k-omega-associer-modele-turbulence-const-modele-turbulence-hyd-2-eq-base-ref-override)

completer#

Definition
void Transport_K_Omega::completer() override
Brief description

Methode to associate the gradient operator.

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_Omega::completer() override <transport-k-omega-public-void-transport-k-omega-completer-override>`
[void Transport_K_Omega::completer() override](#transport-k-omega-public-void-transport-k-omega-completer-override)

corriger_derivee_impl#

Definition
DoubleTab & Transport_K_Omega::corriger_derivee_impl(DoubleTab &d) 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:`DoubleTab & Transport_K_Omega::corriger_derivee_impl(DoubleTab &d) override <transport-k-omega-public-doubletab-ref-transport-k-omega-corriger-derivee-impl-doubletab-ref-d-override>`
[DoubleTab & Transport_K_Omega::corriger_derivee_impl(DoubleTab &d) override](#transport-k-omega-public-doubletab-ref-transport-k-omega-corriger-derivee-impl-doubletab-ref-d-override)

corriger_derivee_impl_ALE#

Definition
virtual void Transport_K_Omega::corriger_derivee_impl_ALE(DoubleTab &d)
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 Transport_K_Omega::corriger_derivee_impl_ALE(DoubleTab &d) <transport-k-omega-public-virtual-void-transport-k-omega-corriger-derivee-impl-ale-doubletab-ref-d>`
[virtual void Transport_K_Omega::corriger_derivee_impl_ALE(DoubleTab &d)](#transport-k-omega-public-virtual-void-transport-k-omega-corriger-derivee-impl-ale-doubletab-ref-d)

domaine_application#

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

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

Detailed description

Ici “Transport_Komega”.

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

duplique#

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

get_info#

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

gradient_operator_komega#

Definition
const Operateur_Grad & Transport_K_Omega::gradient_operator_komega() 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 Operateur_Grad & Transport_K_Omega::gradient_operator_komega() const <transport-k-omega-public-const-operateur-grad-ref-transport-k-omega-gradient-operator-komega-const>`
[const Operateur_Grad & Transport_K_Omega::gradient_operator_komega() const](#transport-k-omega-public-const-operateur-grad-ref-transport-k-omega-gradient-operator-komega-const)

lire_motcle_non_standard#

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

nombre_d_operateurs#

Definition
int Transport_K_Omega::nombre_d_operateurs() const override
Brief description

Renvoie le nombre d’operateurs de l’equation.

Detailed description

Ici 2.

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 Transport_K_Omega::nombre_d_operateurs() const override <transport-k-omega-public-int-transport-k-omega-nombre-d-operateurs-const-override>`
[int Transport_K_Omega::nombre_d_operateurs() const override](#transport-k-omega-public-int-transport-k-omega-nombre-d-operateurs-const-override)

operateur#

Definition
const Operateur & Transport_K_Omega::operateur(int) const override
Brief description

Renvoie l’operateur specifie par son index: renvoie terme_diffusif si i = 0.

Detailed description

renvoie terme_convectif si i = 1 exit si i>1 (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 Operateur & Transport_K_Omega::operateur(int) const override <transport-k-omega-public-const-operateur-ref-transport-k-omega-operateur-int-const-override>`
[const Operateur & Transport_K_Omega::operateur(int) const override](#transport-k-omega-public-const-operateur-ref-transport-k-omega-operateur-int-const-override)

operateur#

Definition
Operateur & Transport_K_Omega::operateur(int) override
Brief description

Renvoie l’operateur specifie par son index: renvoie terme_diffusif si i = 0.

Detailed description

renvoie terme_convectif si i = 1 exit si i>1

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:`Operateur & Transport_K_Omega::operateur(int) override <transport-k-omega-public-operateur-ref-transport-k-omega-operateur-int-override>`
[Operateur & Transport_K_Omega::operateur(int) override](#transport-k-omega-public-operateur-ref-transport-k-omega-operateur-int-override)

set_param#

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

taille_memoire#

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

Transport_K_Omega#

Definition
Transport_K_Omega::Transport_K_Omega()
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_Omega::Transport_K_Omega() <transport-k-omega-public-transport-k-omega-transport-k-omega>`
[Transport_K_Omega::Transport_K_Omega()](#transport-k-omega-public-transport-k-omega-transport-k-omega)

~Transport_K_Omega#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

Definition
Sortie & Transport_K_Omega::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_Omega::printOn(Sortie &x) const override <transport-k-omega-protected-sortie-ref-transport-k-omega-printon-sortie-ref-x-const-override>`
[Sortie & Transport_K_Omega::printOn(Sortie &x) const override](#transport-k-omega-protected-sortie-ref-transport-k-omega-printon-sortie-ref-x-const-override)

readOn#

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

Lit les specifications d’une equation de transport K - Omega 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_Omega::readOn(Entree &) override <transport-k-omega-protected-entree-ref-transport-k-omega-readon-entree-ref-override>`
[Entree & Transport_K_Omega::readOn(Entree &) override](#transport-k-omega-protected-entree-ref-transport-k-omega-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Transport_K_Omega::info_obj
Champ_don_nul_ (protected)
TRUST_Deriv<Champ_Don_base> Transport_K_Omega::Champ_don_nul_
inco_eqn_associee (protected)
TRUST_Ref<Champ_Inc_base *> Transport_K_Omega::inco_eqn_associee
Op_Grad_komega (protected)
Operateur_Grad Transport_K_Omega::Op_Grad_komega
with_nu_ (protected)
int Transport_K_Omega::with_nu_