Neumann#
#include <Neumann.h>
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:`Neumann <class-neumann>`
[Neumann](#class-neumann)
Detailed description#
Une condition aux limites de type Neumann impose la valeur de la derivee d’un champ inconnue sur une frontiere, ce qui correspond a:
Inherits from#
public : Cond_lim_base
Inherited by#
public : Neumann_paroi
public : Neumann_val_ext
public : Sortie_libre_Text_H_ext
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
flux_impose#
const DoubleTab & Neumann::flux_impose(bool nb_faces_tot=false) 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 & Neumann::flux_impose(bool nb_faces_tot=false) const <neumann-public-const-doubletab-ref-neumann-flux-impose-bool-nb-faces-tot-equal-false-const>`
[const DoubleTab & Neumann::flux_impose(bool nb_faces_tot=false) const](#neumann-public-const-doubletab-ref-neumann-flux-impose-bool-nb-faces-tot-equal-false-const)
flux_impose#
double Neumann::flux_impose(int i) const
Renvoie la valeur du flux impose sur la i - eme composante du champ representant le flux a la frontiere.
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 Neumann::flux_impose(int i) const <neumann-public-double-neumann-flux-impose-int-i-const>`
[double Neumann::flux_impose(int i) const](#neumann-public-double-neumann-flux-impose-int-i-const)
flux_impose#
double Neumann::flux_impose(int i, int j) const
Renvoie la valeur du flux impose sur la (i,j) - eme composante du champ representant le flux a la frontiere.
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:`double Neumann::flux_impose(int i, int j) const <neumann-public-double-neumann-flux-impose-int-i-int-j-const>`
[double Neumann::flux_impose(int i, int j) const](#neumann-public-double-neumann-flux-impose-int-i-int-j-const)
get_info#
const Type_info * Neumann::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 * Neumann::get_info() const override <neumann-public-const-type-info-ptr-neumann-get-info-const-override>`
[const Type_info * Neumann::get_info() const override](#neumann-public-const-type-info-ptr-neumann-get-info-const-override)
Neumann#
Neumann::Neumann()
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:`Neumann::Neumann() <neumann-public-neumann-neumann>`
[Neumann::Neumann()](#neumann-public-neumann-neumann)
~Neumann#
Neumann::~Neumann() override
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:`Neumann::~Neumann() override <neumann-public-neumann-dtor-neumann-override>`
[Neumann::~Neumann() override](#neumann-public-neumann-dtor-neumann-override)
info#
const Type_info * Neumann::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 * Neumann::info() <neumann-public-static-const-type-info-ptr-neumann-info>`
[const Type_info * Neumann::info()](#neumann-public-static-const-type-info-ptr-neumann-info)
self_cast#
const Neumann & Neumann::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 Neumann & Neumann::self_cast(const Objet_U &) <neumann-public-static-const-neumann-ref-neumann-self-cast-const-objet-u-ref>`
[const Neumann & Neumann::self_cast(const Objet_U &)](#neumann-public-static-const-neumann-ref-neumann-self-cast-const-objet-u-ref)
self_cast#
Neumann & Neumann::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:`Neumann & Neumann::self_cast(Objet_U &) <neumann-public-static-neumann-ref-neumann-self-cast-objet-u-ref>`
[Neumann & Neumann::self_cast(Objet_U &)](#neumann-public-static-neumann-ref-neumann-self-cast-objet-u-ref)
printOn#
Sortie & Neumann::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 & Neumann::printOn(Sortie &x) const override <neumann-protected-sortie-ref-neumann-printon-sortie-ref-x-const-override>`
[Sortie & Neumann::printOn(Sortie &x) const override](#neumann-protected-sortie-ref-neumann-printon-sortie-ref-x-const-override)
readOn#
Entree & Neumann::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Neumann::readOn(Entree &) override <neumann-protected-entree-ref-neumann-readon-entree-ref-override>`
[Entree & Neumann::readOn(Entree &) override](#neumann-protected-entree-ref-neumann-readon-entree-ref-override)
Attributes Documentation#
const Type_info Neumann::info_obj
DoubleTab Neumann::flux_impose_