Dirichlet_loi_paroi#

#include <Dirichlet_loi_paroi.h>
Brief description

Classe Dirichlet_loi_paroi Classe de base pour les valeurs impose pour une condition aux limites des equations de turbulence.

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:`Dirichlet\_loi\_paroi <class-dirichlet-loi-paroi>`
[Dirichlet\_loi\_paroi](#class-dirichlet-loi-paroi)

Detailed description#

Le flux impose est calcule a partir de la correlation de loi de paroi adaptative.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classDirichlet__loi__paroi__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_correlation#

Definition
virtual void Dirichlet_loi_paroi::associer_correlation(const Correlation_base &corr)
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 void Dirichlet_loi_paroi::associer_correlation(const Correlation_base &corr) <dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-associer-correlation-const-correlation-base-ref-corr>`
[virtual void Dirichlet_loi_paroi::associer_correlation(const Correlation_base &corr)](#dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-associer-correlation-const-correlation-base-ref-corr)

associer_domaine_cl_dis_base#

Definition
void Dirichlet_loi_paroi::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &zcl) override
Brief description

Associe le Domaine_Cl_dis_base (Domaine des conditions aux limites discretisees) a l’objet.

Detailed description

Ce Domaine_Cl_dis_base stocke (reference) toutes les conditions aux limites relative a un Domaine geometrique.

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 Dirichlet_loi_paroi::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &zcl) override <dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-associer-domaine-cl-dis-base-const-domaine-cl-dis-base-ref-zcl-override>`
[void Dirichlet_loi_paroi::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &zcl) override](#dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-associer-domaine-cl-dis-base-const-domaine-cl-dis-base-ref-zcl-override)

associer_fr_dis_base#

Definition
void Dirichlet_loi_paroi::associer_fr_dis_base(const Frontiere_dis_base &fr) override
Brief description

Associe la frontiere a l’objet.

Detailed description

L’objet Frontiere_dis_base est en fait associe au membre OWN_PTR(Champ_front_base) de l’objet Cond_lim_base qui represente le champ des conditions aux limites imposees a la 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 Dirichlet_loi_paroi::associer_fr_dis_base(const Frontiere_dis_base &fr) override <dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-associer-fr-dis-base-const-frontiere-dis-base-ref-fr-override>`
[void Dirichlet_loi_paroi::associer_fr_dis_base(const Frontiere_dis_base &fr) override](#dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-associer-fr-dis-base-const-frontiere-dis-base-ref-fr-override)

avancer#

Definition
virtual int Dirichlet_loi_paroi::avancer(double temps) override
Brief description

Tourne la roue de la CL.

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:`virtual int Dirichlet_loi_paroi::avancer(double temps) override <dirichlet-loi-paroi-public-virtual-int-dirichlet-loi-paroi-avancer-double-temps-override>`
[virtual int Dirichlet_loi_paroi::avancer(double temps) override](#dirichlet-loi-paroi-public-virtual-int-dirichlet-loi-paroi-avancer-double-temps-override)

calculer_coeffs_echange#

Definition
virtual void Dirichlet_loi_paroi::calculer_coeffs_echange(double temps) override
Brief description

Calcul des coefficient d’echange pour un couplage par Champ_front_contact_VEF .

Detailed description

Ces calculs sont locaux au probleme et dependant uniquement de l’inconnue. Ils doivent donc etre faits chaque fois que l’inconnue est modifiee. Ils sont disponibles pour l’exterieur et stockes dans les CLs. WEC : Les Champ_front_contact_VEF devraient disparaitre et cette methode avec !!!

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:`virtual void Dirichlet_loi_paroi::calculer_coeffs_echange(double temps) override <dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-calculer-coeffs-echange-double-temps-override>`
[virtual void Dirichlet_loi_paroi::calculer_coeffs_echange(double temps) override](#dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-calculer-coeffs-echange-double-temps-override)

changer_temps_futur#

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

Change le i - eme temps futur de la CL.

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:`virtual void Dirichlet_loi_paroi::changer_temps_futur(double temps, int i) override <dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-changer-temps-futur-double-temps-int-i-override>`
[virtual void Dirichlet_loi_paroi::changer_temps_futur(double temps, int i) override](#dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-changer-temps-futur-double-temps-int-i-override)

compatible_avec_eqn#

Definition
int Dirichlet_loi_paroi::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 Dirichlet_loi_paroi::compatible_avec_eqn(const Equation_base &) const override <dirichlet-loi-paroi-public-int-dirichlet-loi-paroi-compatible-avec-eqn-const-equation-base-ref-const-override>`
[int Dirichlet_loi_paroi::compatible_avec_eqn(const Equation_base &) const override](#dirichlet-loi-paroi-public-int-dirichlet-loi-paroi-compatible-avec-eqn-const-equation-base-ref-const-override)

completer#

Definition
virtual void Dirichlet_loi_paroi::completer() override
Brief description

NE FAIT RIEN A surcharger dans les classes derivees.

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:`virtual void Dirichlet_loi_paroi::completer() override <dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-completer-override>`
[virtual void Dirichlet_loi_paroi::completer() override](#dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-completer-override)

Dirichlet_loi_paroi#

Definition
Dirichlet_loi_paroi::Dirichlet_loi_paroi()
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:`Dirichlet_loi_paroi::Dirichlet_loi_paroi() <dirichlet-loi-paroi-public-dirichlet-loi-paroi-dirichlet-loi-paroi>`
[Dirichlet_loi_paroi::Dirichlet_loi_paroi()](#dirichlet-loi-paroi-public-dirichlet-loi-paroi-dirichlet-loi-paroi)

fixer_nb_valeurs_temporelles#

Definition
virtual void Dirichlet_loi_paroi::fixer_nb_valeurs_temporelles(int nb_cases) override
Brief description

Appele par Conds_lim::completer Appel cha_front_base::fixer_nb_valeurs_temporelles.

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:`virtual void Dirichlet_loi_paroi::fixer_nb_valeurs_temporelles(int nb_cases) override <dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-fixer-nb-valeurs-temporelles-int-nb-cases-override>`
[virtual void Dirichlet_loi_paroi::fixer_nb_valeurs_temporelles(int nb_cases) override](#dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-fixer-nb-valeurs-temporelles-int-nb-cases-override)

frontiere_dis#

Definition
virtual const Frontiere_dis_base & Dirichlet_loi_paroi::frontiere_dis() const override
Brief description

Renvoie la frontiere discretisee a laquelle les conditions aux limites s’appliquent.

Detailed description

(version const)

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:`virtual const Frontiere_dis_base & Dirichlet_loi_paroi::frontiere_dis() const override <dirichlet-loi-paroi-public-virtual-const-frontiere-dis-base-ref-dirichlet-loi-paroi-frontiere-dis-const-override>`
[virtual const Frontiere_dis_base & Dirichlet_loi_paroi::frontiere_dis() const override](#dirichlet-loi-paroi-public-virtual-const-frontiere-dis-base-ref-dirichlet-loi-paroi-frontiere-dis-const-override)

frontiere_dis#

Definition
virtual Frontiere_dis_base & Dirichlet_loi_paroi::frontiere_dis() override
Brief description

Renvoie la frontiere discretisee a laquelle les conditions aux limites s’appliquent.

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:`virtual Frontiere_dis_base & Dirichlet_loi_paroi::frontiere_dis() override <dirichlet-loi-paroi-public-virtual-frontiere-dis-base-ref-dirichlet-loi-paroi-frontiere-dis-override>`
[virtual Frontiere_dis_base & Dirichlet_loi_paroi::frontiere_dis() override](#dirichlet-loi-paroi-public-virtual-frontiere-dis-base-ref-dirichlet-loi-paroi-frontiere-dis-override)

get_info#

Definition
const Type_info * Dirichlet_loi_paroi::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 * Dirichlet_loi_paroi::get_info() const override <dirichlet-loi-paroi-public-const-type-info-ptr-dirichlet-loi-paroi-get-info-const-override>`
[const Type_info * Dirichlet_loi_paroi::get_info() const override](#dirichlet-loi-paroi-public-const-type-info-ptr-dirichlet-loi-paroi-get-info-const-override)

initialiser#

Definition
int Dirichlet_loi_paroi::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
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 Dirichlet_loi_paroi::initialiser(double temps) override <dirichlet-loi-paroi-public-int-dirichlet-loi-paroi-initialiser-double-temps-override>`
[int Dirichlet_loi_paroi::initialiser(double temps) override](#dirichlet-loi-paroi-public-int-dirichlet-loi-paroi-initialiser-double-temps-override)

liste_faces_loi_paroi#

Definition
void Dirichlet_loi_paroi::liste_faces_loi_paroi(IntTab &)
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:`void Dirichlet_loi_paroi::liste_faces_loi_paroi(IntTab &) <dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-liste-faces-loi-paroi-inttab-ref>`
[void Dirichlet_loi_paroi::liste_faces_loi_paroi(IntTab &)](#dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-liste-faces-loi-paroi-inttab-ref)

mettre_a_jour#

Definition
void Dirichlet_loi_paroi::mettre_a_jour(double tps) 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 Dirichlet_loi_paroi::mettre_a_jour(double tps) override <dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-mettre-a-jour-double-tps-override>`
[void Dirichlet_loi_paroi::mettre_a_jour(double tps) override](#dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-mettre-a-jour-double-tps-override)

set_temps_defaut#

Definition
virtual void Dirichlet_loi_paroi::set_temps_defaut(double temps) override
Brief description

Change le i - eme temps futur de la cl.

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:`virtual void Dirichlet_loi_paroi::set_temps_defaut(double temps) override <dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-set-temps-defaut-double-temps-override>`
[virtual void Dirichlet_loi_paroi::set_temps_defaut(double temps) override](#dirichlet-loi-paroi-public-virtual-void-dirichlet-loi-paroi-set-temps-defaut-double-temps-override)

val_imp#

Definition
virtual double Dirichlet_loi_paroi::val_imp(int i) const override
Brief description

Renvoie la valeur imposee sur la i - eme composante du champ a la frontiere au temps par defaut du champ_front.

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:`virtual double Dirichlet_loi_paroi::val_imp(int i) const override <dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-int-i-const-override>`
[virtual double Dirichlet_loi_paroi::val_imp(int i) const override](#dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-int-i-const-override)

val_imp#

Definition
virtual double Dirichlet_loi_paroi::val_imp(int i, int j) const override
Brief description

Renvoie la valeur imposee sur la (i,j) - eme composante du champ a la frontiere au temps par defaut du champ_front.

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:`virtual double Dirichlet_loi_paroi::val_imp(int i, int j) const override <dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-int-i-int-j-const-override>`
[virtual double Dirichlet_loi_paroi::val_imp(int i, int j) const override](#dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-int-i-int-j-const-override)

val_imp_au_temps#

Definition
virtual double Dirichlet_loi_paroi::val_imp_au_temps(double temps, int i) const override
Brief description

Renvoie la valeur imposee sur la i - eme composante du champ a la frontiere au temps precise.

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:`virtual double Dirichlet_loi_paroi::val_imp_au_temps(double temps, int i) const override <dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-au-temps-double-temps-int-i-const-override>`
[virtual double Dirichlet_loi_paroi::val_imp_au_temps(double temps, int i) const override](#dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-au-temps-double-temps-int-i-const-override)

val_imp_au_temps#

Definition
virtual double Dirichlet_loi_paroi::val_imp_au_temps(double temps, int i, int j) const override
Brief description

Renvoie la valeur imposee sur la (i,j) - eme composante du champ a la frontiere au temps precise.

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:`virtual double Dirichlet_loi_paroi::val_imp_au_temps(double temps, int i, int j) const override <dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-au-temps-double-temps-int-i-int-j-const-override>`
[virtual double Dirichlet_loi_paroi::val_imp_au_temps(double temps, int i, int j) const override](#dirichlet-loi-paroi-public-virtual-double-dirichlet-loi-paroi-val-imp-au-temps-double-temps-int-i-int-j-const-override)

verifie_ch_init_nb_comp#

Definition
void Dirichlet_loi_paroi::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:

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 Dirichlet_loi_paroi::verifie_ch_init_nb_comp() const override <dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-verifie-ch-init-nb-comp-const-override>`
[void Dirichlet_loi_paroi::verifie_ch_init_nb_comp() const override](#dirichlet-loi-paroi-public-void-dirichlet-loi-paroi-verifie-ch-init-nb-comp-const-override)

~Dirichlet_loi_paroi#

Definition
Dirichlet_loi_paroi::~Dirichlet_loi_paroi() override
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:`Dirichlet_loi_paroi::~Dirichlet_loi_paroi() override <dirichlet-loi-paroi-public-dirichlet-loi-paroi-dtor-dirichlet-loi-paroi-override>`
[Dirichlet_loi_paroi::~Dirichlet_loi_paroi() override](#dirichlet-loi-paroi-public-dirichlet-loi-paroi-dtor-dirichlet-loi-paroi-override)

info#

Definition
const Type_info * Dirichlet_loi_paroi::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 * Dirichlet_loi_paroi::info() <dirichlet-loi-paroi-public-static-const-type-info-ptr-dirichlet-loi-paroi-info>`
[const Type_info * Dirichlet_loi_paroi::info()](#dirichlet-loi-paroi-public-static-const-type-info-ptr-dirichlet-loi-paroi-info)

self_cast#

Definition
const Dirichlet_loi_paroi & Dirichlet_loi_paroi::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 Dirichlet_loi_paroi & Dirichlet_loi_paroi::self_cast(const Objet_U &) <dirichlet-loi-paroi-public-static-const-dirichlet-loi-paroi-ref-dirichlet-loi-paroi-self-cast-const-objet-u-ref>`
[const Dirichlet_loi_paroi & Dirichlet_loi_paroi::self_cast(const Objet_U &)](#dirichlet-loi-paroi-public-static-const-dirichlet-loi-paroi-ref-dirichlet-loi-paroi-self-cast-const-objet-u-ref)

self_cast#

Definition
Dirichlet_loi_paroi & Dirichlet_loi_paroi::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:`Dirichlet_loi_paroi & Dirichlet_loi_paroi::self_cast(Objet_U &) <dirichlet-loi-paroi-public-static-dirichlet-loi-paroi-ref-dirichlet-loi-paroi-self-cast-objet-u-ref>`
[Dirichlet_loi_paroi & Dirichlet_loi_paroi::self_cast(Objet_U &)](#dirichlet-loi-paroi-public-static-dirichlet-loi-paroi-ref-dirichlet-loi-paroi-self-cast-objet-u-ref)

me_calculer#

Definition
virtual void Dirichlet_loi_paroi::me_calculer()=0
Brief description
Detailed description
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 void Dirichlet_loi_paroi::me_calculer()=0 <dirichlet-loi-paroi-protected-virtual-void-dirichlet-loi-paroi-me-calculer-equal-0>`
[virtual void Dirichlet_loi_paroi::me_calculer()=0](#dirichlet-loi-paroi-protected-virtual-void-dirichlet-loi-paroi-me-calculer-equal-0)

printOn#

Definition
Sortie & Dirichlet_loi_paroi::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 & Dirichlet_loi_paroi::printOn(Sortie &x) const override <dirichlet-loi-paroi-protected-sortie-ref-dirichlet-loi-paroi-printon-sortie-ref-x-const-override>`
[Sortie & Dirichlet_loi_paroi::printOn(Sortie &x) const override](#dirichlet-loi-paroi-protected-sortie-ref-dirichlet-loi-paroi-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Dirichlet_loi_paroi::readOn(Entree &) override <dirichlet-loi-paroi-protected-entree-ref-dirichlet-loi-paroi-readon-entree-ref-override>`
[Entree & Dirichlet_loi_paroi::readOn(Entree &) override](#dirichlet-loi-paroi-protected-entree-ref-dirichlet-loi-paroi-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Dirichlet_loi_paroi::info_obj
correlation_loi_paroi_ (protected)
TRUST_Ref<Correlation_base *> Dirichlet_loi_paroi::correlation_loi_paroi_
d_ (protected)
DoubleTab Dirichlet_loi_paroi::d_
la_frontiere_dis (protected)
TRUST_Ref<Frontiere_dis_base *> Dirichlet_loi_paroi::la_frontiere_dis
mon_temps (protected)
double Dirichlet_loi_paroi::mon_temps = - 1.e8