Ch_front_Vortex#

#include <Ch_front_Vortex.h>

classe Ch_fr_Vortex Classe derivee de Champ_front_var qui represente les

How to cite this class in this doc#

:ref:`Ch\_front\_Vortex <class-ch-front-vortex>`
[Ch\_front\_Vortex](#class-ch-front-vortex)

Detailed description#

champs aux frontieres calcules suivant la methode des vortex nval xi yi zi val_i

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

affecter_
Champ_front_base & Ch_front_Vortex::affecter_(const Champ_front_base &ch) override

Renvoie l’objet upcaste en Champ_front_base &.

Reimplements:

How to cite in this doc:
:ref:`Champ_front_base & Ch_front_Vortex::affecter_(const Champ_front_base &ch) override <public-champ-front-base-ref-ch-front-vortex-affecter-underscore-const-champ-front-base-ref-ch-override>`
[Champ_front_base & Ch_front_Vortex::affecter_(const Champ_front_base &ch) override](#public-champ-front-base-ref-ch-front-vortex-affecter-underscore-const-champ-front-base-ref-ch-override)
Ch_front_Vortex
Ch_front_Vortex::Ch_front_Vortex()
How to cite in this doc:
:ref:`Ch_front_Vortex::Ch_front_Vortex() <public-ch-front-vortex-ch-front-vortex>`
[Ch_front_Vortex::Ch_front_Vortex()](#public-ch-front-vortex-ch-front-vortex)
deplacement_vortex
void Ch_front_Vortex::deplacement_vortex(double, double, double, double, double, double &, double &)
References
Referenced By
How to cite in this doc:
:ref:`void Ch_front_Vortex::deplacement_vortex(double, double, double, double, double, double &, double &) <public-void-ch-front-vortex-deplacement-vortex-double-double-double-double-double-double-ref-double-ref>`
[void Ch_front_Vortex::deplacement_vortex(double, double, double, double, double, double &, double &)](#public-void-ch-front-vortex-deplacement-vortex-double-double-double-double-double-double-ref-double-ref)
duplique
int Ch_front_Vortex::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int Ch_front_Vortex::duplique() const override <public-int-ch-front-vortex-duplique-const-override>`
[int Ch_front_Vortex::duplique() const override](#public-int-ch-front-vortex-duplique-const-override)
get_info
const Type_info * Ch_front_Vortex::get_info() const override

Donne des informations sur le type de l’ Objet_U .

Reimplements:

How to cite in this doc:
:ref:`const Type_info * Ch_front_Vortex::get_info() const override <public-const-type-info-ptr-ch-front-vortex-get-info-const-override>`
[const Type_info * Ch_front_Vortex::get_info() const override](#public-const-type-info-ptr-ch-front-vortex-get-info-const-override)
initialiser
int Ch_front_Vortex::initialiser(double temps, const Champ_Inc_base &inco) override

Initialisation en debut de calcul.

Imperativement cette methode ne doit pas utiliser de donnees externes a l’equation (couplage). Si mettre_a_jour le fait, alors initialiser ne doit pas appeler mettre_a_jour.

Reimplements:

References
How to cite in this doc:
:ref:`int Ch_front_Vortex::initialiser(double temps, const Champ_Inc_base &inco) override <public-int-ch-front-vortex-initialiser-double-temps-const-champ-inc-base-ref-inco-override>`
[int Ch_front_Vortex::initialiser(double temps, const Champ_Inc_base &inco) override](#public-int-ch-front-vortex-initialiser-double-temps-const-champ-inc-base-ref-inco-override)
mettre_a_jour
void Ch_front_Vortex::mettre_a_jour(double) override

NE FAIT RIEN, a surcharger.

Cette methode est appelee au debut de chaque pas de temps ou sous - pas - de-temps, elle peut eventuellement utiliser des donnees exterieures a l’equation. A charge a l’algorithme de s’assurer que ces donnees sont pertinentes… Calcule la valeur de la condition aux limites au temps demande.

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Ch_front_Vortex::mettre_a_jour(double) override <public-void-ch-front-vortex-mettre-a-jour-double-override>`
[void Ch_front_Vortex::mettre_a_jour(double) override](#public-void-ch-front-vortex-mettre-a-jour-double-override)
my_rand
int Ch_front_Vortex::my_rand()
References
How to cite in this doc:
:ref:`int Ch_front_Vortex::my_rand() <public-int-ch-front-vortex-my-rand>`
[int Ch_front_Vortex::my_rand()](#public-int-ch-front-vortex-my-rand)
reprendre_vortex
void Ch_front_Vortex::reprendre_vortex()
References
Referenced By
How to cite in this doc:
:ref:`void Ch_front_Vortex::reprendre_vortex() <public-void-ch-front-vortex-reprendre-vortex>`
[void Ch_front_Vortex::reprendre_vortex()](#public-void-ch-front-vortex-reprendre-vortex)
sauvegarder_vortex
void Ch_front_Vortex::sauvegarder_vortex()
References
Referenced By
How to cite in this doc:
:ref:`void Ch_front_Vortex::sauvegarder_vortex() <public-void-ch-front-vortex-sauvegarder-vortex>`
[void Ch_front_Vortex::sauvegarder_vortex()](#public-void-ch-front-vortex-sauvegarder-vortex)
taille_memoire
unsigned Ch_front_Vortex::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Ch_front_Vortex::taille_memoire() const override <public-unsigned-ch-front-vortex-taille-memoire-const-override>`
[unsigned Ch_front_Vortex::taille_memoire() const override](#public-unsigned-ch-front-vortex-taille-memoire-const-override)
~Ch_front_Vortex
Ch_front_Vortex::~Ch_front_Vortex() override
References
How to cite in this doc:
:ref:`Ch_front_Vortex::~Ch_front_Vortex() override <public-ch-front-vortex-dtor-ch-front-vortex-override>`
[Ch_front_Vortex::~Ch_front_Vortex() override](#public-ch-front-vortex-dtor-ch-front-vortex-override)
cree_instance
Objet_U * Ch_front_Vortex::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Ch_front_Vortex::cree_instance() <public-static-objet-u-ptr-ch-front-vortex-cree-instance>`
[Objet_U * Ch_front_Vortex::cree_instance()](#public-static-objet-u-ptr-ch-front-vortex-cree-instance)
info
const Type_info * Ch_front_Vortex::info()
How to cite in this doc:
:ref:`const Type_info * Ch_front_Vortex::info() <public-static-const-type-info-ptr-ch-front-vortex-info>`
[const Type_info * Ch_front_Vortex::info()](#public-static-const-type-info-ptr-ch-front-vortex-info)
self_cast
const Ch_front_Vortex & Ch_front_Vortex::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Ch_front_Vortex & Ch_front_Vortex::self_cast(const Objet_U &) <public-static-const-ch-front-vortex-ref-ch-front-vortex-self-cast-const-objet-u-ref>`
[const Ch_front_Vortex & Ch_front_Vortex::self_cast(const Objet_U &)](#public-static-const-ch-front-vortex-ref-ch-front-vortex-self-cast-const-objet-u-ref)
self_cast
Ch_front_Vortex & Ch_front_Vortex::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Ch_front_Vortex & Ch_front_Vortex::self_cast(Objet_U &) <public-static-ch-front-vortex-ref-ch-front-vortex-self-cast-objet-u-ref>`
[Ch_front_Vortex & Ch_front_Vortex::self_cast(Objet_U &)](#public-static-ch-front-vortex-ref-ch-front-vortex-self-cast-objet-u-ref)
printOn
Sortie & Ch_front_Vortex::printOn(Sortie &x) const override

Imprime le champ sur flot de sortie.

Imprime la taille du champ et la valeur (constante) sur la frontiere.

Reimplements:

References
How to cite in this doc:
:ref:`Sortie & Ch_front_Vortex::printOn(Sortie &x) const override <protected-sortie-ref-ch-front-vortex-printon-sortie-ref-x-const-override>`
[Sortie & Ch_front_Vortex::printOn(Sortie &x) const override](#protected-sortie-ref-ch-front-vortex-printon-sortie-ref-x-const-override)
readOn
Entree & Ch_front_Vortex::readOn(Entree &) override

Lit le champ a partir d’un flot d’entree.

Format: Champ_front_Vortex nb_compo vrel_1 … [vrel_i]

Reimplements:

References
How to cite in this doc:
:ref:`Entree & Ch_front_Vortex::readOn(Entree &) override <protected-entree-ref-ch-front-vortex-readon-entree-ref-override>`
[Entree & Ch_front_Vortex::readOn(Entree &) override](#protected-entree-ref-ch-front-vortex-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Ch_front_Vortex::info_obj
dudy (protected)
DoubleVect Ch_front_Vortex::dudy
eps (protected)
DoubleVect Ch_front_Vortex::eps
first_rand (protected)
int Ch_front_Vortex::first_rand = 1
fvort (protected)
ArrOfInt Ch_front_Vortex::fvort
gamma (protected)
DoubleVect Ch_front_Vortex::gamma
geom (protected)
Nom Ch_front_Vortex::geom
init (protected)
int Ch_front_Vortex::init = 1
k (protected)
DoubleVect Ch_front_Vortex::k
mon_domaine (protected)
TRUST_Ref<Domaine *> Ch_front_Vortex::mon_domaine
nb_vortex (protected)
int Ch_front_Vortex::nb_vortex = - 1
nu (protected)
double Ch_front_Vortex::nu = - 100.
nx (protected)
double Ch_front_Vortex::nx = - 100.
ny (protected)
double Ch_front_Vortex::ny = - 100.
nz (protected)
double Ch_front_Vortex::nz = - 100.
Ox (protected)
double Ch_front_Vortex::Ox = - 100.
Oy (protected)
double Ch_front_Vortex::Oy = - 100.
Oz (protected)
double Ch_front_Vortex::Oz = - 100.
R (protected)
double Ch_front_Vortex::R = - 100.
sigma (protected)
DoubleVect Ch_front_Vortex::sigma
surf (protected)
double Ch_front_Vortex::surf = - 100.
svort (protected)
DoubleVect Ch_front_Vortex::svort
t1x (protected)
double Ch_front_Vortex::t1x = - 100.
t1y (protected)
double Ch_front_Vortex::t1y = - 100.
t1z (protected)
double Ch_front_Vortex::t1z = - 100.
t2x (protected)
double Ch_front_Vortex::t2x = - 100.
t2y (protected)
double Ch_front_Vortex::t2y = - 100.
t2z (protected)
double Ch_front_Vortex::t2z = - 100.
temps (protected)
double Ch_front_Vortex::temps = - 100.
tvort (protected)
DoubleVect Ch_front_Vortex::tvort
u (protected)
DoubleVect Ch_front_Vortex::u
u_moy (protected)
DoubleVect Ch_front_Vortex::u_moy
utau (protected)
double Ch_front_Vortex::utau = - 100.
v (protected)
DoubleVect Ch_front_Vortex::v
w (protected)
DoubleVect Ch_front_Vortex::w
Wk (protected)
DoubleVect Ch_front_Vortex::Wk
xvort (protected)
DoubleVect Ch_front_Vortex::xvort
yvort (protected)
DoubleVect Ch_front_Vortex::yvort
zvort (protected)
DoubleVect Ch_front_Vortex::zvort