Transport_K_Eps_non_std#
#include <Transport_K_Eps_non_std.h>
Classe Transport_K_Eps_non_std Classe de base pour les equations de transport.
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\_Eps\_non\_std <class-transport-k-eps-non-std>`
[Transport\_K\_Eps\_non\_std](#class-transport-k-eps-non-std)
Detailed description#
des modeles k_Epsilon non standard.
Inherits from#
public : Transport_K_Eps_base
Inherited by#
public : Transport_K_Eps_Bas_Reynolds
public : Transport_K_KEps
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
diffusivite_pour_transport#
const Champ_Don_base & Transport_K_Eps_non_std::diffusivite_pour_transport() const
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 Champ_Don_base & Transport_K_Eps_non_std::diffusivite_pour_transport() const <transport-k-eps-non-std-public-const-champ-don-base-ref-transport-k-eps-non-std-diffusivite-pour-transport-const>`
[const Champ_Don_base & Transport_K_Eps_non_std::diffusivite_pour_transport() const](#transport-k-eps-non-std-public-const-champ-don-base-ref-transport-k-eps-non-std-diffusivite-pour-transport-const)
get_info#
const Type_info * Transport_K_Eps_non_std::get_info() const override
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_Eps_non_std::get_info() const override <transport-k-eps-non-std-public-const-type-info-ptr-transport-k-eps-non-std-get-info-const-override>`
[const Type_info * Transport_K_Eps_non_std::get_info() const override](#transport-k-eps-non-std-public-const-type-info-ptr-transport-k-eps-non-std-get-info-const-override)
lire_motcle_non_standard#
int Transport_K_Eps_non_std::lire_motcle_non_standard(const Motcle &, Entree &) override
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 Transport_K_Eps_non_std::lire_motcle_non_standard(const Motcle &, Entree &) override <transport-k-eps-non-std-public-int-transport-k-eps-non-std-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Transport_K_Eps_non_std::lire_motcle_non_standard(const Motcle &, Entree &) override](#transport-k-eps-non-std-public-int-transport-k-eps-non-std-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)
nombre_d_operateurs#
int Transport_K_Eps_non_std::nombre_d_operateurs() const override
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 Transport_K_Eps_non_std::nombre_d_operateurs() const override <transport-k-eps-non-std-public-int-transport-k-eps-non-std-nombre-d-operateurs-const-override>`
[int Transport_K_Eps_non_std::nombre_d_operateurs() const override](#transport-k-eps-non-std-public-int-transport-k-eps-non-std-nombre-d-operateurs-const-override)
operateur#
const Operateur & Transport_K_Eps_non_std::operateur(int) const override
renvoie terme_diffusif si i = 0 renvoie terme_convectif si i = 1
Detailed description
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:`const Operateur & Transport_K_Eps_non_std::operateur(int) const override <transport-k-eps-non-std-public-const-operateur-ref-transport-k-eps-non-std-operateur-int-const-override>`
[const Operateur & Transport_K_Eps_non_std::operateur(int) const override](#transport-k-eps-non-std-public-const-operateur-ref-transport-k-eps-non-std-operateur-int-const-override)
operateur#
Operateur & Transport_K_Eps_non_std::operateur(int) override
renvoie terme_diffusif si i = 0 renvoie terme_convectif si i = 1
Detailed description
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_Eps_non_std::operateur(int) override <transport-k-eps-non-std-public-operateur-ref-transport-k-eps-non-std-operateur-int-override>`
[Operateur & Transport_K_Eps_non_std::operateur(int) override](#transport-k-eps-non-std-public-operateur-ref-transport-k-eps-non-std-operateur-int-override)
set_param#
void Transport_K_Eps_non_std::set_param(Param &titi) override
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 Transport_K_Eps_non_std::set_param(Param &titi) override <transport-k-eps-non-std-public-void-transport-k-eps-non-std-set-param-param-ref-titi-override>`
[void Transport_K_Eps_non_std::set_param(Param &titi) override](#transport-k-eps-non-std-public-void-transport-k-eps-non-std-set-param-param-ref-titi-override)
Transport_K_Eps_non_std#
Transport_K_Eps_non_std::Transport_K_Eps_non_std()
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_Eps_non_std::Transport_K_Eps_non_std() <transport-k-eps-non-std-public-transport-k-eps-non-std-transport-k-eps-non-std>`
[Transport_K_Eps_non_std::Transport_K_Eps_non_std()](#transport-k-eps-non-std-public-transport-k-eps-non-std-transport-k-eps-non-std)
vitesse_pour_transport#
const Champ_base & Transport_K_Eps_non_std::vitesse_pour_transport() const
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:`const Champ_base & Transport_K_Eps_non_std::vitesse_pour_transport() const <transport-k-eps-non-std-public-const-champ-base-ref-transport-k-eps-non-std-vitesse-pour-transport-const>`
[const Champ_base & Transport_K_Eps_non_std::vitesse_pour_transport() const](#transport-k-eps-non-std-public-const-champ-base-ref-transport-k-eps-non-std-vitesse-pour-transport-const)
~Transport_K_Eps_non_std#
Transport_K_Eps_non_std::~Transport_K_Eps_non_std() override
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_Eps_non_std::~Transport_K_Eps_non_std() override <transport-k-eps-non-std-public-transport-k-eps-non-std-dtor-transport-k-eps-non-std-override>`
[Transport_K_Eps_non_std::~Transport_K_Eps_non_std() override](#transport-k-eps-non-std-public-transport-k-eps-non-std-dtor-transport-k-eps-non-std-override)
info#
const Type_info * Transport_K_Eps_non_std::info()
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_Eps_non_std::info() <transport-k-eps-non-std-public-static-const-type-info-ptr-transport-k-eps-non-std-info>`
[const Type_info * Transport_K_Eps_non_std::info()](#transport-k-eps-non-std-public-static-const-type-info-ptr-transport-k-eps-non-std-info)
self_cast#
const Transport_K_Eps_non_std & Transport_K_Eps_non_std::self_cast(const Objet_U &)
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_Eps_non_std & Transport_K_Eps_non_std::self_cast(const Objet_U &) <transport-k-eps-non-std-public-static-const-transport-k-eps-non-std-ref-transport-k-eps-non-std-self-cast-const-objet-u-ref>`
[const Transport_K_Eps_non_std & Transport_K_Eps_non_std::self_cast(const Objet_U &)](#transport-k-eps-non-std-public-static-const-transport-k-eps-non-std-ref-transport-k-eps-non-std-self-cast-const-objet-u-ref)
self_cast#
Transport_K_Eps_non_std & Transport_K_Eps_non_std::self_cast(Objet_U &)
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_Eps_non_std & Transport_K_Eps_non_std::self_cast(Objet_U &) <transport-k-eps-non-std-public-static-transport-k-eps-non-std-ref-transport-k-eps-non-std-self-cast-objet-u-ref>`
[Transport_K_Eps_non_std & Transport_K_Eps_non_std::self_cast(Objet_U &)](#transport-k-eps-non-std-public-static-transport-k-eps-non-std-ref-transport-k-eps-non-std-self-cast-objet-u-ref)
printOn#
Sortie & Transport_K_Eps_non_std::printOn(Sortie &x) const override
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_Eps_non_std::printOn(Sortie &x) const override <transport-k-eps-non-std-protected-sortie-ref-transport-k-eps-non-std-printon-sortie-ref-x-const-override>`
[Sortie & Transport_K_Eps_non_std::printOn(Sortie &x) const override](#transport-k-eps-non-std-protected-sortie-ref-transport-k-eps-non-std-printon-sortie-ref-x-const-override)
readOn#
Entree & Transport_K_Eps_non_std::readOn(Entree &) override
Simple appel a Equation_base::readOn(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:`Entree & Transport_K_Eps_non_std::readOn(Entree &) override <transport-k-eps-non-std-protected-entree-ref-transport-k-eps-non-std-readon-entree-ref-override>`
[Entree & Transport_K_Eps_non_std::readOn(Entree &) override](#transport-k-eps-non-std-protected-entree-ref-transport-k-eps-non-std-readon-entree-ref-override)
Attributes Documentation#
const Type_info Transport_K_Eps_non_std::info_obj