Neumann#

#include <Neumann.h>
Brief description

Classe Neumann Cette classe est la classe de base de la hierarchie des conditions aux limites de type Neumann .

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#

Inherited by#

Inheritance graph#

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

../../../../../_images/classNeumann__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

flux_impose#

Definition
const DoubleTab & Neumann::flux_impose(bool nb_faces_tot=false) 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 & 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#

Definition
double Neumann::flux_impose(int i) const
Brief description

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#

Definition
double Neumann::flux_impose(int i, int j) const
Brief description

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#

Definition
const Type_info * Neumann::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 * 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#

Definition
Neumann::Neumann()
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:`Neumann::Neumann() <neumann-public-neumann-neumann>`
[Neumann::Neumann()](#neumann-public-neumann-neumann)

~Neumann#

Definition
Neumann::~Neumann() 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:`Neumann::~Neumann() override <neumann-public-neumann-dtor-neumann-override>`
[Neumann::~Neumann() override](#neumann-public-neumann-dtor-neumann-override)

info#

Definition
const Type_info * Neumann::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 * 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#

Definition
const Neumann & Neumann::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 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#

Definition
Neumann & Neumann::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:`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#

Definition
Sortie & Neumann::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 & 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#

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

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#

info_obj (public)
const Type_info Neumann::info_obj
flux_impose_ (protected)
DoubleTab Neumann::flux_impose_