Echange_contact_VDF#

#include <Echange_contact_VDF.h>
Brief description

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\_VDF <class-echange-contact-vdf>`
[Echange\_contact\_VDF](#class-echange-contact-vdf)

Detailed description#

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

avancer#

Definition
int Echange_contact_VDF::avancer(double temps) override
Brief description

Tourne la roue de la CL.

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 Echange_contact_VDF::avancer(double temps) override <echange-contact-vdf-public-int-echange-contact-vdf-avancer-double-temps-override>`
[int Echange_contact_VDF::avancer(double temps) override](#echange-contact-vdf-public-int-echange-contact-vdf-avancer-double-temps-override)

calculer_h_autre_pb#

Definition
void Echange_contact_VDF::calculer_h_autre_pb(DoubleTab &tab, double invhparoi, int opt)
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 Echange_contact_VDF::calculer_h_autre_pb(DoubleTab &tab, double invhparoi, int opt) <echange-contact-vdf-public-void-echange-contact-vdf-calculer-h-autre-pb-doubletab-ref-tab-double-invhparoi-int-opt>`
[void Echange_contact_VDF::calculer_h_autre_pb(DoubleTab &tab, double invhparoi, int opt)](#echange-contact-vdf-public-void-echange-contact-vdf-calculer-h-autre-pb-doubletab-ref-tab-double-invhparoi-int-opt)

calculer_h_mon_pb#

Definition
void Echange_contact_VDF::calculer_h_mon_pb(DoubleTab &, double, int)
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 Echange_contact_VDF::calculer_h_mon_pb(DoubleTab &, double, int) <echange-contact-vdf-public-void-echange-contact-vdf-calculer-h-mon-pb-doubletab-ref-double-int>`
[void Echange_contact_VDF::calculer_h_mon_pb(DoubleTab &, double, int)](#echange-contact-vdf-public-void-echange-contact-vdf-calculer-h-mon-pb-doubletab-ref-double-int)

calculer_Teta_equiv#

Definition
void Echange_contact_VDF::calculer_Teta_equiv(DoubleTab &Teta_equiv, const DoubleTab &mon_h, const DoubleTab &autre_h, int is_pb_fluide, double temps)
Brief description

remplit Teta_eq utilise T_autre_pb au temps passe en parametre

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 Echange_contact_VDF::calculer_Teta_equiv(DoubleTab &Teta_equiv, const DoubleTab &mon_h, const DoubleTab &autre_h, int is_pb_fluide, double temps) <echange-contact-vdf-public-void-echange-contact-vdf-calculer-teta-equiv-doubletab-ref-teta-equiv-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-is-pb-fluide-double-temps>`
[void Echange_contact_VDF::calculer_Teta_equiv(DoubleTab &Teta_equiv, const DoubleTab &mon_h, const DoubleTab &autre_h, int is_pb_fluide, double temps)](#echange-contact-vdf-public-void-echange-contact-vdf-calculer-teta-equiv-doubletab-ref-teta-equiv-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-is-pb-fluide-double-temps)

calculer_Teta_paroi#

Definition
void Echange_contact_VDF::calculer_Teta_paroi(DoubleTab &tab_p, const DoubleTab &mon_h, const DoubleTab &autre_h, int is_pb_fluide, double temps)
Brief description

remplit Teta_p utilise T_autre_pb au temps passe en parametre

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 Echange_contact_VDF::calculer_Teta_paroi(DoubleTab &tab_p, const DoubleTab &mon_h, const DoubleTab &autre_h, int is_pb_fluide, double temps) <echange-contact-vdf-public-void-echange-contact-vdf-calculer-teta-paroi-doubletab-ref-tab-p-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-is-pb-fluide-double-temps>`
[void Echange_contact_VDF::calculer_Teta_paroi(DoubleTab &tab_p, const DoubleTab &mon_h, const DoubleTab &autre_h, int is_pb_fluide, double temps)](#echange-contact-vdf-public-void-echange-contact-vdf-calculer-teta-paroi-doubletab-ref-tab-p-const-doubletab-ref-mon-h-const-doubletab-ref-autre-h-int-is-pb-fluide-double-temps)

changer_temps_futur#

Definition
void Echange_contact_VDF::changer_temps_futur(double temps, int i) override
Brief description

Change le i - eme temps futur de la CL.

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_VDF::changer_temps_futur(double temps, int i) override <echange-contact-vdf-public-void-echange-contact-vdf-changer-temps-futur-double-temps-int-i-override>`
[void Echange_contact_VDF::changer_temps_futur(double temps, int i) override](#echange-contact-vdf-public-void-echange-contact-vdf-changer-temps-futur-double-temps-int-i-override)

completer#

Definition
void Echange_contact_VDF::completer() override
Brief description

NE FAIT RIEN A surcharger dans les classes derivees.

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_VDF::completer() override <echange-contact-vdf-public-void-echange-contact-vdf-completer-override>`
[void Echange_contact_VDF::completer() override](#echange-contact-vdf-public-void-echange-contact-vdf-completer-override)

duplique#

Definition
int Echange_contact_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_VDF::duplique() const override <echange-contact-vdf-public-int-echange-contact-vdf-duplique-const-override>`
[int Echange_contact_VDF::duplique() const override](#echange-contact-vdf-public-int-echange-contact-vdf-duplique-const-override)

Echange_contact_VDF#

Definition
Echange_contact_VDF::Echange_contact_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_VDF::Echange_contact_VDF() <echange-contact-vdf-public-echange-contact-vdf-echange-contact-vdf>`
[Echange_contact_VDF::Echange_contact_VDF()](#echange-contact-vdf-public-echange-contact-vdf-echange-contact-vdf)

get_info#

Definition
const Type_info * Echange_contact_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_VDF::get_info() const override <echange-contact-vdf-public-const-type-info-ptr-echange-contact-vdf-get-info-const-override>`
[const Type_info * Echange_contact_VDF::get_info() const override](#echange-contact-vdf-public-const-type-info-ptr-echange-contact-vdf-get-info-const-override)

get_remote_elems#

Definition
const IntTab & Echange_contact_VDF::get_remote_elems() 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:`const IntTab & Echange_contact_VDF::get_remote_elems() const <echange-contact-vdf-public-const-inttab-ref-echange-contact-vdf-get-remote-elems-const>`
[const IntTab & Echange_contact_VDF::get_remote_elems() const](#echange-contact-vdf-public-const-inttab-ref-echange-contact-vdf-get-remote-elems-const)

h_autre_pb#

Definition
const DoubleTab & Echange_contact_VDF::h_autre_pb() 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 DoubleTab & Echange_contact_VDF::h_autre_pb() const <echange-contact-vdf-public-const-doubletab-ref-echange-contact-vdf-h-autre-pb-const>`
[const DoubleTab & Echange_contact_VDF::h_autre_pb() const](#echange-contact-vdf-public-const-doubletab-ref-echange-contact-vdf-h-autre-pb-const)

initialiser#

Definition
int Echange_contact_VDF::initialiser(double temps) override
Brief description

Initialisation en debut de calcul.

Detailed description

A appeler avant tout calculer_coeffs_echange ou mettre_a_jour Contrairementaux methodes mettre_a_jour, les methodes initialiser des CLs ne peuvent pas dependre de l’exterieur (lui - meme peut ne pas etre initialise)

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 Echange_contact_VDF::initialiser(double temps) override <echange-contact-vdf-public-int-echange-contact-vdf-initialiser-double-temps-override>`
[int Echange_contact_VDF::initialiser(double temps) override](#echange-contact-vdf-public-int-echange-contact-vdf-initialiser-double-temps-override)

mettre_a_jour#

Definition
void Echange_contact_VDF::mettre_a_jour(double) override
Brief description

Effectue une mise a jour en temps de la condition aux limites.

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_VDF::mettre_a_jour(double) override <echange-contact-vdf-public-void-echange-contact-vdf-mettre-a-jour-double-override>`
[void Echange_contact_VDF::mettre_a_jour(double) override](#echange-contact-vdf-public-void-echange-contact-vdf-mettre-a-jour-double-override)

nom_autre_pb#

Definition
const Nom & Echange_contact_VDF::nom_autre_pb() 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 Nom & Echange_contact_VDF::nom_autre_pb() const <echange-contact-vdf-public-const-nom-ref-echange-contact-vdf-nom-autre-pb-const>`
[const Nom & Echange_contact_VDF::nom_autre_pb() const](#echange-contact-vdf-public-const-nom-ref-echange-contact-vdf-nom-autre-pb-const)

reculer#

Definition
int Echange_contact_VDF::reculer(double temps) override
Brief description

Tourne la roue de la CL.

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 Echange_contact_VDF::reculer(double temps) override <echange-contact-vdf-public-int-echange-contact-vdf-reculer-double-temps-override>`
[int Echange_contact_VDF::reculer(double temps) override](#echange-contact-vdf-public-int-echange-contact-vdf-reculer-double-temps-override)

T_autre_pb#

Definition
virtual Champ_front_base & Echange_contact_VDF::T_autre_pb()
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:`virtual Champ_front_base & Echange_contact_VDF::T_autre_pb() <echange-contact-vdf-public-virtual-champ-front-base-ref-echange-contact-vdf-t-autre-pb>`
[virtual Champ_front_base & Echange_contact_VDF::T_autre_pb()](#echange-contact-vdf-public-virtual-champ-front-base-ref-echange-contact-vdf-t-autre-pb)

T_autre_pb#

Definition
virtual const Champ_front_base & Echange_contact_VDF::T_autre_pb() 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:`virtual const Champ_front_base & Echange_contact_VDF::T_autre_pb() const <echange-contact-vdf-public-virtual-const-champ-front-base-ref-echange-contact-vdf-t-autre-pb-const>`
[virtual const Champ_front_base & Echange_contact_VDF::T_autre_pb() const](#echange-contact-vdf-public-virtual-const-champ-front-base-ref-echange-contact-vdf-t-autre-pb-const)

T_wall#

Definition
const DoubleTab & Echange_contact_VDF::T_wall() 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 DoubleTab & Echange_contact_VDF::T_wall() const <echange-contact-vdf-public-const-doubletab-ref-echange-contact-vdf-t-wall-const>`
[const DoubleTab & Echange_contact_VDF::T_wall() const](#echange-contact-vdf-public-const-doubletab-ref-echange-contact-vdf-t-wall-const)

taille_memoire#

Definition
unsigned Echange_contact_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_VDF::taille_memoire() const override <echange-contact-vdf-public-unsigned-echange-contact-vdf-taille-memoire-const-override>`
[unsigned Echange_contact_VDF::taille_memoire() const override](#echange-contact-vdf-public-unsigned-echange-contact-vdf-taille-memoire-const-override)

verifier_correspondance#

Definition
int Echange_contact_VDF::verifier_correspondance() 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:`int Echange_contact_VDF::verifier_correspondance() const <echange-contact-vdf-public-int-echange-contact-vdf-verifier-correspondance-const>`
[int Echange_contact_VDF::verifier_correspondance() const](#echange-contact-vdf-public-int-echange-contact-vdf-verifier-correspondance-const)

~Echange_contact_VDF#

Definition
Echange_contact_VDF::~Echange_contact_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_VDF::~Echange_contact_VDF() <echange-contact-vdf-public-echange-contact-vdf-dtor-echange-contact-vdf>`
[Echange_contact_VDF::~Echange_contact_VDF()](#echange-contact-vdf-public-echange-contact-vdf-dtor-echange-contact-vdf)

cree_instance#

Definition
Objet_U * Echange_contact_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_VDF::cree_instance() <echange-contact-vdf-public-static-objet-u-ptr-echange-contact-vdf-cree-instance>`
[Objet_U * Echange_contact_VDF::cree_instance()](#echange-contact-vdf-public-static-objet-u-ptr-echange-contact-vdf-cree-instance)

info#

Definition
const Type_info * Echange_contact_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_VDF::info() <echange-contact-vdf-public-static-const-type-info-ptr-echange-contact-vdf-info>`
[const Type_info * Echange_contact_VDF::info()](#echange-contact-vdf-public-static-const-type-info-ptr-echange-contact-vdf-info)

self_cast#

Definition
const Echange_contact_VDF & Echange_contact_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_VDF & Echange_contact_VDF::self_cast(const Objet_U &) <echange-contact-vdf-public-static-const-echange-contact-vdf-ref-echange-contact-vdf-self-cast-const-objet-u-ref>`
[const Echange_contact_VDF & Echange_contact_VDF::self_cast(const Objet_U &)](#echange-contact-vdf-public-static-const-echange-contact-vdf-ref-echange-contact-vdf-self-cast-const-objet-u-ref)

self_cast#

Definition
Echange_contact_VDF & Echange_contact_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_VDF & Echange_contact_VDF::self_cast(Objet_U &) <echange-contact-vdf-public-static-echange-contact-vdf-ref-echange-contact-vdf-self-cast-objet-u-ref>`
[Echange_contact_VDF & Echange_contact_VDF::self_cast(Objet_U &)](#echange-contact-vdf-public-static-echange-contact-vdf-ref-echange-contact-vdf-self-cast-objet-u-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie 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:`Sortie & Echange_contact_VDF::printOn(Sortie &x) const override <echange-contact-vdf-protected-sortie-ref-echange-contact-vdf-printon-sortie-ref-x-const-override>`
[Sortie & Echange_contact_VDF::printOn(Sortie &x) const override](#echange-contact-vdf-protected-sortie-ref-echange-contact-vdf-printon-sortie-ref-x-const-override)

readOn#

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

Simple appel a Echange_impose_base::readOn(Entree&) Lit les specifications des conditions aux limites.

Detailed description

a partir d’un flot d’entree.

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

Attributes Documentation#

info_obj (public)
const Type_info Echange_contact_VDF::info_obj
item (public)
IntTab Echange_contact_VDF::item
monolithic (public)
int Echange_contact_VDF::monolithic = 0
autre_h (protected)
DoubleTab Echange_contact_VDF::autre_h
h_paroi (protected)
double Echange_contact_VDF::h_paroi = - 100.
nom_autre_pb_ (protected)
Nom Echange_contact_VDF::nom_autre_pb_
nom_bord (protected)
Nom Echange_contact_VDF::nom_bord
nom_champ (protected)
Motcle Echange_contact_VDF::nom_champ
remote_elems_ (protected)
IntTab Echange_contact_VDF::remote_elems_
T_autre_pb_ (protected)
TRUST_Deriv<Champ_front_base> Echange_contact_VDF::T_autre_pb_
T_wall_ (protected)
DoubleTab Echange_contact_VDF::T_wall_