Transport_2eq_base#
#include <Transport_2eq_base.h>
Classe Transport_2eq_base Classe de base pour les equations.
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\_2eq\_base <class-transport-2eq-base>`
[Transport\_2eq\_base](#class-transport-2eq-base)
Detailed description#
de transport des modeles a deux equations type k - DISSIP
Inherits from#
Equation_base (public)
Inherited by#
Transport_K_Eps_base (public)
Transport_K_Omega_base (public)
Transport_K_ou_Eps_base (public)
Inheritance graph#
If the image is too small, right-click and open in new tab
How to reference this graph
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_2eq_base Inheritance Graph <transport-2eq-base-inherit-graph>`
[Transport_2eq_base Inheritance Graph](#transport-2eq-base-inherit-graph)
Member Functions: Public#
Member Functions: Static Public#
Member Functions: Protected#
Complete Member Function Documentation#
associer#
void Transport_2eq_base::associer(const Equation_base &)
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 Transport_2eq_base::associer(const Equation_base &) <transport-2eq-base-public-void-transport-2eq-base-associer-const-equation-base-ref>`
[void Transport_2eq_base::associer(const Equation_base &)](#transport-2eq-base-public-void-transport-2eq-base-associer-const-equation-base-ref)
associer_milieu_base#
void Transport_2eq_base::associer_milieu_base(const Milieu_base &) override
Associe un milieu physique a l’equation.
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_2eq_base::associer_milieu_base(const Milieu_base &) override <transport-2eq-base-public-void-transport-2eq-base-associer-milieu-base-const-milieu-base-ref-override>`
[void Transport_2eq_base::associer_milieu_base(const Milieu_base &) override](#transport-2eq-base-public-void-transport-2eq-base-associer-milieu-base-const-milieu-base-ref-override)
associer_modele_turbulence#
virtual void Transport_2eq_base::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &)=0
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_2eq_base::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &)=0 <transport-2eq-base-public-virtual-void-transport-2eq-base-associer-modele-turbulence-const-modele-turbulence-hyd-2-eq-base-ref-equal-0>`
[virtual void Transport_2eq_base::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &)=0](#transport-2eq-base-public-virtual-void-transport-2eq-base-associer-modele-turbulence-const-modele-turbulence-hyd-2-eq-base-ref-equal-0)
associer_vitesse#
void Transport_2eq_base::associer_vitesse(const Champ_base &)
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 Transport_2eq_base::associer_vitesse(const Champ_base &) <transport-2eq-base-public-void-transport-2eq-base-associer-vitesse-const-champ-base-ref>`
[void Transport_2eq_base::associer_vitesse(const Champ_base &)](#transport-2eq-base-public-void-transport-2eq-base-associer-vitesse-const-champ-base-ref)
calculer_pas_de_temps#
double Transport_2eq_base::calculer_pas_de_temps() const override
Calcul du prochain pas de temps.
Detailed description
Renvoie l’inverse de la somme des inverses des pas de temps calcules par les operateurs. Ces pas de temps sont ceux pour le schema d’Euler explicite. Le pas de temps n’est pas majore par dt_max, ceci est fait dans corriger_dt_calcule
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:`double Transport_2eq_base::calculer_pas_de_temps() const override <transport-2eq-base-public-double-transport-2eq-base-calculer-pas-de-temps-const-override>`
[double Transport_2eq_base::calculer_pas_de_temps() const override](#transport-2eq-base-public-double-transport-2eq-base-calculer-pas-de-temps-const-override)
get_info#
const Type_info * Transport_2eq_base::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_2eq_base::get_info() const override <transport-2eq-base-public-const-type-info-ptr-transport-2eq-base-get-info-const-override>`
[const Type_info * Transport_2eq_base::get_info() const override](#transport-2eq-base-public-const-type-info-ptr-transport-2eq-base-get-info-const-override)
milieu#
const Milieu_base & Transport_2eq_base::milieu() const override
Renvoie le milieu (fluide) associe a l’equation.
Detailed description
(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 Milieu_base & Transport_2eq_base::milieu() const override <transport-2eq-base-public-const-milieu-base-ref-transport-2eq-base-milieu-const-override>`
[const Milieu_base & Transport_2eq_base::milieu() const override](#transport-2eq-base-public-const-milieu-base-ref-transport-2eq-base-milieu-const-override)
milieu#
Milieu_base & Transport_2eq_base::milieu() override
Renvoie le milieu (fluide) associe a l’equation.
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:`Milieu_base & Transport_2eq_base::milieu() override <transport-2eq-base-public-milieu-base-ref-transport-2eq-base-milieu-override>`
[Milieu_base & Transport_2eq_base::milieu() override](#transport-2eq-base-public-milieu-base-ref-transport-2eq-base-milieu-override)
modele_turbulence#
Modele_turbulence_hyd_2_eq_base & Transport_2eq_base::modele_turbulence()
Renvoie le modele de turbulence associe a l’equation.
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_2_eq_base & Transport_2eq_base::modele_turbulence() <transport-2eq-base-public-modele-turbulence-hyd-2-eq-base-ref-transport-2eq-base-modele-turbulence>`
[Modele_turbulence_hyd_2_eq_base & Transport_2eq_base::modele_turbulence()](#transport-2eq-base-public-modele-turbulence-hyd-2-eq-base-ref-transport-2eq-base-modele-turbulence)
modele_turbulence#
const Modele_turbulence_hyd_2_eq_base & Transport_2eq_base::modele_turbulence() const
Renvoie le modele de turbulence associe a l’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:`const Modele_turbulence_hyd_2_eq_base & Transport_2eq_base::modele_turbulence() const <transport-2eq-base-public-const-modele-turbulence-hyd-2-eq-base-ref-transport-2eq-base-modele-turbulence-const>`
[const Modele_turbulence_hyd_2_eq_base & Transport_2eq_base::modele_turbulence() const](#transport-2eq-base-public-const-modele-turbulence-hyd-2-eq-base-ref-transport-2eq-base-modele-turbulence-const)
set_param#
void Transport_2eq_base::set_param(Param &) 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_2eq_base::set_param(Param &) override <transport-2eq-base-public-void-transport-2eq-base-set-param-param-ref-override>`
[void Transport_2eq_base::set_param(Param &) override](#transport-2eq-base-public-void-transport-2eq-base-set-param-param-ref-override)
Transport_2eq_base#
Transport_2eq_base::Transport_2eq_base()
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_2eq_base::Transport_2eq_base() <transport-2eq-base-public-transport-2eq-base-transport-2eq-base>`
[Transport_2eq_base::Transport_2eq_base()](#transport-2eq-base-public-transport-2eq-base-transport-2eq-base)
~Transport_2eq_base#
Transport_2eq_base::~Transport_2eq_base() 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_2eq_base::~Transport_2eq_base() override <transport-2eq-base-public-transport-2eq-base-dtor-transport-2eq-base-override>`
[Transport_2eq_base::~Transport_2eq_base() override](#transport-2eq-base-public-transport-2eq-base-dtor-transport-2eq-base-override)
info#
const Type_info * Transport_2eq_base::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_2eq_base::info() <transport-2eq-base-public-static-const-type-info-ptr-transport-2eq-base-info>`
[const Type_info * Transport_2eq_base::info()](#transport-2eq-base-public-static-const-type-info-ptr-transport-2eq-base-info)
self_cast#
const Transport_2eq_base & Transport_2eq_base::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_2eq_base & Transport_2eq_base::self_cast(const Objet_U &) <transport-2eq-base-public-static-const-transport-2eq-base-ref-transport-2eq-base-self-cast-const-objet-u-ref>`
[const Transport_2eq_base & Transport_2eq_base::self_cast(const Objet_U &)](#transport-2eq-base-public-static-const-transport-2eq-base-ref-transport-2eq-base-self-cast-const-objet-u-ref)
self_cast#
Transport_2eq_base & Transport_2eq_base::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_2eq_base & Transport_2eq_base::self_cast(Objet_U &) <transport-2eq-base-public-static-transport-2eq-base-ref-transport-2eq-base-self-cast-objet-u-ref>`
[Transport_2eq_base & Transport_2eq_base::self_cast(Objet_U &)](#transport-2eq-base-public-static-transport-2eq-base-ref-transport-2eq-base-self-cast-objet-u-ref)
get_position_cells#
void Transport_2eq_base::get_position_cells(Nom &, int &)
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:`void Transport_2eq_base::get_position_cells(Nom &, int &) <transport-2eq-base-protected-void-transport-2eq-base-get-position-cells-nom-ref-int-ref>`
[void Transport_2eq_base::get_position_cells(Nom &, int &)](#transport-2eq-base-protected-void-transport-2eq-base-get-position-cells-nom-ref-int-ref)
get_position_faces#
void Transport_2eq_base::get_position_faces(Nom &, int &)
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:`void Transport_2eq_base::get_position_faces(Nom &, int &) <transport-2eq-base-protected-void-transport-2eq-base-get-position-faces-nom-ref-int-ref>`
[void Transport_2eq_base::get_position_faces(Nom &, int &)](#transport-2eq-base-protected-void-transport-2eq-base-get-position-faces-nom-ref-int-ref)
lire_op_diff_turbulent#
Entree & Transport_2eq_base::lire_op_diff_turbulent(Entree &is)
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:`Entree & Transport_2eq_base::lire_op_diff_turbulent(Entree &is) <transport-2eq-base-protected-entree-ref-transport-2eq-base-lire-op-diff-turbulent-entree-ref-is>`
[Entree & Transport_2eq_base::lire_op_diff_turbulent(Entree &is)](#transport-2eq-base-protected-entree-ref-transport-2eq-base-lire-op-diff-turbulent-entree-ref-is)
printOn#
Sortie & Transport_2eq_base::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_2eq_base::printOn(Sortie &x) const override <transport-2eq-base-protected-sortie-ref-transport-2eq-base-printon-sortie-ref-x-const-override>`
[Sortie & Transport_2eq_base::printOn(Sortie &x) const override](#transport-2eq-base-protected-sortie-ref-transport-2eq-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Transport_2eq_base::readOn(Entree &) override
Simple appel a Equation_base::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 & Transport_2eq_base::readOn(Entree &) override <transport-2eq-base-protected-entree-ref-transport-2eq-base-readon-entree-ref-override>`
[Entree & Transport_2eq_base::readOn(Entree &) override](#transport-2eq-base-protected-entree-ref-transport-2eq-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Transport_2eq_base::info_obj
bool Transport_2eq_base::disable_VEF_mean_value_corrections_ = false
TRUST_Ref<Champ_Inc_base *> Transport_2eq_base::la_vitesse_transportante
TRUST_Ref<Milieu_base *> Transport_2eq_base::le_fluide
TRUST_Ref<Modele_turbulence_hyd_2_eq_base *> Transport_2eq_base::mon_modele
Operateur_Conv Transport_2eq_base::terme_convectif
Operateur_Diff Transport_2eq_base::terme_diffusif