Echange_contact_rayo_semi_transp_VDF#

#include <Echange_contact_rayo_semi_transp_VDF.h>
Brief description

classe Echange_contact_rayo_semi_transp_VDF Cette classe est utilisee pour realiser un couplage entre une

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\_contact\_rayo\_semi\_transp\_VDF <class-echange-contact-rayo-semi-transp-vdf>`
[Echange\_contact\_rayo\_semi\_transp\_VDF](#class-echange-contact-rayo-semi-transp-vdf)

Detailed description#

paroi solide et un fluide semi transparent en prenant en compte le rayonnement de la paroi. Elle est utilisee uniquement pour une discretisation VDF.

Inherits from#

Inheritance graph#

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

../../../../../_images/classEchange__contact__rayo__semi__transp__VDF__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

calculer_temperature_bord#

Definition
void Echange_contact_rayo_semi_transp_VDF::calculer_temperature_bord(double temps)
Brief description

la methode mettre_a_jour(temps) a pour role de remplire le tableau T_ext avec les temperatures de paroi.

Detailed description

Ces temperatures de paroi sont utilisees pour imposer la condition a la limite du probleme de rayonnement. Les temperatures de paroi sont calculees en tenant compte du caractere rayonnant de la paroi.

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 Echange_contact_rayo_semi_transp_VDF::calculer_temperature_bord(double temps) <echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-calculer-temperature-bord-double-temps>`
[void Echange_contact_rayo_semi_transp_VDF::calculer_temperature_bord(double temps)](#echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-calculer-temperature-bord-double-temps)

calculer_Teta_equiv#

Definition
void Echange_contact_rayo_semi_transp_VDF::calculer_Teta_equiv(DoubleTab &Teta_eq, const DoubleTab &mon_h, const DoubleTab &autre_h, int i, double temps) override
Brief description

remplit Teta_eq utilise T_autre_pb au temps passe en parametre

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 Echange_contact_rayo_semi_transp_VDF::calculer_Teta_equiv(DoubleTab &Teta_eq, const DoubleTab &mon_h, const DoubleTab &autre_h, int i, double temps) override <echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-calculer-teta-equiv-doubletab-ref-teta-eq-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-i-double-temps-override>`
[void Echange_contact_rayo_semi_transp_VDF::calculer_Teta_equiv(DoubleTab &Teta_eq, const DoubleTab &mon_h, const DoubleTab &autre_h, int i, double temps) override](#echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-calculer-teta-equiv-doubletab-ref-teta-eq-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-i-double-temps-override)

calculer_Teta_paroi#

Definition
void Echange_contact_rayo_semi_transp_VDF::calculer_Teta_paroi(DoubleTab &Teta_p, const DoubleTab &mon_h, const DoubleTab &autre_h, int i, double temps) override
Brief description

remplit Teta_p utilise T_autre_pb au temps passe en parametre

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 Echange_contact_rayo_semi_transp_VDF::calculer_Teta_paroi(DoubleTab &Teta_p, const DoubleTab &mon_h, const DoubleTab &autre_h, int i, double temps) override <echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-calculer-teta-paroi-doubletab-ref-teta-p-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-i-double-temps-override>`
[void Echange_contact_rayo_semi_transp_VDF::calculer_Teta_paroi(DoubleTab &Teta_p, const DoubleTab &mon_h, const DoubleTab &autre_h, int i, double temps) override](#echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-calculer-teta-paroi-doubletab-ref-teta-p-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-i-double-temps-override)

compatible_avec_eqn#

Definition
int Echange_contact_rayo_semi_transp_VDF::compatible_avec_eqn(const Equation_base &) 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:`int Echange_contact_rayo_semi_transp_VDF::compatible_avec_eqn(const Equation_base &) const override <echange-contact-rayo-semi-transp-vdf-public-int-echange-contact-rayo-semi-transp-vdf-compatible-avec-eqn-const-equation-base-ref-const-override>`
[int Echange_contact_rayo_semi_transp_VDF::compatible_avec_eqn(const Equation_base &) const override](#echange-contact-rayo-semi-transp-vdf-public-int-echange-contact-rayo-semi-transp-vdf-compatible-avec-eqn-const-equation-base-ref-const-override)

completer#

Definition
void Echange_contact_rayo_semi_transp_VDF::completer() override
Brief description

NE FAIT RIEN A surcharger dans les classes derivees.

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 Echange_contact_rayo_semi_transp_VDF::completer() override <echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-completer-override>`
[void Echange_contact_rayo_semi_transp_VDF::completer() override](#echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-completer-override)

duplique#

Definition
int Echange_contact_rayo_semi_transp_VDF::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_contact_rayo_semi_transp_VDF::duplique() const override <echange-contact-rayo-semi-transp-vdf-public-int-echange-contact-rayo-semi-transp-vdf-duplique-const-override>`
[int Echange_contact_rayo_semi_transp_VDF::duplique() const override](#echange-contact-rayo-semi-transp-vdf-public-int-echange-contact-rayo-semi-transp-vdf-duplique-const-override)

Echange_contact_rayo_semi_transp_VDF#

Definition
Echange_contact_rayo_semi_transp_VDF::Echange_contact_rayo_semi_transp_VDF()
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_contact_rayo_semi_transp_VDF::Echange_contact_rayo_semi_transp_VDF() <echange-contact-rayo-semi-transp-vdf-public-echange-contact-rayo-semi-transp-vdf-echange-contact-rayo-semi-transp-vdf>`
[Echange_contact_rayo_semi_transp_VDF::Echange_contact_rayo_semi_transp_VDF()](#echange-contact-rayo-semi-transp-vdf-public-echange-contact-rayo-semi-transp-vdf-echange-contact-rayo-semi-transp-vdf)

get_info#

Definition
const Type_info * Echange_contact_rayo_semi_transp_VDF::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_contact_rayo_semi_transp_VDF::get_info() const override <echange-contact-rayo-semi-transp-vdf-public-const-type-info-ptr-echange-contact-rayo-semi-transp-vdf-get-info-const-override>`
[const Type_info * Echange_contact_rayo_semi_transp_VDF::get_info() const override](#echange-contact-rayo-semi-transp-vdf-public-const-type-info-ptr-echange-contact-rayo-semi-transp-vdf-get-info-const-override)

la_cl#

Definition
const Cond_lim_base & Echange_contact_rayo_semi_transp_VDF::la_cl() 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:`const Cond_lim_base & Echange_contact_rayo_semi_transp_VDF::la_cl() const override <echange-contact-rayo-semi-transp-vdf-public-const-cond-lim-base-ref-echange-contact-rayo-semi-transp-vdf-la-cl-const-override>`
[const Cond_lim_base & Echange_contact_rayo_semi_transp_VDF::la_cl() const override](#echange-contact-rayo-semi-transp-vdf-public-const-cond-lim-base-ref-echange-contact-rayo-semi-transp-vdf-la-cl-const-override)

la_Cl_opposee#

Definition
Echange_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::la_Cl_opposee()
Brief description

Renvoie la CL portee par le probleme de l’autre cote de la frontiere.

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:`Echange_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::la_Cl_opposee() <echange-contact-rayo-semi-transp-vdf-public-echange-contact-rayo-semi-transp-vdf-ref-echange-contact-rayo-semi-transp-vdf-la-cl-opposee>`
[Echange_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::la_Cl_opposee()](#echange-contact-rayo-semi-transp-vdf-public-echange-contact-rayo-semi-transp-vdf-ref-echange-contact-rayo-semi-transp-vdf-la-cl-opposee)

mettre_a_jour#

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

la methode mettre_a_jour(temps) a pour role de remplire le tableau T_ext avec les temperatures de paroi.

Detailed description

T_ext sera utilise pour calculer le flux impose a la limite de chaque domaine du probleme couple. Les temperatures de paroi sont calculees en tenant compte du caractere rayonnant de la paroi. Appel de la methode Echange_externe_impose::mettre_a_jour(temps);

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_contact_rayo_semi_transp_VDF::mettre_a_jour(double temps) override <echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-mettre-a-jour-double-temps-override>`
[void Echange_contact_rayo_semi_transp_VDF::mettre_a_jour(double temps) override](#echange-contact-rayo-semi-transp-vdf-public-void-echange-contact-rayo-semi-transp-vdf-mettre-a-jour-double-temps-override)

taille_memoire#

Definition
unsigned Echange_contact_rayo_semi_transp_VDF::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_contact_rayo_semi_transp_VDF::taille_memoire() const override <echange-contact-rayo-semi-transp-vdf-public-unsigned-echange-contact-rayo-semi-transp-vdf-taille-memoire-const-override>`
[unsigned Echange_contact_rayo_semi_transp_VDF::taille_memoire() const override](#echange-contact-rayo-semi-transp-vdf-public-unsigned-echange-contact-rayo-semi-transp-vdf-taille-memoire-const-override)

temperature_bord#

Definition
Champ_front_base & Echange_contact_rayo_semi_transp_VDF::temperature_bord()
Brief description

Renvoie le champ_front des temperatures de bord.

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:`Champ_front_base & Echange_contact_rayo_semi_transp_VDF::temperature_bord() <echange-contact-rayo-semi-transp-vdf-public-champ-front-base-ref-echange-contact-rayo-semi-transp-vdf-temperature-bord>`
[Champ_front_base & Echange_contact_rayo_semi_transp_VDF::temperature_bord()](#echange-contact-rayo-semi-transp-vdf-public-champ-front-base-ref-echange-contact-rayo-semi-transp-vdf-temperature-bord)

~Echange_contact_rayo_semi_transp_VDF#

Definition
Echange_contact_rayo_semi_transp_VDF::~Echange_contact_rayo_semi_transp_VDF()
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_contact_rayo_semi_transp_VDF::~Echange_contact_rayo_semi_transp_VDF() <echange-contact-rayo-semi-transp-vdf-public-echange-contact-rayo-semi-transp-vdf-dtor-echange-contact-rayo-semi-transp-vdf>`
[Echange_contact_rayo_semi_transp_VDF::~Echange_contact_rayo_semi_transp_VDF()](#echange-contact-rayo-semi-transp-vdf-public-echange-contact-rayo-semi-transp-vdf-dtor-echange-contact-rayo-semi-transp-vdf)

cree_instance#

Definition
Objet_U * Echange_contact_rayo_semi_transp_VDF::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_contact_rayo_semi_transp_VDF::cree_instance() <echange-contact-rayo-semi-transp-vdf-public-static-objet-u-ptr-echange-contact-rayo-semi-transp-vdf-cree-instance>`
[Objet_U * Echange_contact_rayo_semi_transp_VDF::cree_instance()](#echange-contact-rayo-semi-transp-vdf-public-static-objet-u-ptr-echange-contact-rayo-semi-transp-vdf-cree-instance)

info#

Definition
const Type_info * Echange_contact_rayo_semi_transp_VDF::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_contact_rayo_semi_transp_VDF::info() <echange-contact-rayo-semi-transp-vdf-public-static-const-type-info-ptr-echange-contact-rayo-semi-transp-vdf-info>`
[const Type_info * Echange_contact_rayo_semi_transp_VDF::info()](#echange-contact-rayo-semi-transp-vdf-public-static-const-type-info-ptr-echange-contact-rayo-semi-transp-vdf-info)

self_cast#

Definition
const Echange_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::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_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::self_cast(const Objet_U &) <echange-contact-rayo-semi-transp-vdf-public-static-const-echange-contact-rayo-semi-transp-vdf-ref-echange-contact-rayo-semi-transp-vdf-self-cast-const-objet-u-ref>`
[const Echange_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::self_cast(const Objet_U &)](#echange-contact-rayo-semi-transp-vdf-public-static-const-echange-contact-rayo-semi-transp-vdf-ref-echange-contact-rayo-semi-transp-vdf-self-cast-const-objet-u-ref)

self_cast#

Definition
Echange_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::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_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::self_cast(Objet_U &) <echange-contact-rayo-semi-transp-vdf-public-static-echange-contact-rayo-semi-transp-vdf-ref-echange-contact-rayo-semi-transp-vdf-self-cast-objet-u-ref>`
[Echange_contact_rayo_semi_transp_VDF & Echange_contact_rayo_semi_transp_VDF::self_cast(Objet_U &)](#echange-contact-rayo-semi-transp-vdf-public-static-echange-contact-rayo-semi-transp-vdf-ref-echange-contact-rayo-semi-transp-vdf-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Echange_contact_rayo_semi_transp_VDF::printOn(Sortie &x) 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:`Sortie & Echange_contact_rayo_semi_transp_VDF::printOn(Sortie &x) const override <echange-contact-rayo-semi-transp-vdf-protected-sortie-ref-echange-contact-rayo-semi-transp-vdf-printon-sortie-ref-x-const-override>`
[Sortie & Echange_contact_rayo_semi_transp_VDF::printOn(Sortie &x) const override](#echange-contact-rayo-semi-transp-vdf-protected-sortie-ref-echange-contact-rayo-semi-transp-vdf-printon-sortie-ref-x-const-override)

readOn#

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

Lecture et construction du champ_front_calc T_autre_Pb qui servira pour calculer les conditions d’echange a la paroi.

Detailed description

Lecture de l’emissivite de la paroi Lecture du coefficient A typage et dimenssionnement du champ_front T_ext() qui contient les temperatures de paroi et qui est utilise lors du calcul des flux diffusifs.

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 & Echange_contact_rayo_semi_transp_VDF::readOn(Entree &) override <echange-contact-rayo-semi-transp-vdf-protected-entree-ref-echange-contact-rayo-semi-transp-vdf-readon-entree-ref-override>`
[Entree & Echange_contact_rayo_semi_transp_VDF::readOn(Entree &) override](#echange-contact-rayo-semi-transp-vdf-protected-entree-ref-echange-contact-rayo-semi-transp-vdf-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Echange_contact_rayo_semi_transp_VDF::info_obj
num_premiere_face_dans_pb_fluide (protected)
int Echange_contact_rayo_semi_transp_VDF::num_premiere_face_dans_pb_fluide
T_paroi (protected)
TRUST_Deriv<Champ_front_base> Echange_contact_rayo_semi_transp_VDF::T_paroi