Transport_2eq_base#

#include <Transport_2eq_base.h>
Brief description

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#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer#

Definition
void Transport_2eq_base::associer(const Equation_base &)
Brief description
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#

Definition
void Transport_2eq_base::associer_milieu_base(const Milieu_base &) override
Brief description

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#

Definition
virtual void Transport_2eq_base::associer_modele_turbulence(const Modele_turbulence_hyd_2_eq_base &)=0
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_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#

Definition
void Transport_2eq_base::associer_vitesse(const Champ_base &)
Brief description
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#

Definition
double Transport_2eq_base::calculer_pas_de_temps() const override
Brief description

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:

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:`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#

Definition
const Type_info * Transport_2eq_base::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_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#

Definition
const Milieu_base & Transport_2eq_base::milieu() const override
Brief description

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#

Definition
Milieu_base & Transport_2eq_base::milieu() override
Brief description

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#

Definition
Modele_turbulence_hyd_2_eq_base & Transport_2eq_base::modele_turbulence()
Brief description

Renvoie le modele de turbulence associe 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:`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#

Definition
const Modele_turbulence_hyd_2_eq_base & Transport_2eq_base::modele_turbulence() const
Brief description

Renvoie le modele de turbulence associe a l’equation.

Detailed description

(version const)

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 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#

Definition
void Transport_2eq_base::set_param(Param &) override
Brief description
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#

Definition
Transport_2eq_base::Transport_2eq_base()
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_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#

Definition
Transport_2eq_base::~Transport_2eq_base() override
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_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#

Definition
const Type_info * Transport_2eq_base::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_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#

Definition
const Transport_2eq_base & Transport_2eq_base::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_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#

Definition
Transport_2eq_base & Transport_2eq_base::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_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#

Definition
void Transport_2eq_base::get_position_cells(Nom &, int &)
Brief description
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::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#

Definition
void Transport_2eq_base::get_position_faces(Nom &, int &)
Brief description
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::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#

Definition
Entree & Transport_2eq_base::lire_op_diff_turbulent(Entree &is)
Brief description
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#

Definition
Sortie & Transport_2eq_base::printOn(Sortie &x) const 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:`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#

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

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#

info_obj (public)
const Type_info Transport_2eq_base::info_obj
la_vitesse_transportante (protected)
TRUST_Ref<Champ_Inc_base *> Transport_2eq_base::la_vitesse_transportante
le_fluide (protected)
TRUST_Ref<Milieu_base *> Transport_2eq_base::le_fluide
mon_modele (protected)
TRUST_Ref<Modele_turbulence_hyd_2_eq_base *> Transport_2eq_base::mon_modele
terme_convectif (protected)
Operateur_Conv Transport_2eq_base::terme_convectif
terme_diffusif (protected)
Operateur_Diff Transport_2eq_base::terme_diffusif