Convection_Diffusion_std#

#include <Convection_Diffusion_std.h>
Brief description

classe Convection_Diffusion_std Cette classe est la base des equations modelisant le 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:`Convection\_Diffusion\_std <class-convection-diffusion-std>`
[Convection\_Diffusion\_std](#class-convection-diffusion-std)

Detailed description#

d’un scalaire. Cette classe porte les termes communs a l’equation de transport d’un scalaire en regime laminaire. On se place sous l’hypothese de fluide incompressible. DT/dt = div(terme visqueux) + termes sources/rho_0 avec DT/dt : derivee particulaire du scalaire Rq: l’implementation de la classe permet bien sur de negliger certains termes de l’equation (le terme diffusif, le terme convectif,tel ou tel terme source).

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_vitesse#

Definition
void Convection_Diffusion_std::associer_vitesse(const Champ_base &)
Brief description

Associe la vitesse transportante a l’equation.

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 Convection_Diffusion_std::associer_vitesse(const Champ_base &) <convection-diffusion-std-public-void-convection-diffusion-std-associer-vitesse-const-champ-base-ref>`
[void Convection_Diffusion_std::associer_vitesse(const Champ_base &)](#convection-diffusion-std-public-void-convection-diffusion-std-associer-vitesse-const-champ-base-ref)

Convection_Diffusion_std#

Definition
Convection_Diffusion_std::Convection_Diffusion_std()
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:`Convection_Diffusion_std::Convection_Diffusion_std() <convection-diffusion-std-public-convection-diffusion-std-convection-diffusion-std>`
[Convection_Diffusion_std::Convection_Diffusion_std()](#convection-diffusion-std-public-convection-diffusion-std-convection-diffusion-std)

data_a_sauvegarder_base#

Definition
std::vector<YAML_data> Convection_Diffusion_std::data_a_sauvegarder_base() const
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:`std::vector<YAML_data> Convection_Diffusion_std::data_a_sauvegarder_base() const <convection-diffusion-std-public-std-vector-yaml-data-convection-diffusion-std-data-a-sauvegarder-base-const>`
[std::vector<YAML_data> Convection_Diffusion_std::data_a_sauvegarder_base() const](#convection-diffusion-std-public-std-vector-yaml-data-convection-diffusion-std-data-a-sauvegarder-base-const)

diffusivite_pour_pas_de_temps#

Definition
const Champ_base & Convection_Diffusion_std::diffusivite_pour_pas_de_temps() const
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:`const Champ_base & Convection_Diffusion_std::diffusivite_pour_pas_de_temps() const <convection-diffusion-std-public-const-champ-base-ref-convection-diffusion-std-diffusivite-pour-pas-de-temps-const>`
[const Champ_base & Convection_Diffusion_std::diffusivite_pour_pas_de_temps() const](#convection-diffusion-std-public-const-champ-base-ref-convection-diffusion-std-diffusivite-pour-pas-de-temps-const)

diffusivite_pour_transport#

Definition
const Champ_Don_base & Convection_Diffusion_std::diffusivite_pour_transport() const
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:`const Champ_Don_base & Convection_Diffusion_std::diffusivite_pour_transport() const <convection-diffusion-std-public-const-champ-don-base-ref-convection-diffusion-std-diffusivite-pour-transport-const>`
[const Champ_Don_base & Convection_Diffusion_std::diffusivite_pour_transport() const](#convection-diffusion-std-public-const-champ-don-base-ref-convection-diffusion-std-diffusivite-pour-transport-const)

get_info#

Definition
const Type_info * Convection_Diffusion_std::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 * Convection_Diffusion_std::get_info() const override <convection-diffusion-std-public-const-type-info-ptr-convection-diffusion-std-get-info-const-override>`
[const Type_info * Convection_Diffusion_std::get_info() const override](#convection-diffusion-std-public-const-type-info-ptr-convection-diffusion-std-get-info-const-override)

inconnue#

Definition
const Champ_Inc_base & Convection_Diffusion_std::inconnue() const override=0
Brief description
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:`const Champ_Inc_base & Convection_Diffusion_std::inconnue() const override=0 <convection-diffusion-std-public-const-champ-inc-base-ref-convection-diffusion-std-inconnue-const-override-equal-0>`
[const Champ_Inc_base & Convection_Diffusion_std::inconnue() const override=0](#convection-diffusion-std-public-const-champ-inc-base-ref-convection-diffusion-std-inconnue-const-override-equal-0)

inconnue#

Definition
Champ_Inc_base & Convection_Diffusion_std::inconnue() override=0
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:`Champ_Inc_base & Convection_Diffusion_std::inconnue() override=0 <convection-diffusion-std-public-champ-inc-base-ref-convection-diffusion-std-inconnue-override-equal-0>`
[Champ_Inc_base & Convection_Diffusion_std::inconnue() override=0](#convection-diffusion-std-public-champ-inc-base-ref-convection-diffusion-std-inconnue-override-equal-0)

lire_motcle_non_standard#

Definition
int Convection_Diffusion_std::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
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 Convection_Diffusion_std::lire_motcle_non_standard(const Motcle &, Entree &) override <convection-diffusion-std-public-int-convection-diffusion-std-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Convection_Diffusion_std::lire_motcle_non_standard(const Motcle &, Entree &) override](#convection-diffusion-std-public-int-convection-diffusion-std-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)

nombre_d_operateurs#

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

Renvoie le nombre d’operateurs de l’equation: 2 pour une equation de diffusion.

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 Convection_Diffusion_std::nombre_d_operateurs() const override <convection-diffusion-std-public-int-convection-diffusion-std-nombre-d-operateurs-const-override>`
[int Convection_Diffusion_std::nombre_d_operateurs() const override](#convection-diffusion-std-public-int-convection-diffusion-std-nombre-d-operateurs-const-override)

operateur#

Definition
const Operateur & Convection_Diffusion_std::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
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 Operateur & Convection_Diffusion_std::operateur(int) const override <convection-diffusion-std-public-const-operateur-ref-convection-diffusion-std-operateur-int-const-override>`
[const Operateur & Convection_Diffusion_std::operateur(int) const override](#convection-diffusion-std-public-const-operateur-ref-convection-diffusion-std-operateur-int-const-override)

operateur#

Definition
Operateur & Convection_Diffusion_std::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 & Convection_Diffusion_std::operateur(int) override <convection-diffusion-std-public-operateur-ref-convection-diffusion-std-operateur-int-override>`
[Operateur & Convection_Diffusion_std::operateur(int) override](#convection-diffusion-std-public-operateur-ref-convection-diffusion-std-operateur-int-override)

reprendre_base#

Definition
int Convection_Diffusion_std::reprendre_base(Entree &)
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:`int Convection_Diffusion_std::reprendre_base(Entree &) <convection-diffusion-std-public-int-convection-diffusion-std-reprendre-base-entree-ref>`
[int Convection_Diffusion_std::reprendre_base(Entree &)](#convection-diffusion-std-public-int-convection-diffusion-std-reprendre-base-entree-ref)

sauvegarder_base#

Definition
int Convection_Diffusion_std::sauvegarder_base(Sortie &) const
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:`int Convection_Diffusion_std::sauvegarder_base(Sortie &) const <convection-diffusion-std-public-int-convection-diffusion-std-sauvegarder-base-sortie-ref-const>`
[int Convection_Diffusion_std::sauvegarder_base(Sortie &) const](#convection-diffusion-std-public-int-convection-diffusion-std-sauvegarder-base-sortie-ref-const)

set_param#

Definition
void Convection_Diffusion_std::set_param(Param &titi) 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 Convection_Diffusion_std::set_param(Param &titi) override <convection-diffusion-std-public-void-convection-diffusion-std-set-param-param-ref-titi-override>`
[void Convection_Diffusion_std::set_param(Param &titi) override](#convection-diffusion-std-public-void-convection-diffusion-std-set-param-param-ref-titi-override)

vitesse_pour_transport#

Definition
const Champ_base & Convection_Diffusion_std::vitesse_pour_transport() const
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:`const Champ_base & Convection_Diffusion_std::vitesse_pour_transport() const <convection-diffusion-std-public-const-champ-base-ref-convection-diffusion-std-vitesse-pour-transport-const>`
[const Champ_base & Convection_Diffusion_std::vitesse_pour_transport() const](#convection-diffusion-std-public-const-champ-base-ref-convection-diffusion-std-vitesse-pour-transport-const)

vitesse_transportante#

Definition
const Champ_Inc_base & Convection_Diffusion_std::vitesse_transportante() const
Brief description

Renvoie une reference sur le champ representant la vitesse transportante.

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 Champ_Inc_base & Convection_Diffusion_std::vitesse_transportante() const <convection-diffusion-std-public-const-champ-inc-base-ref-convection-diffusion-std-vitesse-transportante-const>`
[const Champ_Inc_base & Convection_Diffusion_std::vitesse_transportante() const](#convection-diffusion-std-public-const-champ-inc-base-ref-convection-diffusion-std-vitesse-transportante-const)

~Convection_Diffusion_std#

Definition
Convection_Diffusion_std::~Convection_Diffusion_std() 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:`Convection_Diffusion_std::~Convection_Diffusion_std() override <convection-diffusion-std-public-convection-diffusion-std-dtor-convection-diffusion-std-override>`
[Convection_Diffusion_std::~Convection_Diffusion_std() override](#convection-diffusion-std-public-convection-diffusion-std-dtor-convection-diffusion-std-override)

info#

Definition
const Type_info * Convection_Diffusion_std::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 * Convection_Diffusion_std::info() <convection-diffusion-std-public-static-const-type-info-ptr-convection-diffusion-std-info>`
[const Type_info * Convection_Diffusion_std::info()](#convection-diffusion-std-public-static-const-type-info-ptr-convection-diffusion-std-info)

self_cast#

Definition
const Convection_Diffusion_std & Convection_Diffusion_std::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 Convection_Diffusion_std & Convection_Diffusion_std::self_cast(const Objet_U &) <convection-diffusion-std-public-static-const-convection-diffusion-std-ref-convection-diffusion-std-self-cast-const-objet-u-ref>`
[const Convection_Diffusion_std & Convection_Diffusion_std::self_cast(const Objet_U &)](#convection-diffusion-std-public-static-const-convection-diffusion-std-ref-convection-diffusion-std-self-cast-const-objet-u-ref)

self_cast#

Definition
Convection_Diffusion_std & Convection_Diffusion_std::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:`Convection_Diffusion_std & Convection_Diffusion_std::self_cast(Objet_U &) <convection-diffusion-std-public-static-convection-diffusion-std-ref-convection-diffusion-std-self-cast-objet-u-ref>`
[Convection_Diffusion_std & Convection_Diffusion_std::self_cast(Objet_U &)](#convection-diffusion-std-public-static-convection-diffusion-std-ref-convection-diffusion-std-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Convection_Diffusion_std::printOn(Sortie &x) const override
Brief description

Simple appel a Equation_base::printOn(Sortie&)

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:`Sortie & Convection_Diffusion_std::printOn(Sortie &x) const override <convection-diffusion-std-protected-sortie-ref-convection-diffusion-std-printon-sortie-ref-x-const-override>`
[Sortie & Convection_Diffusion_std::printOn(Sortie &x) const override](#convection-diffusion-std-protected-sortie-ref-convection-diffusion-std-printon-sortie-ref-x-const-override)

readOn#

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

cf 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 & Convection_Diffusion_std::readOn(Entree &) override <convection-diffusion-std-protected-entree-ref-convection-diffusion-std-readon-entree-ref-override>`
[Entree & Convection_Diffusion_std::readOn(Entree &) override](#convection-diffusion-std-protected-entree-ref-convection-diffusion-std-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Convection_Diffusion_std::info_obj
la_vitesse_transportante (protected)
TRUST_Ref<Champ_Inc_base *> Convection_Diffusion_std::la_vitesse_transportante
terme_convectif (protected)
Operateur_Conv Convection_Diffusion_std::terme_convectif
terme_diffusif (protected)
Operateur_Diff Convection_Diffusion_std::terme_diffusif