Constituant#
#include <Constituant.h>
classe Constituant Cette classe represente le(s) constituant(s) d’un fluide.
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:`Constituant <class-constituant>`
[Constituant](#class-constituant)
Detailed description#
Elle contient un champ alpha representant le coefficient de diffusion du constituant. Lorsqu’un objet de type Constituant represente plusieurs constituant le champ alpha est vectoriel avec autant de composantes qu’il y a de constituants.
Inherits from#
public : Milieu_base
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#
Constituant#
Constituant::Constituant()
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:`Constituant::Constituant() <constituant-public-constituant-constituant>`
[Constituant::Constituant()](#constituant-public-constituant-constituant)
diffusivite_constituant#
const Champ_Don_base & Constituant::diffusivite_constituant() const
Detailed description
References
Referenced By
Convection_Diffusion_Concentration::diffusivite_pour_transport
TRUSTProblem_Concentration_Gen<_DERIVED_TYPE_, _EQUATION_TYPE_, _MEDIUM_TYPE_>::lire_resize_medium
Convection_Diffusion_Concentration_FT_Disc::mettre_a_jour_chimie
Convection_Diffusion_Concentration_Turbulent_FT_Disc::mettre_a_jour_chimie
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 & Constituant::diffusivite_constituant() const <constituant-public-const-champ-don-base-ref-constituant-diffusivite-constituant-const>`
[const Champ_Don_base & Constituant::diffusivite_constituant() const](#constituant-public-const-champ-don-base-ref-constituant-diffusivite-constituant-const)
discretiser#
void Constituant::discretiser(const Probleme_base &pb, const Discretisation_base &dis) 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 Constituant::discretiser(const Probleme_base &pb, const Discretisation_base &dis) override <constituant-public-void-constituant-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis-override>`
[void Constituant::discretiser(const Probleme_base &pb, const Discretisation_base &dis) override](#constituant-public-void-constituant-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis-override)
discretiser_multi_concentration#
void Constituant::discretiser_multi_concentration(const Nom &, const Probleme_base &pb, const Discretisation_base &dis)
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 Constituant::discretiser_multi_concentration(const Nom &, const Probleme_base &pb, const Discretisation_base &dis) <constituant-public-void-constituant-discretiser-multi-concentration-const-nom-ref-const-probleme-base-ref-pb-const-discretisation-base-ref-dis>`
[void Constituant::discretiser_multi_concentration(const Nom &, const Probleme_base &pb, const Discretisation_base &dis)](#constituant-public-void-constituant-discretiser-multi-concentration-const-nom-ref-const-probleme-base-ref-pb-const-discretisation-base-ref-dis)
duplique#
int Constituant::duplique() const override
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:`int Constituant::duplique() const override <constituant-public-int-constituant-duplique-const-override>`
[int Constituant::duplique() const override](#constituant-public-int-constituant-duplique-const-override)
get_info#
const Type_info * Constituant::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 * Constituant::get_info() const override <constituant-public-const-type-info-ptr-constituant-get-info-const-override>`
[const Type_info * Constituant::get_info() const override](#constituant-public-const-type-info-ptr-constituant-get-info-const-override)
initialiser#
int Constituant::initialiser(const double temps) 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:`int Constituant::initialiser(const double temps) override <constituant-public-int-constituant-initialiser-const-double-temps-override>`
[int Constituant::initialiser(const double temps) override](#constituant-public-int-constituant-initialiser-const-double-temps-override)
lire_motcle_non_standard#
int Constituant::lire_motcle_non_standard(const Motcle &mot, Entree &is) override
Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.
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:`int Constituant::lire_motcle_non_standard(const Motcle &mot, Entree &is) override <constituant-public-int-constituant-lire-motcle-non-standard-const-motcle-ref-mot-entree-ref-is-override>`
[int Constituant::lire_motcle_non_standard(const Motcle &mot, Entree &is) override](#constituant-public-int-constituant-lire-motcle-non-standard-const-motcle-ref-mot-entree-ref-is-override)
mettre_a_jour#
void Constituant::mettre_a_jour(double temps) 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 Constituant::mettre_a_jour(double temps) override <constituant-public-void-constituant-mettre-a-jour-double-temps-override>`
[void Constituant::mettre_a_jour(double temps) override](#constituant-public-void-constituant-mettre-a-jour-double-temps-override)
nb_constituants#
int Constituant::nb_constituants() 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:`int Constituant::nb_constituants() const <constituant-public-int-constituant-nb-constituants-const>`
[int Constituant::nb_constituants() const](#constituant-public-int-constituant-nb-constituants-const)
set_param#
void Constituant::set_param(Param ¶m) override
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:`void Constituant::set_param(Param ¶m) override <constituant-public-void-constituant-set-param-param-ref-param-override>`
[void Constituant::set_param(Param ¶m) override](#constituant-public-void-constituant-set-param-param-ref-param-override)
taille_memoire#
unsigned Constituant::taille_memoire() const override
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:`unsigned Constituant::taille_memoire() const override <constituant-public-unsigned-constituant-taille-memoire-const-override>`
[unsigned Constituant::taille_memoire() const override](#constituant-public-unsigned-constituant-taille-memoire-const-override)
~Constituant#
Constituant::~Constituant()
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:`Constituant::~Constituant() <constituant-public-constituant-dtor-constituant>`
[Constituant::~Constituant()](#constituant-public-constituant-dtor-constituant)
cree_instance#
Objet_U * Constituant::cree_instance()
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:`Objet_U * Constituant::cree_instance() <constituant-public-static-objet-u-ptr-constituant-cree-instance>`
[Objet_U * Constituant::cree_instance()](#constituant-public-static-objet-u-ptr-constituant-cree-instance)
info#
const Type_info * Constituant::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 * Constituant::info() <constituant-public-static-const-type-info-ptr-constituant-info>`
[const Type_info * Constituant::info()](#constituant-public-static-const-type-info-ptr-constituant-info)
self_cast#
const Constituant & Constituant::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 Constituant & Constituant::self_cast(const Objet_U &) <constituant-public-static-const-constituant-ref-constituant-self-cast-const-objet-u-ref>`
[const Constituant & Constituant::self_cast(const Objet_U &)](#constituant-public-static-const-constituant-ref-constituant-self-cast-const-objet-u-ref)
self_cast#
Constituant & Constituant::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:`Constituant & Constituant::self_cast(Objet_U &) <constituant-public-static-constituant-ref-constituant-self-cast-objet-u-ref>`
[Constituant & Constituant::self_cast(Objet_U &)](#constituant-public-static-constituant-ref-constituant-self-cast-objet-u-ref)
printOn#
Sortie & Constituant::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
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:`Sortie & Constituant::printOn(Sortie &x) const override <constituant-protected-sortie-ref-constituant-printon-sortie-ref-x-const-override>`
[Sortie & Constituant::printOn(Sortie &x) const override](#constituant-protected-sortie-ref-constituant-printon-sortie-ref-x-const-override)
readOn#
Entree & Constituant::readOn(Entree &) override
Lecture d’un milieu sur un flot d’entree.
Detailed description
Format: { grandeur_physique type_champ bloc de lecture du champ } cf set_param method to know the understood keywords cf Param class to know possible options reading
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 & Constituant::readOn(Entree &) override <constituant-protected-entree-ref-constituant-readon-entree-ref-override>`
[Entree & Constituant::readOn(Entree &) override](#constituant-protected-entree-ref-constituant-readon-entree-ref-override)
Attributes Documentation#
const Type_info Constituant::info_obj
TRUST_Deriv<Champ_Don_base> Constituant::D_
bool Constituant::diffusion_multi_scalaire_ = false