Frottement_impose_base#

#include <Frottement_impose_base.h>
Brief description

Classe Frottement_impose_base Classe de base pour des conditions aux limites de type Navier (v.

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:`Frottement\_impose\_base <class-frottement-impose-base>`
[Frottement\_impose\_base](#class-frottement-impose-base)

Detailed description#

n nul, v_t par contrainte imposee) dans laquelle la contrainte imposee suit un coefficient de frottement : (force subie) = - coefficient_frottement * (vitesse tangentielle) La vitesse tangentielle peut etre soit prise directement a chaque face (classe Frottement_externe_impose ), soit etre prise en l’element voisin de la face (classe Frottement_global_impose )

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classFrottement__impose__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_domaine_cl_dis_base#

Definition
void Frottement_impose_base::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 Frottement_impose_base::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &zcl) override <frottement-impose-base-public-void-frottement-impose-base-associer-domaine-cl-dis-base-const-domaine-cl-dis-base-ref-zcl-override>`
[void Frottement_impose_base::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &zcl) override](#frottement-impose-base-public-void-frottement-impose-base-associer-domaine-cl-dis-base-const-domaine-cl-dis-base-ref-zcl-override)

associer_fr_dis_base#

Definition
void Frottement_impose_base::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 Frottement_impose_base::associer_fr_dis_base(const Frontiere_dis_base &fr) override <frottement-impose-base-public-void-frottement-impose-base-associer-fr-dis-base-const-frontiere-dis-base-ref-fr-override>`
[void Frottement_impose_base::associer_fr_dis_base(const Frontiere_dis_base &fr) override](#frottement-impose-base-public-void-frottement-impose-base-associer-fr-dis-base-const-frontiere-dis-base-ref-fr-override)

calculer_coeffs_echange#

Definition
void Frottement_impose_base::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:`void Frottement_impose_base::calculer_coeffs_echange(double temps) override <frottement-impose-base-public-void-frottement-impose-base-calculer-coeffs-echange-double-temps-override>`
[void Frottement_impose_base::calculer_coeffs_echange(double temps) override](#frottement-impose-base-public-void-frottement-impose-base-calculer-coeffs-echange-double-temps-override)

changer_temps_futur#

Definition
void Frottement_impose_base::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:`void Frottement_impose_base::changer_temps_futur(double temps, int i) override <frottement-impose-base-public-void-frottement-impose-base-changer-temps-futur-double-temps-int-i-override>`
[void Frottement_impose_base::changer_temps_futur(double temps, int i) override](#frottement-impose-base-public-void-frottement-impose-base-changer-temps-futur-double-temps-int-i-override)

completer#

Definition
void Frottement_impose_base::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:`void Frottement_impose_base::completer() override <frottement-impose-base-public-void-frottement-impose-base-completer-override>`
[void Frottement_impose_base::completer() override](#frottement-impose-base-public-void-frottement-impose-base-completer-override)

fixer_nb_valeurs_temporelles#

Definition
void Frottement_impose_base::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:`void Frottement_impose_base::fixer_nb_valeurs_temporelles(int nb_cases) override <frottement-impose-base-public-void-frottement-impose-base-fixer-nb-valeurs-temporelles-int-nb-cases-override>`
[void Frottement_impose_base::fixer_nb_valeurs_temporelles(int nb_cases) override](#frottement-impose-base-public-void-frottement-impose-base-fixer-nb-valeurs-temporelles-int-nb-cases-override)

frontiere_dis#

Definition
const Frontiere_dis_base & Frottement_impose_base::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:`const Frontiere_dis_base & Frottement_impose_base::frontiere_dis() const override <frottement-impose-base-public-const-frontiere-dis-base-ref-frottement-impose-base-frontiere-dis-const-override>`
[const Frontiere_dis_base & Frottement_impose_base::frontiere_dis() const override](#frottement-impose-base-public-const-frontiere-dis-base-ref-frottement-impose-base-frontiere-dis-const-override)

frontiere_dis#

Definition
Frontiere_dis_base & Frottement_impose_base::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:`Frontiere_dis_base & Frottement_impose_base::frontiere_dis() override <frottement-impose-base-public-frontiere-dis-base-ref-frottement-impose-base-frontiere-dis-override>`
[Frontiere_dis_base & Frottement_impose_base::frontiere_dis() override](#frottement-impose-base-public-frontiere-dis-base-ref-frottement-impose-base-frontiere-dis-override)

Frottement_impose_base#

Definition
Frottement_impose_base::Frottement_impose_base()
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:`Frottement_impose_base::Frottement_impose_base() <frottement-impose-base-public-frottement-impose-base-frottement-impose-base>`
[Frottement_impose_base::Frottement_impose_base()](#frottement-impose-base-public-frottement-impose-base-frottement-impose-base)

get_info#

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

initialiser#

Definition
int Frottement_impose_base::initialiser(double temps) override=0
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:

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 Frottement_impose_base::initialiser(double temps) override=0 <frottement-impose-base-public-int-frottement-impose-base-initialiser-double-temps-override-equal-0>`
[int Frottement_impose_base::initialiser(double temps) override=0](#frottement-impose-base-public-int-frottement-impose-base-initialiser-double-temps-override-equal-0)

liste_faces_loi_paroi#

Definition
virtual void Frottement_impose_base::liste_faces_loi_paroi(IntTab &)=0
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:`virtual void Frottement_impose_base::liste_faces_loi_paroi(IntTab &)=0 <frottement-impose-base-public-virtual-void-frottement-impose-base-liste-faces-loi-paroi-inttab-ref-equal-0>`
[virtual void Frottement_impose_base::liste_faces_loi_paroi(IntTab &)=0](#frottement-impose-base-public-virtual-void-frottement-impose-base-liste-faces-loi-paroi-inttab-ref-equal-0)

set_temps_defaut#

Definition
void Frottement_impose_base::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:`void Frottement_impose_base::set_temps_defaut(double temps) override <frottement-impose-base-public-void-frottement-impose-base-set-temps-defaut-double-temps-override>`
[void Frottement_impose_base::set_temps_defaut(double temps) override](#frottement-impose-base-public-void-frottement-impose-base-set-temps-defaut-double-temps-override)

verifie_ch_init_nb_comp#

Definition
void Frottement_impose_base::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 Frottement_impose_base::verifie_ch_init_nb_comp() const override <frottement-impose-base-public-void-frottement-impose-base-verifie-ch-init-nb-comp-const-override>`
[void Frottement_impose_base::verifie_ch_init_nb_comp() const override](#frottement-impose-base-public-void-frottement-impose-base-verifie-ch-init-nb-comp-const-override)

~Frottement_impose_base#

Definition
Frottement_impose_base::~Frottement_impose_base() 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:`Frottement_impose_base::~Frottement_impose_base() override <frottement-impose-base-public-frottement-impose-base-dtor-frottement-impose-base-override>`
[Frottement_impose_base::~Frottement_impose_base() override](#frottement-impose-base-public-frottement-impose-base-dtor-frottement-impose-base-override)

info#

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

self_cast#

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

self_cast#

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

printOn#

Definition
Sortie & Frottement_impose_base::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 & Frottement_impose_base::printOn(Sortie &x) const override <frottement-impose-base-protected-sortie-ref-frottement-impose-base-printon-sortie-ref-x-const-override>`
[Sortie & Frottement_impose_base::printOn(Sortie &x) const override](#frottement-impose-base-protected-sortie-ref-frottement-impose-base-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Frottement_impose_base::readOn(Entree &) override <frottement-impose-base-protected-entree-ref-frottement-impose-base-readon-entree-ref-override>`
[Entree & Frottement_impose_base::readOn(Entree &) override](#frottement-impose-base-protected-entree-ref-frottement-impose-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Frottement_impose_base::info_obj
la_frontiere_dis (protected)
TRUST_Ref<Frontiere_dis_base *> Frottement_impose_base::la_frontiere_dis
mon_temps (protected)
double Frottement_impose_base::mon_temps = - 1e10