Energie_cinetique_turbulente#
#include <Energie_cinetique_turbulente.h>
classe Energie_cinetique_turbulente Equation de transport d’une energie cinetique turbulente (modeles k - {eps,omega,tau})
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:`Energie\_cinetique\_turbulente <class-energie-cinetique-turbulente>`
[Energie\_cinetique\_turbulente](#class-energie-cinetique-turbulente)
Detailed description#
Inherits from#
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_pas_de_temps#
const Champ_base & Energie_cinetique_turbulente::diffusivite_pour_pas_de_temps() const override
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 Champ_base & Energie_cinetique_turbulente::diffusivite_pour_pas_de_temps() const override <energie-cinetique-turbulente-public-const-champ-base-ref-energie-cinetique-turbulente-diffusivite-pour-pas-de-temps-const-override>`
[const Champ_base & Energie_cinetique_turbulente::diffusivite_pour_pas_de_temps() const override](#energie-cinetique-turbulente-public-const-champ-base-ref-energie-cinetique-turbulente-diffusivite-pour-pas-de-temps-const-override)
diffusivite_pour_transport#
const Champ_Don_base & Energie_cinetique_turbulente::diffusivite_pour_transport() const override
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 Champ_Don_base & Energie_cinetique_turbulente::diffusivite_pour_transport() const override <energie-cinetique-turbulente-public-const-champ-don-base-ref-energie-cinetique-turbulente-diffusivite-pour-transport-const-override>`
[const Champ_Don_base & Energie_cinetique_turbulente::diffusivite_pour_transport() const override](#energie-cinetique-turbulente-public-const-champ-don-base-ref-energie-cinetique-turbulente-diffusivite-pour-transport-const-override)
discretiser#
void Energie_cinetique_turbulente::discretiser() override
Discretise l’equation.
Detailed description
Type le domaine_Cl_dis, la formatte, l’associe a l’equation. Type le solveur masse, lui associe le domaine discretisee et le domaine des conditions aux limites discretisees.
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 Energie_cinetique_turbulente::discretiser() override <energie-cinetique-turbulente-public-void-energie-cinetique-turbulente-discretiser-override>`
[void Energie_cinetique_turbulente::discretiser() override](#energie-cinetique-turbulente-public-void-energie-cinetique-turbulente-discretiser-override)
duplique#
int Energie_cinetique_turbulente::duplique() const override
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 Energie_cinetique_turbulente::duplique() const override <energie-cinetique-turbulente-public-int-energie-cinetique-turbulente-duplique-const-override>`
[int Energie_cinetique_turbulente::duplique() const override](#energie-cinetique-turbulente-public-int-energie-cinetique-turbulente-duplique-const-override)
Energie_cinetique_turbulente#
Energie_cinetique_turbulente::Energie_cinetique_turbulente()
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:`Energie_cinetique_turbulente::Energie_cinetique_turbulente() <energie-cinetique-turbulente-public-energie-cinetique-turbulente-energie-cinetique-turbulente>`
[Energie_cinetique_turbulente::Energie_cinetique_turbulente()](#energie-cinetique-turbulente-public-energie-cinetique-turbulente-energie-cinetique-turbulente)
get_fonc_champ_conserve#
std::pair<std::string, fonc_calc_t> Energie_cinetique_turbulente::get_fonc_champ_conserve() 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:`std::pair<std::string, fonc_calc_t> Energie_cinetique_turbulente::get_fonc_champ_conserve() const override <energie-cinetique-turbulente-public-std-pair-std-string-fonc-calc-t-energie-cinetique-turbulente-get-fonc-champ-conserve-const-override>`
[std::pair<std::string, fonc_calc_t> Energie_cinetique_turbulente::get_fonc_champ_conserve() const override](#energie-cinetique-turbulente-public-std-pair-std-string-fonc-calc-t-energie-cinetique-turbulente-get-fonc-champ-conserve-const-override)
get_info#
const Type_info * Energie_cinetique_turbulente::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 * Energie_cinetique_turbulente::get_info() const override <energie-cinetique-turbulente-public-const-type-info-ptr-energie-cinetique-turbulente-get-info-const-override>`
[const Type_info * Energie_cinetique_turbulente::get_info() const override](#energie-cinetique-turbulente-public-const-type-info-ptr-energie-cinetique-turbulente-get-info-const-override)
mettre_a_jour#
void Energie_cinetique_turbulente::mettre_a_jour(double) override
La valeur de l’inconnue sur le pas de temps a ete calculee.
Detailed description
Cette methode avance le present jusqu’au temps passe en parametre. Elle met aussi a jour les proprietes du milieu.
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 Energie_cinetique_turbulente::mettre_a_jour(double) override <energie-cinetique-turbulente-public-void-energie-cinetique-turbulente-mettre-a-jour-double-override>`
[void Energie_cinetique_turbulente::mettre_a_jour(double) override](#energie-cinetique-turbulente-public-void-energie-cinetique-turbulente-mettre-a-jour-double-override)
set_param#
void Energie_cinetique_turbulente::set_param(Param &titi) 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:`void Energie_cinetique_turbulente::set_param(Param &titi) override <energie-cinetique-turbulente-public-void-energie-cinetique-turbulente-set-param-param-ref-titi-override>`
[void Energie_cinetique_turbulente::set_param(Param &titi) override](#energie-cinetique-turbulente-public-void-energie-cinetique-turbulente-set-param-param-ref-titi-override)
taille_memoire#
unsigned Energie_cinetique_turbulente::taille_memoire() const override
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 Energie_cinetique_turbulente::taille_memoire() const override <energie-cinetique-turbulente-public-unsigned-energie-cinetique-turbulente-taille-memoire-const-override>`
[unsigned Energie_cinetique_turbulente::taille_memoire() const override](#energie-cinetique-turbulente-public-unsigned-energie-cinetique-turbulente-taille-memoire-const-override)
~Energie_cinetique_turbulente#
Energie_cinetique_turbulente::~Energie_cinetique_turbulente()
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:`Energie_cinetique_turbulente::~Energie_cinetique_turbulente() <energie-cinetique-turbulente-public-energie-cinetique-turbulente-dtor-energie-cinetique-turbulente>`
[Energie_cinetique_turbulente::~Energie_cinetique_turbulente()](#energie-cinetique-turbulente-public-energie-cinetique-turbulente-dtor-energie-cinetique-turbulente)
calculer_alpha_rho_k#
void Energie_cinetique_turbulente::calculer_alpha_rho_k(const Objet_U &obj, DoubleTab &val, DoubleTab &bval, tabs_t &deriv)
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 Energie_cinetique_turbulente::calculer_alpha_rho_k(const Objet_U &obj, DoubleTab &val, DoubleTab &bval, tabs_t &deriv) <energie-cinetique-turbulente-public-static-void-energie-cinetique-turbulente-calculer-alpha-rho-k-const-objet-u-ref-obj-doubletab-ref-val-doubletab-ref-bval-tabs-t-ref-deriv>`
[void Energie_cinetique_turbulente::calculer_alpha_rho_k(const Objet_U &obj, DoubleTab &val, DoubleTab &bval, tabs_t &deriv)](#energie-cinetique-turbulente-public-static-void-energie-cinetique-turbulente-calculer-alpha-rho-k-const-objet-u-ref-obj-doubletab-ref-val-doubletab-ref-bval-tabs-t-ref-deriv)
cree_instance#
Objet_U * Energie_cinetique_turbulente::cree_instance()
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 * Energie_cinetique_turbulente::cree_instance() <energie-cinetique-turbulente-public-static-objet-u-ptr-energie-cinetique-turbulente-cree-instance>`
[Objet_U * Energie_cinetique_turbulente::cree_instance()](#energie-cinetique-turbulente-public-static-objet-u-ptr-energie-cinetique-turbulente-cree-instance)
info#
const Type_info * Energie_cinetique_turbulente::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 * Energie_cinetique_turbulente::info() <energie-cinetique-turbulente-public-static-const-type-info-ptr-energie-cinetique-turbulente-info>`
[const Type_info * Energie_cinetique_turbulente::info()](#energie-cinetique-turbulente-public-static-const-type-info-ptr-energie-cinetique-turbulente-info)
self_cast#
const Energie_cinetique_turbulente & Energie_cinetique_turbulente::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 Energie_cinetique_turbulente & Energie_cinetique_turbulente::self_cast(const Objet_U &) <energie-cinetique-turbulente-public-static-const-energie-cinetique-turbulente-ref-energie-cinetique-turbulente-self-cast-const-objet-u-ref>`
[const Energie_cinetique_turbulente & Energie_cinetique_turbulente::self_cast(const Objet_U &)](#energie-cinetique-turbulente-public-static-const-energie-cinetique-turbulente-ref-energie-cinetique-turbulente-self-cast-const-objet-u-ref)
self_cast#
Energie_cinetique_turbulente & Energie_cinetique_turbulente::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:`Energie_cinetique_turbulente & Energie_cinetique_turbulente::self_cast(Objet_U &) <energie-cinetique-turbulente-public-static-energie-cinetique-turbulente-ref-energie-cinetique-turbulente-self-cast-objet-u-ref>`
[Energie_cinetique_turbulente & Energie_cinetique_turbulente::self_cast(Objet_U &)](#energie-cinetique-turbulente-public-static-energie-cinetique-turbulente-ref-energie-cinetique-turbulente-self-cast-objet-u-ref)
printOn#
Sortie & Energie_cinetique_turbulente::printOn(Sortie &x) const override
Simple appel a: Convection_Diffusion_std::printOn(Sortie&)
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:`Sortie & Energie_cinetique_turbulente::printOn(Sortie &x) const override <energie-cinetique-turbulente-protected-sortie-ref-energie-cinetique-turbulente-printon-sortie-ref-x-const-override>`
[Sortie & Energie_cinetique_turbulente::printOn(Sortie &x) const override](#energie-cinetique-turbulente-protected-sortie-ref-energie-cinetique-turbulente-printon-sortie-ref-x-const-override)
readOn#
Entree & Energie_cinetique_turbulente::readOn(Entree &) override
Verifie si l’equation a une inconnue et un fluide associe et appelle Convection_Diffusion_std::readOn(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:`Entree & Energie_cinetique_turbulente::readOn(Entree &) override <energie-cinetique-turbulente-protected-entree-ref-energie-cinetique-turbulente-readon-entree-ref-override>`
[Entree & Energie_cinetique_turbulente::readOn(Entree &) override](#energie-cinetique-turbulente-protected-entree-ref-energie-cinetique-turbulente-readon-entree-ref-override)
Attributes Documentation#
const Type_info Energie_cinetique_turbulente::info_obj
double Energie_cinetique_turbulente::coef_limit_ = - 1
int Energie_cinetique_turbulente::limit_k_ = 0