Terme_Boussinesq_base#
#include <Terme_Boussinesq_base.h>
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#
public : Source_base
Inherited by#
public : Terme_Boussinesq_PolyMAC_Face
public : Terme_Boussinesq_VDF_Face
public : Terme_Boussinesq_VEF_Face
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#
associer_pb#
void Terme_Boussinesq_base::associer_pb(const Probleme_base &pb) 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 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#
const Champ_Don_base & Terme_Boussinesq_base::beta() const
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#
DoubleTab & Terme_Boussinesq_base::calculer(DoubleTab &resu) 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:`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#
const Convection_Diffusion_std & Terme_Boussinesq_base::equation_scalaire() const
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#
const Type_info * Terme_Boussinesq_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 * 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#
const ArrOfDouble & Terme_Boussinesq_base::getScalaire0() const
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#
const Champ_Don_base & Terme_Boussinesq_base::gravite() const
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#
void Terme_Boussinesq_base::mettre_a_jour(double temps) override
DOES NOTHING - to override in derived classes.
Detailed description
Mise a jour en temps du terme source.
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:`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#
double Terme_Boussinesq_base::Scalaire0(int i) const
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#
Terme_Boussinesq_base::Terme_Boussinesq_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:`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#
int Terme_Boussinesq_base::verification() const
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#
Terme_Boussinesq_base::~Terme_Boussinesq_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:`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#
const Type_info * Terme_Boussinesq_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 * 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#
const Terme_Boussinesq_base & Terme_Boussinesq_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 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#
Terme_Boussinesq_base & Terme_Boussinesq_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:`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#
void Terme_Boussinesq_base::check() const
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#
int Terme_Boussinesq_base::lire_motcle_non_standard(const Motcle &, Entree &) override
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#
Sortie & Terme_Boussinesq_base::printOn(Sortie &x) const override
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#
Entree & Terme_Boussinesq_base::readOn(Entree &) override
Lit les parametres du terme source a partir d’un flot d’entree.
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:`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#
void Terme_Boussinesq_base::set_param(Param ¶m)
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 ¶m) <terme-boussinesq-base-protected-void-terme-boussinesq-base-set-param-param-ref-param>`
[void Terme_Boussinesq_base::set_param(Param ¶m)](#terme-boussinesq-base-protected-void-terme-boussinesq-base-set-param-param-ref-param)
Attributes Documentation#
const Type_info Terme_Boussinesq_base::info_obj
TRUST_Ref<Champ_Don_base *> Terme_Boussinesq_base::beta_
TRUST_Ref<Convection_Diffusion_std *> Terme_Boussinesq_base::equation_scalaire_
TRUST_Vector<Parser_U> Terme_Boussinesq_base::fct_Scalaire0_
TRUST_Ref<Champ_Don_base *> Terme_Boussinesq_base::la_gravite_
Nom Terme_Boussinesq_base::NomScalaire_
ArrOfDouble Terme_Boussinesq_base::Scalaire0_
int Terme_Boussinesq_base::verif_ = 1