Robin_VEF#

#include <Robin_VEF.h>
Brief description

Class Robin_VEF for Robin boundary conditions.

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:`Robin\_VEF <class-robin-vef>`
[Robin\_VEF](#class-robin-vef)

Detailed description#

Robin boundary conditions functions are set as it follows : g = alpha( nu dn u cdot n - p ) + u cdot n xi = beta( nu dn u times n) + u times n with dn = nabla cdot n The parameters alpha, beta, and the functions g and xi comes from the data file e.g. Conditions_limites { Robin_boudary_name { alpha val beta val champ_front_normal_et_tangentiel_robin champ_front_fonc_xyz 4 (in 3D, 2 in 2D) normal_field1D, tangential_field_X, tangential_field_Y, tangential_field_Z (tangential_fiel_1D for 2D) } }

Inherits from#

Inheritance graph#

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

How to reference this graph

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:`Robin_VEF Inheritance Graph <robin-vef-inherit-graph>`
[Robin_VEF Inheritance Graph](#robin-vef-inherit-graph)
../../../../_images/classRobin__VEF__inherit__graph.png

Member Functions: Public#

Member Functions: Static Public#

Member Functions: Protected#

Complete Member Function Documentation#

completer#

Definition
void Robin_VEF::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 Robin_VEF::completer() override <robin-vef-public-void-robin-vef-completer-override>`
[void Robin_VEF::completer() override](#robin-vef-public-void-robin-vef-completer-override)

duplique#

Definition
int Robin_VEF::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 Robin_VEF::duplique() const override <robin-vef-public-int-robin-vef-duplique-const-override>`
[int Robin_VEF::duplique() const override](#robin-vef-public-int-robin-vef-duplique-const-override)

flux_normal_imp#

Definition
double Robin_VEF::flux_normal_imp(int i) const
Brief description

Returns the value of the imposed normal flux on the i - th component of the field representing the flux at the boundary.

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:`double Robin_VEF::flux_normal_imp(int i) const <robin-vef-public-double-robin-vef-flux-normal-imp-int-i-const>`
[double Robin_VEF::flux_normal_imp(int i) const](#robin-vef-public-double-robin-vef-flux-normal-imp-int-i-const)

flux_robin_imp_au_temps#

Definition
double Robin_VEF::flux_robin_imp_au_temps(double temps, int i) const
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:`double Robin_VEF::flux_robin_imp_au_temps(double temps, int i) const <robin-vef-public-double-robin-vef-flux-robin-imp-au-temps-double-temps-int-i-const>`
[double Robin_VEF::flux_robin_imp_au_temps(double temps, int i) const](#robin-vef-public-double-robin-vef-flux-robin-imp-au-temps-double-temps-int-i-const)

flux_robin_imp_au_temps#

Definition
double Robin_VEF::flux_robin_imp_au_temps(double temps, int i, int j) const
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:`double Robin_VEF::flux_robin_imp_au_temps(double temps, int i, int j) const <robin-vef-public-double-robin-vef-flux-robin-imp-au-temps-double-temps-int-i-int-j-const>`
[double Robin_VEF::flux_robin_imp_au_temps(double temps, int i, int j) const](#robin-vef-public-double-robin-vef-flux-robin-imp-au-temps-double-temps-int-i-int-j-const)

flux_robin_normal_et_trangentiel_imp#

Definition
double Robin_VEF::flux_robin_normal_et_trangentiel_imp(int i, int j) const
Brief description

Returns the value of the imposed normal and tangential Robin flux on the (i,j) - th component of the field representing the flux at the boundary.

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:`double Robin_VEF::flux_robin_normal_et_trangentiel_imp(int i, int j) const <robin-vef-public-double-robin-vef-flux-robin-normal-et-trangentiel-imp-int-i-int-j-const>`
[double Robin_VEF::flux_robin_normal_et_trangentiel_imp(int i, int j) const](#robin-vef-public-double-robin-vef-flux-robin-normal-et-trangentiel-imp-int-i-int-j-const)

flux_robin_normal_imp#

Definition
const DoubleTab & Robin_VEF::flux_robin_normal_imp() const
Brief description

Updates and returns the imposed flux array.

Detailed description

This function checks the total number of faces in the boundary and resizes the array if necessary. It updates the values based on the imposed flux from the front field if the field is unsteady or if the dimensions have changed.

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 DoubleTab & Robin_VEF::flux_robin_normal_imp() const <robin-vef-public-const-doubletab-ref-robin-vef-flux-robin-normal-imp-const>`
[const DoubleTab & Robin_VEF::flux_robin_normal_imp() const](#robin-vef-public-const-doubletab-ref-robin-vef-flux-robin-normal-imp-const)

flux_robin_tangentiel_imp#

Definition
const DoubleTab & Robin_VEF::flux_robin_tangentiel_imp() const
Brief description

Updates and returns the imposed flux array.

Detailed description

This function checks the total number of faces in the boundary and resizes the array if necessary. It updates the values based on the imposed flux from the front field if the field is unsteady or if the dimensions have changed.

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 DoubleTab & Robin_VEF::flux_robin_tangentiel_imp() const <robin-vef-public-const-doubletab-ref-robin-vef-flux-robin-tangentiel-imp-const>`
[const DoubleTab & Robin_VEF::flux_robin_tangentiel_imp() const](#robin-vef-public-const-doubletab-ref-robin-vef-flux-robin-tangentiel-imp-const)

flux_tangentiel_imp#

Definition
double Robin_VEF::flux_tangentiel_imp(int i, int j) const
Brief description

Returns the value of the imposed tangential flux on the (i,j) - th component of the field representing the tangential flux at the boundary.

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:`double Robin_VEF::flux_tangentiel_imp(int i, int j) const <robin-vef-public-double-robin-vef-flux-tangentiel-imp-int-i-int-j-const>`
[double Robin_VEF::flux_tangentiel_imp(int i, int j) const](#robin-vef-public-double-robin-vef-flux-tangentiel-imp-int-i-int-j-const)

get_alpha_cl#

Definition
double Robin_VEF::get_alpha_cl() 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:`double Robin_VEF::get_alpha_cl() const <robin-vef-public-double-robin-vef-get-alpha-cl-const>`
[double Robin_VEF::get_alpha_cl() const](#robin-vef-public-double-robin-vef-get-alpha-cl-const)

get_beta_cl#

Definition
double Robin_VEF::get_beta_cl() 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:`double Robin_VEF::get_beta_cl() const <robin-vef-public-double-robin-vef-get-beta-cl-const>`
[double Robin_VEF::get_beta_cl() const](#robin-vef-public-double-robin-vef-get-beta-cl-const)

get_info#

Definition
const Type_info * Robin_VEF::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 * Robin_VEF::get_info() const override <robin-vef-public-const-type-info-ptr-robin-vef-get-info-const-override>`
[const Type_info * Robin_VEF::get_info() const override](#robin-vef-public-const-type-info-ptr-robin-vef-get-info-const-override)

increment_pression_bord#

Definition
double Robin_VEF::increment_pression_bord(int face) const
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:`double Robin_VEF::increment_pression_bord(int face) const <robin-vef-public-double-robin-vef-increment-pression-bord-int-face-const>`
[double Robin_VEF::increment_pression_bord(int face) const](#robin-vef-public-double-robin-vef-increment-pression-bord-int-face-const)

mettre_a_jour#

Definition
void Robin_VEF::mettre_a_jour(double temps) 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 Robin_VEF::mettre_a_jour(double temps) override <robin-vef-public-void-robin-vef-mettre-a-jour-double-temps-override>`
[void Robin_VEF::mettre_a_jour(double temps) override](#robin-vef-public-void-robin-vef-mettre-a-jour-double-temps-override)

Robin_VEF#

Definition
Robin_VEF::Robin_VEF()
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:`Robin_VEF::Robin_VEF() <robin-vef-public-robin-vef-robin-vef>`
[Robin_VEF::Robin_VEF()](#robin-vef-public-robin-vef-robin-vef)

taille_memoire#

Definition
unsigned Robin_VEF::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 Robin_VEF::taille_memoire() const override <robin-vef-public-unsigned-robin-vef-taille-memoire-const-override>`
[unsigned Robin_VEF::taille_memoire() const override](#robin-vef-public-unsigned-robin-vef-taille-memoire-const-override)

~Robin_VEF#

Definition
Robin_VEF::~Robin_VEF()
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:`Robin_VEF::~Robin_VEF() <robin-vef-public-robin-vef-dtor-robin-vef>`
[Robin_VEF::~Robin_VEF()](#robin-vef-public-robin-vef-dtor-robin-vef)

cree_instance#

Definition
Objet_U * Robin_VEF::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 * Robin_VEF::cree_instance() <robin-vef-public-static-objet-u-ptr-robin-vef-cree-instance>`
[Objet_U * Robin_VEF::cree_instance()](#robin-vef-public-static-objet-u-ptr-robin-vef-cree-instance)

info#

Definition
const Type_info * Robin_VEF::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 * Robin_VEF::info() <robin-vef-public-static-const-type-info-ptr-robin-vef-info>`
[const Type_info * Robin_VEF::info()](#robin-vef-public-static-const-type-info-ptr-robin-vef-info)

self_cast#

Definition
const Robin_VEF & Robin_VEF::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 Robin_VEF & Robin_VEF::self_cast(const Objet_U &) <robin-vef-public-static-const-robin-vef-ref-robin-vef-self-cast-const-objet-u-ref>`
[const Robin_VEF & Robin_VEF::self_cast(const Objet_U &)](#robin-vef-public-static-const-robin-vef-ref-robin-vef-self-cast-const-objet-u-ref)

self_cast#

Definition
Robin_VEF & Robin_VEF::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:`Robin_VEF & Robin_VEF::self_cast(Objet_U &) <robin-vef-public-static-robin-vef-ref-robin-vef-self-cast-objet-u-ref>`
[Robin_VEF & Robin_VEF::self_cast(Objet_U &)](#robin-vef-public-static-robin-vef-ref-robin-vef-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Robin_VEF::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 & Robin_VEF::printOn(Sortie &x) const override <robin-vef-protected-sortie-ref-robin-vef-printon-sortie-ref-x-const-override>`
[Sortie & Robin_VEF::printOn(Sortie &x) const override](#robin-vef-protected-sortie-ref-robin-vef-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Robin_VEF::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 & Robin_VEF::readOn(Entree &) override <robin-vef-protected-entree-ref-robin-vef-readon-entree-ref-override>`
[Entree & Robin_VEF::readOn(Entree &) override](#robin-vef-protected-entree-ref-robin-vef-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Robin_VEF::info_obj
alpha_robin_cl_ (protected)
double Robin_VEF::alpha_robin_cl_ = - 123.
beta_robin_cl_ (protected)
double Robin_VEF::beta_robin_cl_ = - 123.
flux_normal_impose_ (protected)
DoubleTab Robin_VEF::flux_normal_impose_
flux_tangentiel_impose_ (protected)
DoubleTab Robin_VEF::flux_tangentiel_impose_