Terme_Boussinesq_base#

#include <Terme_Boussinesq_base.h>
Brief description

Classe Terme_Boussinesq_base Cette classe represente le terme de gravite qui figure dans l’equation.

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:`Terme\_Boussinesq\_base <class-terme-boussinesq-base>`
[Terme\_Boussinesq\_base](#class-terme-boussinesq-base)

Detailed description#

de la dynamique divisee par la masse volumique de reference. On est dans le cadre de l’hypothese de Boussinesq:la masse volumique est supposee constante et egale a sa valeur de reference sauf dans le terme des forces de volumes ou on prend en compte une petite variation de la masse volumique en fonction d’un ou de plusieurs scalaires transportes par l’ecoulement (la temperature et/ou une ou plusieurs concentrations). Cas particulier de Terme_Boussinesq_base pour la temperature Le terme de gravite a pour expression: beta*(T - T0) ou beta represente la dilatabilite de la masse volumique et T0 une valeur de reference pour la temperature Cas particulier de Terme_Boussinesq_base pour une concentration Le terme de gravite a pour expression : beta*(C - C0) ou (beta[0]*(C[0] - C0[0]) + ….. + beta[i]*(C[i] - C0[i])) dans le cas d’un vecteur de concentrations beta represente la variation de la masse volumique en fonction de la concentration du constituant et C0 une valeur de reference pour la concentration

Inherits from#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classTerme__Boussinesq__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_pb#

Definition
void Terme_Boussinesq_base::associer_pb(const Probleme_base &pb) 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:`void Terme_Boussinesq_base::associer_pb(const Probleme_base &pb) override <terme-boussinesq-base-public-void-terme-boussinesq-base-associer-pb-const-probleme-base-ref-pb-override>`
[void Terme_Boussinesq_base::associer_pb(const Probleme_base &pb) override](#terme-boussinesq-base-public-void-terme-boussinesq-base-associer-pb-const-probleme-base-ref-pb-override)

beta#

Definition
const Champ_Don_base & Terme_Boussinesq_base::beta() 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 & Terme_Boussinesq_base::beta() const <terme-boussinesq-base-public-const-champ-don-base-ref-terme-boussinesq-base-beta-const>`
[const Champ_Don_base & Terme_Boussinesq_base::beta() const](#terme-boussinesq-base-public-const-champ-don-base-ref-terme-boussinesq-base-beta-const)

calculer#

Definition
DoubleTab & Terme_Boussinesq_base::calculer(DoubleTab &resu) 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:`DoubleTab & Terme_Boussinesq_base::calculer(DoubleTab &resu) const override <terme-boussinesq-base-public-doubletab-ref-terme-boussinesq-base-calculer-doubletab-ref-resu-const-override>`
[DoubleTab & Terme_Boussinesq_base::calculer(DoubleTab &resu) const override](#terme-boussinesq-base-public-doubletab-ref-terme-boussinesq-base-calculer-doubletab-ref-resu-const-override)

equation_scalaire#

Definition
const Convection_Diffusion_std & Terme_Boussinesq_base::equation_scalaire() 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 Convection_Diffusion_std & Terme_Boussinesq_base::equation_scalaire() const <terme-boussinesq-base-public-const-convection-diffusion-std-ref-terme-boussinesq-base-equation-scalaire-const>`
[const Convection_Diffusion_std & Terme_Boussinesq_base::equation_scalaire() const](#terme-boussinesq-base-public-const-convection-diffusion-std-ref-terme-boussinesq-base-equation-scalaire-const)

get_info#

Definition
const Type_info * Terme_Boussinesq_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 * Terme_Boussinesq_base::get_info() const override <terme-boussinesq-base-public-const-type-info-ptr-terme-boussinesq-base-get-info-const-override>`
[const Type_info * Terme_Boussinesq_base::get_info() const override](#terme-boussinesq-base-public-const-type-info-ptr-terme-boussinesq-base-get-info-const-override)

getScalaire0#

Definition
const ArrOfDouble & Terme_Boussinesq_base::getScalaire0() 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 ArrOfDouble & Terme_Boussinesq_base::getScalaire0() const <terme-boussinesq-base-public-const-arrofdouble-ref-terme-boussinesq-base-getscalaire0-const>`
[const ArrOfDouble & Terme_Boussinesq_base::getScalaire0() const](#terme-boussinesq-base-public-const-arrofdouble-ref-terme-boussinesq-base-getscalaire0-const)

gravite#

Definition
const Champ_Don_base & Terme_Boussinesq_base::gravite() 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 & Terme_Boussinesq_base::gravite() const <terme-boussinesq-base-public-const-champ-don-base-ref-terme-boussinesq-base-gravite-const>`
[const Champ_Don_base & Terme_Boussinesq_base::gravite() const](#terme-boussinesq-base-public-const-champ-don-base-ref-terme-boussinesq-base-gravite-const)

mettre_a_jour#

Definition
void Terme_Boussinesq_base::mettre_a_jour(double temps) override
Brief description

DOES NOTHING - to override in derived classes.

Detailed description

Mise a jour en temps du terme source.

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 Terme_Boussinesq_base::mettre_a_jour(double temps) override <terme-boussinesq-base-public-void-terme-boussinesq-base-mettre-a-jour-double-temps-override>`
[void Terme_Boussinesq_base::mettre_a_jour(double temps) override](#terme-boussinesq-base-public-void-terme-boussinesq-base-mettre-a-jour-double-temps-override)

Scalaire0#

Definition
double Terme_Boussinesq_base::Scalaire0(int i) 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:`double Terme_Boussinesq_base::Scalaire0(int i) const <terme-boussinesq-base-public-double-terme-boussinesq-base-scalaire0-int-i-const>`
[double Terme_Boussinesq_base::Scalaire0(int i) const](#terme-boussinesq-base-public-double-terme-boussinesq-base-scalaire0-int-i-const)

Terme_Boussinesq_base#

Definition
Terme_Boussinesq_base::Terme_Boussinesq_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:`Terme_Boussinesq_base::Terme_Boussinesq_base() <terme-boussinesq-base-public-terme-boussinesq-base-terme-boussinesq-base>`
[Terme_Boussinesq_base::Terme_Boussinesq_base()](#terme-boussinesq-base-public-terme-boussinesq-base-terme-boussinesq-base)

verification#

Definition
int Terme_Boussinesq_base::verification() const
Brief description
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:`int Terme_Boussinesq_base::verification() const <terme-boussinesq-base-public-int-terme-boussinesq-base-verification-const>`
[int Terme_Boussinesq_base::verification() const](#terme-boussinesq-base-public-int-terme-boussinesq-base-verification-const)

~Terme_Boussinesq_base#

Definition
Terme_Boussinesq_base::~Terme_Boussinesq_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:`Terme_Boussinesq_base::~Terme_Boussinesq_base() override <terme-boussinesq-base-public-terme-boussinesq-base-dtor-terme-boussinesq-base-override>`
[Terme_Boussinesq_base::~Terme_Boussinesq_base() override](#terme-boussinesq-base-public-terme-boussinesq-base-dtor-terme-boussinesq-base-override)

info#

Definition
const Type_info * Terme_Boussinesq_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 * Terme_Boussinesq_base::info() <terme-boussinesq-base-public-static-const-type-info-ptr-terme-boussinesq-base-info>`
[const Type_info * Terme_Boussinesq_base::info()](#terme-boussinesq-base-public-static-const-type-info-ptr-terme-boussinesq-base-info)

self_cast#

Definition
const Terme_Boussinesq_base & Terme_Boussinesq_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 Terme_Boussinesq_base & Terme_Boussinesq_base::self_cast(const Objet_U &) <terme-boussinesq-base-public-static-const-terme-boussinesq-base-ref-terme-boussinesq-base-self-cast-const-objet-u-ref>`
[const Terme_Boussinesq_base & Terme_Boussinesq_base::self_cast(const Objet_U &)](#terme-boussinesq-base-public-static-const-terme-boussinesq-base-ref-terme-boussinesq-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Terme_Boussinesq_base & Terme_Boussinesq_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:`Terme_Boussinesq_base & Terme_Boussinesq_base::self_cast(Objet_U &) <terme-boussinesq-base-public-static-terme-boussinesq-base-ref-terme-boussinesq-base-self-cast-objet-u-ref>`
[Terme_Boussinesq_base & Terme_Boussinesq_base::self_cast(Objet_U &)](#terme-boussinesq-base-public-static-terme-boussinesq-base-ref-terme-boussinesq-base-self-cast-objet-u-ref)

check#

Definition
void Terme_Boussinesq_base::check() 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:`void Terme_Boussinesq_base::check() const <terme-boussinesq-base-protected-void-terme-boussinesq-base-check-const>`
[void Terme_Boussinesq_base::check() const](#terme-boussinesq-base-protected-void-terme-boussinesq-base-check-const)

lire_motcle_non_standard#

Definition
int Terme_Boussinesq_base::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
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 Terme_Boussinesq_base::lire_motcle_non_standard(const Motcle &, Entree &) override <terme-boussinesq-base-protected-int-terme-boussinesq-base-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Terme_Boussinesq_base::lire_motcle_non_standard(const Motcle &, Entree &) override](#terme-boussinesq-base-protected-int-terme-boussinesq-base-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)

printOn#

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

DOES NOTHING - to override in derived classes.

Detailed description

Imprime la source sur un flot de sortie.

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 & Terme_Boussinesq_base::printOn(Sortie &x) const override <terme-boussinesq-base-protected-sortie-ref-terme-boussinesq-base-printon-sortie-ref-x-const-override>`
[Sortie & Terme_Boussinesq_base::printOn(Sortie &x) const override](#terme-boussinesq-base-protected-sortie-ref-terme-boussinesq-base-printon-sortie-ref-x-const-override)

readOn#

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

Lit les parametres du terme source 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:`Entree & Terme_Boussinesq_base::readOn(Entree &) override <terme-boussinesq-base-protected-entree-ref-terme-boussinesq-base-readon-entree-ref-override>`
[Entree & Terme_Boussinesq_base::readOn(Entree &) override](#terme-boussinesq-base-protected-entree-ref-terme-boussinesq-base-readon-entree-ref-override)

set_param#

Definition
void Terme_Boussinesq_base::set_param(Param &param)
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 Terme_Boussinesq_base::set_param(Param &param) <terme-boussinesq-base-protected-void-terme-boussinesq-base-set-param-param-ref-param>`
[void Terme_Boussinesq_base::set_param(Param &param)](#terme-boussinesq-base-protected-void-terme-boussinesq-base-set-param-param-ref-param)

Attributes Documentation#

info_obj (public)
const Type_info Terme_Boussinesq_base::info_obj
beta_ (protected)
TRUST_Ref<Champ_Don_base *> Terme_Boussinesq_base::beta_
equation_scalaire_ (protected)
TRUST_Ref<Convection_Diffusion_std *> Terme_Boussinesq_base::equation_scalaire_
fct_Scalaire0_ (protected)
TRUST_Vector<Parser_U> Terme_Boussinesq_base::fct_Scalaire0_
la_gravite_ (protected)
TRUST_Ref<Champ_Don_base *> Terme_Boussinesq_base::la_gravite_
NomScalaire_ (protected)
Nom Terme_Boussinesq_base::NomScalaire_
Scalaire0_ (protected)
ArrOfDouble Terme_Boussinesq_base::Scalaire0_
verif_ (protected)
int Terme_Boussinesq_base::verif_ = 1