Echange_externe_impose#

#include <Echange_externe_impose.h>
Brief description

Classe Echange_externe_impose : Cette classe represente le cas particulier de la classe.

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:`Echange\_externe\_impose <class-echange-externe-impose>`
[Echange\_externe\_impose](#class-echange-externe-impose)

Detailed description#

Echange_impose_base ou l’echange de chaleur total est calcule grace au coefficient d’echange de chaleur a la paroi fourni par l’utilisateur. h_total : coefficient d’echange total h_imp : coefficient d’echange a la paroi (donnee utilisateur) e/lambda : coefficient d’echange interne avec : lambda, conductivite dans le fluide e = d, en laminaire e = d’, en turbulent (ou d’ est la distance equivalente calculee lors de l’application des lois de paroi) 1/h_total = (1/h_imp) + (e/lambda) Ce n’est pas la classe Echange_externe_impose qui gere le calcul de h_total. La classe fournit seulement h_imp et c’est l’evaluateur de flux diffusif qui calcule les termes e/lambda et h_total. Les classes Echange_global_impose et Echange_externe_impose ont exactement la meme interface; la classe Echange_externe_impose sert donc seulement a signaler a l’evaluateur de flux diffusif qu’il doit calculer un coefficient d’echange total.

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

Definition
int Echange_externe_impose::duplique() const override
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:`int Echange_externe_impose::duplique() const override <echange-externe-impose-public-int-echange-externe-impose-duplique-const-override>`
[int Echange_externe_impose::duplique() const override](#echange-externe-impose-public-int-echange-externe-impose-duplique-const-override)

Echange_externe_impose#

Definition
Echange_externe_impose::Echange_externe_impose()
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:`Echange_externe_impose::Echange_externe_impose() <echange-externe-impose-public-echange-externe-impose-echange-externe-impose>`
[Echange_externe_impose::Echange_externe_impose()](#echange-externe-impose-public-echange-externe-impose-echange-externe-impose)

get_info#

Definition
const Type_info * Echange_externe_impose::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 * Echange_externe_impose::get_info() const override <echange-externe-impose-public-const-type-info-ptr-echange-externe-impose-get-info-const-override>`
[const Type_info * Echange_externe_impose::get_info() const override](#echange-externe-impose-public-const-type-info-ptr-echange-externe-impose-get-info-const-override)

taille_memoire#

Definition
unsigned Echange_externe_impose::taille_memoire() const override
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:`unsigned Echange_externe_impose::taille_memoire() const override <echange-externe-impose-public-unsigned-echange-externe-impose-taille-memoire-const-override>`
[unsigned Echange_externe_impose::taille_memoire() const override](#echange-externe-impose-public-unsigned-echange-externe-impose-taille-memoire-const-override)

~Echange_externe_impose#

Definition
Echange_externe_impose::~Echange_externe_impose()
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:`Echange_externe_impose::~Echange_externe_impose() <echange-externe-impose-public-echange-externe-impose-dtor-echange-externe-impose>`
[Echange_externe_impose::~Echange_externe_impose()](#echange-externe-impose-public-echange-externe-impose-dtor-echange-externe-impose)

cree_instance#

Definition
Objet_U * Echange_externe_impose::cree_instance()
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:`Objet_U * Echange_externe_impose::cree_instance() <echange-externe-impose-public-static-objet-u-ptr-echange-externe-impose-cree-instance>`
[Objet_U * Echange_externe_impose::cree_instance()](#echange-externe-impose-public-static-objet-u-ptr-echange-externe-impose-cree-instance)

info#

Definition
const Type_info * Echange_externe_impose::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 * Echange_externe_impose::info() <echange-externe-impose-public-static-const-type-info-ptr-echange-externe-impose-info>`
[const Type_info * Echange_externe_impose::info()](#echange-externe-impose-public-static-const-type-info-ptr-echange-externe-impose-info)

self_cast#

Definition
const Echange_externe_impose & Echange_externe_impose::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 Echange_externe_impose & Echange_externe_impose::self_cast(const Objet_U &) <echange-externe-impose-public-static-const-echange-externe-impose-ref-echange-externe-impose-self-cast-const-objet-u-ref>`
[const Echange_externe_impose & Echange_externe_impose::self_cast(const Objet_U &)](#echange-externe-impose-public-static-const-echange-externe-impose-ref-echange-externe-impose-self-cast-const-objet-u-ref)

self_cast#

Definition
Echange_externe_impose & Echange_externe_impose::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:`Echange_externe_impose & Echange_externe_impose::self_cast(Objet_U &) <echange-externe-impose-public-static-echange-externe-impose-ref-echange-externe-impose-self-cast-objet-u-ref>`
[Echange_externe_impose & Echange_externe_impose::self_cast(Objet_U &)](#echange-externe-impose-public-static-echange-externe-impose-ref-echange-externe-impose-self-cast-objet-u-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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 & Echange_externe_impose::printOn(Sortie &x) const override <echange-externe-impose-protected-sortie-ref-echange-externe-impose-printon-sortie-ref-x-const-override>`
[Sortie & Echange_externe_impose::printOn(Sortie &x) const override](#echange-externe-impose-protected-sortie-ref-echange-externe-impose-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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 & Echange_externe_impose::readOn(Entree &) override <echange-externe-impose-protected-entree-ref-echange-externe-impose-readon-entree-ref-override>`
[Entree & Echange_externe_impose::readOn(Entree &) override](#echange-externe-impose-protected-entree-ref-echange-externe-impose-readon-entree-ref-override)

verifie_ch_init_nb_comp#

Definition
void Echange_externe_impose::verifie_ch_init_nb_comp() const override
Brief description

Appel la verification du champ lu par l intermediaire de l equation pour laquelle on considere la condition limite.

Detailed description

La methode est surchargee dans les cas ou l utilisateur doit specifier le champ frontiere

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 Echange_externe_impose::verifie_ch_init_nb_comp() const override <echange-externe-impose-protected-void-echange-externe-impose-verifie-ch-init-nb-comp-const-override>`
[void Echange_externe_impose::verifie_ch_init_nb_comp() const override](#echange-externe-impose-protected-void-echange-externe-impose-verifie-ch-init-nb-comp-const-override)

Attributes Documentation#

info_obj (public)
const Type_info Echange_externe_impose::info_obj