Robin_VEF#
#include <Robin_VEF.h>
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#
Cond_lim_base (public)
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)
Member Functions: Public#
Member Functions: Static Public#
Member Functions: Protected#
Complete Member Function Documentation#
completer#
void Robin_VEF::completer() override
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#
int Robin_VEF::duplique() const override
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#
double Robin_VEF::flux_normal_imp(int i) const
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#
double Robin_VEF::flux_robin_imp_au_temps(double temps, int i) const
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#
double Robin_VEF::flux_robin_imp_au_temps(double temps, int i, int j) const
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#
double Robin_VEF::flux_robin_normal_et_trangentiel_imp(int i, int j) const
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#
const DoubleTab & Robin_VEF::flux_robin_normal_imp() const
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#
const DoubleTab & Robin_VEF::flux_robin_tangentiel_imp() const
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#
double Robin_VEF::flux_tangentiel_imp(int i, int j) const
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
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#
double Robin_VEF::get_alpha_cl() const
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#
double Robin_VEF::get_beta_cl() const
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#
const Type_info * Robin_VEF::get_info() const override
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#
double Robin_VEF::increment_pression_bord(int face) const
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#
void Robin_VEF::mettre_a_jour(double temps) override
Effectue une mise a jour en temps de la condition aux limites.
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 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#
Robin_VEF::Robin_VEF()
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#
unsigned Robin_VEF::taille_memoire() const override
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#
Robin_VEF::~Robin_VEF()
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#
Objet_U * Robin_VEF::cree_instance()
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#
const Type_info * Robin_VEF::info()
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#
const Robin_VEF & Robin_VEF::self_cast(const Objet_U &)
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#
Robin_VEF & Robin_VEF::self_cast(Objet_U &)
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#
Sortie & Robin_VEF::printOn(Sortie &x) const override
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#
Entree & Robin_VEF::readOn(Entree &) override
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#
const Type_info Robin_VEF::info_obj
double Robin_VEF::alpha_robin_cl_ = - 123.
double Robin_VEF::beta_robin_cl_ = - 123.
DoubleTab Robin_VEF::flux_normal_impose_
DoubleTab Robin_VEF::flux_tangentiel_impose_