Ch_front_Vortex#
#include <Ch_front_Vortex.h>
classe Ch_fr_Vortex Classe derivee de Champ_front_var qui represente les
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:`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#
public : Champ_front_var_instationnaire
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 &.
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:`Champ_front_base & Ch_front_Vortex::affecter_(const Champ_front_base &ch) override <ch-front-vortex-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](#ch-front-vortex-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()
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:`Ch_front_Vortex::Ch_front_Vortex() <ch-front-vortex-public-ch-front-vortex-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 &)
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:`void Ch_front_Vortex::deplacement_vortex(double, double, double, double, double, double &, double &) <ch-front-vortex-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 &)](#ch-front-vortex-public-void-ch-front-vortex-deplacement-vortex-double-double-double-double-double-double-ref-double-ref)
duplique#
int Ch_front_Vortex::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 Ch_front_Vortex::duplique() const override <ch-front-vortex-public-int-ch-front-vortex-duplique-const-override>`
[int Ch_front_Vortex::duplique() const override](#ch-front-vortex-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 .
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 * Ch_front_Vortex::get_info() const override <ch-front-vortex-public-const-type-info-ptr-ch-front-vortex-get-info-const-override>`
[const Type_info * Ch_front_Vortex::get_info() const override](#ch-front-vortex-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.
Detailed description
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 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 Ch_front_Vortex::initialiser(double temps, const Champ_Inc_base &inco) override <ch-front-vortex-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](#ch-front-vortex-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.
Detailed description
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 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 Ch_front_Vortex::mettre_a_jour(double) override <ch-front-vortex-public-void-ch-front-vortex-mettre-a-jour-double-override>`
[void Ch_front_Vortex::mettre_a_jour(double) override](#ch-front-vortex-public-void-ch-front-vortex-mettre-a-jour-double-override)
my_rand#
int Ch_front_Vortex::my_rand()
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:`int Ch_front_Vortex::my_rand() <ch-front-vortex-public-int-ch-front-vortex-my-rand>`
[int Ch_front_Vortex::my_rand()](#ch-front-vortex-public-int-ch-front-vortex-my-rand)
reprendre_vortex#
void Ch_front_Vortex::reprendre_vortex()
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:`void Ch_front_Vortex::reprendre_vortex() <ch-front-vortex-public-void-ch-front-vortex-reprendre-vortex>`
[void Ch_front_Vortex::reprendre_vortex()](#ch-front-vortex-public-void-ch-front-vortex-reprendre-vortex)
sauvegarder_vortex#
void Ch_front_Vortex::sauvegarder_vortex()
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:`void Ch_front_Vortex::sauvegarder_vortex() <ch-front-vortex-public-void-ch-front-vortex-sauvegarder-vortex>`
[void Ch_front_Vortex::sauvegarder_vortex()](#ch-front-vortex-public-void-ch-front-vortex-sauvegarder-vortex)
taille_memoire#
unsigned Ch_front_Vortex::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 Ch_front_Vortex::taille_memoire() const override <ch-front-vortex-public-unsigned-ch-front-vortex-taille-memoire-const-override>`
[unsigned Ch_front_Vortex::taille_memoire() const override](#ch-front-vortex-public-unsigned-ch-front-vortex-taille-memoire-const-override)
~Ch_front_Vortex#
Ch_front_Vortex::~Ch_front_Vortex() override
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:`Ch_front_Vortex::~Ch_front_Vortex() override <ch-front-vortex-public-ch-front-vortex-dtor-ch-front-vortex-override>`
[Ch_front_Vortex::~Ch_front_Vortex() override](#ch-front-vortex-public-ch-front-vortex-dtor-ch-front-vortex-override)
cree_instance#
Objet_U * Ch_front_Vortex::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 * Ch_front_Vortex::cree_instance() <ch-front-vortex-public-static-objet-u-ptr-ch-front-vortex-cree-instance>`
[Objet_U * Ch_front_Vortex::cree_instance()](#ch-front-vortex-public-static-objet-u-ptr-ch-front-vortex-cree-instance)
info#
const Type_info * Ch_front_Vortex::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 * Ch_front_Vortex::info() <ch-front-vortex-public-static-const-type-info-ptr-ch-front-vortex-info>`
[const Type_info * Ch_front_Vortex::info()](#ch-front-vortex-public-static-const-type-info-ptr-ch-front-vortex-info)
self_cast#
const Ch_front_Vortex & Ch_front_Vortex::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 Ch_front_Vortex & Ch_front_Vortex::self_cast(const Objet_U &) <ch-front-vortex-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 &)](#ch-front-vortex-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 &)
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:`Ch_front_Vortex & Ch_front_Vortex::self_cast(Objet_U &) <ch-front-vortex-public-static-ch-front-vortex-ref-ch-front-vortex-self-cast-objet-u-ref>`
[Ch_front_Vortex & Ch_front_Vortex::self_cast(Objet_U &)](#ch-front-vortex-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.
Detailed description
Imprime la taille du champ et la valeur (constante) sur la frontiere.
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 & Ch_front_Vortex::printOn(Sortie &x) const override <ch-front-vortex-protected-sortie-ref-ch-front-vortex-printon-sortie-ref-x-const-override>`
[Sortie & Ch_front_Vortex::printOn(Sortie &x) const override](#ch-front-vortex-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.
Detailed description
Format: Champ_front_Vortex nb_compo vrel_1 … [vrel_i]
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 & Ch_front_Vortex::readOn(Entree &) override <ch-front-vortex-protected-entree-ref-ch-front-vortex-readon-entree-ref-override>`
[Entree & Ch_front_Vortex::readOn(Entree &) override](#ch-front-vortex-protected-entree-ref-ch-front-vortex-readon-entree-ref-override)
Attributes Documentation#
const Type_info Ch_front_Vortex::info_obj
DoubleVect Ch_front_Vortex::dudy
DoubleVect Ch_front_Vortex::eps
int Ch_front_Vortex::first_rand = 1
ArrOfInt Ch_front_Vortex::fvort
DoubleVect Ch_front_Vortex::gamma
Nom Ch_front_Vortex::geom
int Ch_front_Vortex::init = 1
DoubleVect Ch_front_Vortex::k
TRUST_Ref<Domaine *> Ch_front_Vortex::mon_domaine
int Ch_front_Vortex::nb_vortex = - 1
double Ch_front_Vortex::nu = - 100.
double Ch_front_Vortex::nx = - 100.
double Ch_front_Vortex::ny = - 100.
double Ch_front_Vortex::nz = - 100.
double Ch_front_Vortex::Ox = - 100.
double Ch_front_Vortex::Oy = - 100.
double Ch_front_Vortex::Oz = - 100.
double Ch_front_Vortex::R = - 100.
DoubleVect Ch_front_Vortex::sigma
double Ch_front_Vortex::surf = - 100.
DoubleVect Ch_front_Vortex::svort
double Ch_front_Vortex::t1x = - 100.
double Ch_front_Vortex::t1y = - 100.
double Ch_front_Vortex::t1z = - 100.
double Ch_front_Vortex::t2x = - 100.
double Ch_front_Vortex::t2y = - 100.
double Ch_front_Vortex::t2z = - 100.
double Ch_front_Vortex::temps = - 100.
DoubleVect Ch_front_Vortex::tvort
DoubleVect Ch_front_Vortex::u
DoubleVect Ch_front_Vortex::u_moy
double Ch_front_Vortex::utau = - 100.
DoubleVect Ch_front_Vortex::v
DoubleVect Ch_front_Vortex::w
DoubleVect Ch_front_Vortex::Wk
DoubleVect Ch_front_Vortex::xvort
DoubleVect Ch_front_Vortex::yvort
DoubleVect Ch_front_Vortex::zvort