champ_init_canal_sinal#

#include <champ_init_canal_sinal.h>
Brief description

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:`champ\_init\_canal\_sinal <class-champ-init-canal-sinal>`
[champ\_init\_canal\_sinal](#class-champ-init-canal-sinal)

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classchamp__init__canal__sinal__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

champ_init_canal_sinal#

Definition
champ_init_canal_sinal::champ_init_canal_sinal()
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:`champ_init_canal_sinal::champ_init_canal_sinal() <champ-init-canal-sinal-public-champ-init-canal-sinal-champ-init-canal-sinal>`
[champ_init_canal_sinal::champ_init_canal_sinal()](#champ-init-canal-sinal-public-champ-init-canal-sinal-champ-init-canal-sinal)

duplique#

Definition
int champ_init_canal_sinal::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 champ_init_canal_sinal::duplique() const override <champ-init-canal-sinal-public-int-champ-init-canal-sinal-duplique-const-override>`
[int champ_init_canal_sinal::duplique() const override](#champ-init-canal-sinal-public-int-champ-init-canal-sinal-duplique-const-override)

get_info#

Definition
const Type_info * champ_init_canal_sinal::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 * champ_init_canal_sinal::get_info() const override <champ-init-canal-sinal-public-const-type-info-ptr-champ-init-canal-sinal-get-info-const-override>`
[const Type_info * champ_init_canal_sinal::get_info() const override](#champ-init-canal-sinal-public-const-type-info-ptr-champ-init-canal-sinal-get-info-const-override)

taille_memoire#

Definition
unsigned champ_init_canal_sinal::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 champ_init_canal_sinal::taille_memoire() const override <champ-init-canal-sinal-public-unsigned-champ-init-canal-sinal-taille-memoire-const-override>`
[unsigned champ_init_canal_sinal::taille_memoire() const override](#champ-init-canal-sinal-public-unsigned-champ-init-canal-sinal-taille-memoire-const-override)

valeur_a#

Definition
DoubleVect & champ_init_canal_sinal::valeur_a(const DoubleVect &position, DoubleVect &valeurs) const override
Brief description

Calcule les “valeurs” du champ au point de coordonnees “pos”.

Detailed description

Dans cette classe de base, l’implementation appelle valeur_aux(const DoubleTab &, DoubleTab &)

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:`DoubleVect & champ_init_canal_sinal::valeur_a(const DoubleVect &position, DoubleVect &valeurs) const override <champ-init-canal-sinal-public-doublevect-ref-champ-init-canal-sinal-valeur-a-const-doublevect-ref-position-doublevect-ref-valeurs-const-override>`
[DoubleVect & champ_init_canal_sinal::valeur_a(const DoubleVect &position, DoubleVect &valeurs) const override](#champ-init-canal-sinal-public-doublevect-ref-champ-init-canal-sinal-valeur-a-const-doublevect-ref-position-doublevect-ref-valeurs-const-override)

valeur_a_elem_compo#

Definition
double champ_init_canal_sinal::valeur_a_elem_compo(const DoubleVect &position, int le_poly, int ncomp) const override
Brief description

provoque une erreur ! doit etre surchargee par les classes derivees

Detailed description

non virtuelle pure par commodite de developpement !

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:`double champ_init_canal_sinal::valeur_a_elem_compo(const DoubleVect &position, int le_poly, int ncomp) const override <champ-init-canal-sinal-public-double-champ-init-canal-sinal-valeur-a-elem-compo-const-doublevect-ref-position-int-le-poly-int-ncomp-const-override>`
[double champ_init_canal_sinal::valeur_a_elem_compo(const DoubleVect &position, int le_poly, int ncomp) const override](#champ-init-canal-sinal-public-double-champ-init-canal-sinal-valeur-a-elem-compo-const-doublevect-ref-position-int-le-poly-int-ncomp-const-override)

valeur_aux#

Definition
DoubleTab & champ_init_canal_sinal::valeur_aux(const DoubleTab &positions, DoubleTab &valeurs) const override
Brief description

Provoque une erreur ! Doit etre surchargee par les classes derivees.

Detailed description

non virtuelle pure par commodite de developpement ! Renvoie les valeurs du champ aux points specifies par leurs coordonnees.

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:`DoubleTab & champ_init_canal_sinal::valeur_aux(const DoubleTab &positions, DoubleTab &valeurs) const override <champ-init-canal-sinal-public-doubletab-ref-champ-init-canal-sinal-valeur-aux-const-doubletab-ref-positions-doubletab-ref-valeurs-const-override>`
[DoubleTab & champ_init_canal_sinal::valeur_aux(const DoubleTab &positions, DoubleTab &valeurs) const override](#champ-init-canal-sinal-public-doubletab-ref-champ-init-canal-sinal-valeur-aux-const-doubletab-ref-positions-doubletab-ref-valeurs-const-override)

valeur_aux_compo#

Definition
DoubleVect & champ_init_canal_sinal::valeur_aux_compo(const DoubleTab &positions, DoubleVect &valeurs, int ncomp) const override
Brief description

Idem que valeur_aux(const DoubleTab &, DoubleTab &), mais calcule uniquement la composante compo du champ.

Detailed description

Dans l’implementation de champ_base, on appelle valeur_aux(const DoubleTab &, DoubleTab &)

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:`DoubleVect & champ_init_canal_sinal::valeur_aux_compo(const DoubleTab &positions, DoubleVect &valeurs, int ncomp) const override <champ-init-canal-sinal-public-doublevect-ref-champ-init-canal-sinal-valeur-aux-compo-const-doubletab-ref-positions-doublevect-ref-valeurs-int-ncomp-const-override>`
[DoubleVect & champ_init_canal_sinal::valeur_aux_compo(const DoubleTab &positions, DoubleVect &valeurs, int ncomp) const override](#champ-init-canal-sinal-public-doublevect-ref-champ-init-canal-sinal-valeur-aux-compo-const-doubletab-ref-positions-doublevect-ref-valeurs-int-ncomp-const-override)

~champ_init_canal_sinal#

Definition
champ_init_canal_sinal::~champ_init_canal_sinal()
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:`champ_init_canal_sinal::~champ_init_canal_sinal() <champ-init-canal-sinal-public-champ-init-canal-sinal-dtor-champ-init-canal-sinal>`
[champ_init_canal_sinal::~champ_init_canal_sinal()](#champ-init-canal-sinal-public-champ-init-canal-sinal-dtor-champ-init-canal-sinal)

cree_instance#

Definition
Objet_U * champ_init_canal_sinal::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 * champ_init_canal_sinal::cree_instance() <champ-init-canal-sinal-public-static-objet-u-ptr-champ-init-canal-sinal-cree-instance>`
[Objet_U * champ_init_canal_sinal::cree_instance()](#champ-init-canal-sinal-public-static-objet-u-ptr-champ-init-canal-sinal-cree-instance)

info#

Definition
const Type_info * champ_init_canal_sinal::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 * champ_init_canal_sinal::info() <champ-init-canal-sinal-public-static-const-type-info-ptr-champ-init-canal-sinal-info>`
[const Type_info * champ_init_canal_sinal::info()](#champ-init-canal-sinal-public-static-const-type-info-ptr-champ-init-canal-sinal-info)

self_cast#

Definition
const champ_init_canal_sinal & champ_init_canal_sinal::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 champ_init_canal_sinal & champ_init_canal_sinal::self_cast(const Objet_U &) <champ-init-canal-sinal-public-static-const-champ-init-canal-sinal-ref-champ-init-canal-sinal-self-cast-const-objet-u-ref>`
[const champ_init_canal_sinal & champ_init_canal_sinal::self_cast(const Objet_U &)](#champ-init-canal-sinal-public-static-const-champ-init-canal-sinal-ref-champ-init-canal-sinal-self-cast-const-objet-u-ref)

self_cast#

Definition
champ_init_canal_sinal & champ_init_canal_sinal::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:`champ_init_canal_sinal & champ_init_canal_sinal::self_cast(Objet_U &) <champ-init-canal-sinal-public-static-champ-init-canal-sinal-ref-champ-init-canal-sinal-self-cast-objet-u-ref>`
[champ_init_canal_sinal & champ_init_canal_sinal::self_cast(Objet_U &)](#champ-init-canal-sinal-public-static-champ-init-canal-sinal-ref-champ-init-canal-sinal-self-cast-objet-u-ref)

fx#

Definition
double champ_init_canal_sinal::fx(double x) const
Brief description
Detailed description
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 champ_init_canal_sinal::fx(double x) const <champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fx-double-x-const>`
[double champ_init_canal_sinal::fx(double x) const](#champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fx-double-x-const)

fx#

Definition
double champ_init_canal_sinal::fx(double x, double y) const
Brief description
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 champ_init_canal_sinal::fx(double x, double y) const <champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fx-double-x-double-y-const>`
[double champ_init_canal_sinal::fx(double x, double y) const](#champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fx-double-x-double-y-const)

fx#

Definition
double champ_init_canal_sinal::fx(double x, double y, double z) const
Brief description
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 champ_init_canal_sinal::fx(double x, double y, double z) const <champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fx-double-x-double-y-double-z-const>`
[double champ_init_canal_sinal::fx(double x, double y, double z) const](#champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fx-double-x-double-y-double-z-const)

fy#

Definition
double champ_init_canal_sinal::fy(double x, double y) 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 champ_init_canal_sinal::fy(double x, double y) const <champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fy-double-x-double-y-const>`
[double champ_init_canal_sinal::fy(double x, double y) const](#champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fy-double-x-double-y-const)

fy#

Definition
double champ_init_canal_sinal::fy(double x, double y, double z) const
Brief description
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 champ_init_canal_sinal::fy(double x, double y, double z) const <champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fy-double-x-double-y-double-z-const>`
[double champ_init_canal_sinal::fy(double x, double y, double z) const](#champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fy-double-x-double-y-double-z-const)

fz#

Definition
double champ_init_canal_sinal::fz(double x, double y, double z) 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 champ_init_canal_sinal::fz(double x, double y, double z) const <champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fz-double-x-double-y-double-z-const>`
[double champ_init_canal_sinal::fz(double x, double y, double z) const](#champ-init-canal-sinal-protected-double-champ-init-canal-sinal-fz-double-x-double-y-double-z-const)

printOn#

Definition
Sortie & champ_init_canal_sinal::printOn(Sortie &x) const override
Brief description

Ecriture de l’objet sur un flot de sortie 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:`Sortie & champ_init_canal_sinal::printOn(Sortie &x) const override <champ-init-canal-sinal-protected-sortie-ref-champ-init-canal-sinal-printon-sortie-ref-x-const-override>`
[Sortie & champ_init_canal_sinal::printOn(Sortie &x) const override](#champ-init-canal-sinal-protected-sortie-ref-champ-init-canal-sinal-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & champ_init_canal_sinal::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 & champ_init_canal_sinal::readOn(Entree &) override <champ-init-canal-sinal-protected-entree-ref-champ-init-canal-sinal-readon-entree-ref-override>`
[Entree & champ_init_canal_sinal::readOn(Entree &) override](#champ-init-canal-sinal-protected-entree-ref-champ-init-canal-sinal-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info champ_init_canal_sinal::info_obj
ampli_bruit (protected)
double champ_init_canal_sinal::ampli_bruit = - 1.
ampli_sin (protected)
double champ_init_canal_sinal::ampli_sin = - 1.
dir_flow (protected)
int champ_init_canal_sinal::dir_flow = 0
dir_wall (protected)
int champ_init_canal_sinal::dir_wall = 1
h (protected)
double champ_init_canal_sinal::h = - 1.
min_dir_flow (protected)
double champ_init_canal_sinal::min_dir_flow = 0.
min_dir_wall (protected)
double champ_init_canal_sinal::min_dir_wall = 0.
omega (protected)
double champ_init_canal_sinal::omega = - 1.
Ucent (protected)
double champ_init_canal_sinal::Ucent = - 1.