Op_Conv_VDF_base#

#include <Op_Conv_VDF_base.h>

class Op_Conv_VDF_base Classe de base des operateurs de convection VDF

How to cite this class in this doc#

:ref:`Op\_Conv\_VDF\_base <class-op-conv-vdf-base>`
[Op\_Conv\_VDF\_base](#class-op-conv-vdf-base)

Detailed description#

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter_blocs
void Op_Conv_VDF_base::ajouter_blocs(matrices_t, DoubleTab &, const tabs_t &) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::ajouter_blocs(matrices_t, DoubleTab &, const tabs_t &) const override <public-void-op-conv-vdf-base-ajouter-blocs-matrices-t-doubletab-ref-const-tabs-t-ref-const-override>`
[void Op_Conv_VDF_base::ajouter_blocs(matrices_t, DoubleTab &, const tabs_t &) const override](#public-void-op-conv-vdf-base-ajouter-blocs-matrices-t-doubletab-ref-const-tabs-t-ref-const-override)
associer_champ_temp
void Op_Conv_VDF_base::associer_champ_temp(const Champ_Inc_base &, bool) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::associer_champ_temp(const Champ_Inc_base &, bool) const override <public-void-op-conv-vdf-base-associer-champ-temp-const-champ-inc-base-ref-bool-const-override>`
[void Op_Conv_VDF_base::associer_champ_temp(const Champ_Inc_base &, bool) const override](#public-void-op-conv-vdf-base-associer-champ-temp-const-champ-inc-base-ref-bool-const-override)
associer_domaine_cl_dis
void Op_Conv_VDF_base::associer_domaine_cl_dis(const Domaine_Cl_dis_base &zcl) override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::associer_domaine_cl_dis(const Domaine_Cl_dis_base &zcl) override <public-void-op-conv-vdf-base-associer-domaine-cl-dis-const-domaine-cl-dis-base-ref-zcl-override>`
[void Op_Conv_VDF_base::associer_domaine_cl_dis(const Domaine_Cl_dis_base &zcl) override](#public-void-op-conv-vdf-base-associer-domaine-cl-dis-const-domaine-cl-dis-base-ref-zcl-override)
calculer
DoubleTab & Op_Conv_VDF_base::calculer(const DoubleTab &inco, DoubleTab &resu) const override

Reimplements:

References
How to cite in this doc:
:ref:`DoubleTab & Op_Conv_VDF_base::calculer(const DoubleTab &inco, DoubleTab &resu) const override <public-doubletab-ref-op-conv-vdf-base-calculer-const-doubletab-ref-inco-doubletab-ref-resu-const-override>`
[DoubleTab & Op_Conv_VDF_base::calculer(const DoubleTab &inco, DoubleTab &resu) const override](#public-doubletab-ref-op-conv-vdf-base-calculer-const-doubletab-ref-inco-doubletab-ref-resu-const-override)
calculer_dt_local
void Op_Conv_VDF_base::calculer_dt_local(DoubleTab &) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::calculer_dt_local(DoubleTab &) const override <public-void-op-conv-vdf-base-calculer-dt-local-doubletab-ref-const-override>`
[void Op_Conv_VDF_base::calculer_dt_local(DoubleTab &) const override](#public-void-op-conv-vdf-base-calculer-dt-local-doubletab-ref-const-override)
calculer_pour_post
void Op_Conv_VDF_base::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const override <public-void-op-conv-vdf-base-calculer-pour-post-champ-base-ref-espace-stockage-const-nom-ref-option-int-comp-const-override>`
[void Op_Conv_VDF_base::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const override](#public-void-op-conv-vdf-base-calculer-pour-post-champ-base-ref-espace-stockage-const-nom-ref-option-int-comp-const-override)
completer
void Op_Conv_VDF_base::completer() override

Associe l’operateur au domaine_dis, le domaine_Cl_dis, et a l’inconnue de son equation.

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::completer() override <public-void-op-conv-vdf-base-completer-override>`
[void Op_Conv_VDF_base::completer() override](#public-void-op-conv-vdf-base-completer-override)
contribuer_au_second_membre
void Op_Conv_VDF_base::contribuer_au_second_membre(DoubleTab &resu) const override

DOES NOTHING - to override in derived classes.

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::contribuer_au_second_membre(DoubleTab &resu) const override <public-void-op-conv-vdf-base-contribuer-au-second-membre-doubletab-ref-resu-const-override>`
[void Op_Conv_VDF_base::contribuer_au_second_membre(DoubleTab &resu) const override](#public-void-op-conv-vdf-base-contribuer-au-second-membre-doubletab-ref-resu-const-override)
creer_champ
void Op_Conv_VDF_base::creer_champ(const Motcle &) override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::creer_champ(const Motcle &) override <public-void-op-conv-vdf-base-creer-champ-const-motcle-ref-override>`
[void Op_Conv_VDF_base::creer_champ(const Motcle &) override](#public-void-op-conv-vdf-base-creer-champ-const-motcle-ref-override)
dimensionner_blocs_elem
void Op_Conv_VDF_base::dimensionner_blocs_elem(matrices_t, const tabs_t &) const
References
Referenced By
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::dimensionner_blocs_elem(matrices_t, const tabs_t &) const <public-void-op-conv-vdf-base-dimensionner-blocs-elem-matrices-t-const-tabs-t-ref-const>`
[void Op_Conv_VDF_base::dimensionner_blocs_elem(matrices_t, const tabs_t &) const](#public-void-op-conv-vdf-base-dimensionner-blocs-elem-matrices-t-const-tabs-t-ref-const)
dimensionner_blocs_face
void Op_Conv_VDF_base::dimensionner_blocs_face(matrices_t, const tabs_t &) const
References
Referenced By
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::dimensionner_blocs_face(matrices_t, const tabs_t &) const <public-void-op-conv-vdf-base-dimensionner-blocs-face-matrices-t-const-tabs-t-ref-const>`
[void Op_Conv_VDF_base::dimensionner_blocs_face(matrices_t, const tabs_t &) const](#public-void-op-conv-vdf-base-dimensionner-blocs-face-matrices-t-const-tabs-t-ref-const)
get_info
const Type_info * Op_Conv_VDF_base::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 * Op_Conv_VDF_base::get_info() const override <public-const-type-info-ptr-op-conv-vdf-base-get-info-const-override>`
[const Type_info * Op_Conv_VDF_base::get_info() const override](#public-const-type-info-ptr-op-conv-vdf-base-get-info-const-override)
get_iter
TRUST_Deriv<Iterateur_VDF_base> & Op_Conv_VDF_base::get_iter()
References
How to cite in this doc:
:ref:`TRUST_Deriv<Iterateur_VDF_base> & Op_Conv_VDF_base::get_iter() <public-trust-deriv-iterateur-vdf-base-ref-op-conv-vdf-base-get-iter>`
[TRUST_Deriv<Iterateur_VDF_base> & Op_Conv_VDF_base::get_iter()](#public-trust-deriv-iterateur-vdf-base-ref-op-conv-vdf-base-get-iter)
get_iter
const TRUST_Deriv<Iterateur_VDF_base> & Op_Conv_VDF_base::get_iter() const
References
How to cite in this doc:
:ref:`const TRUST_Deriv<Iterateur_VDF_base> & Op_Conv_VDF_base::get_iter() const <public-const-trust-deriv-iterateur-vdf-base-ref-op-conv-vdf-base-get-iter-const>`
[const TRUST_Deriv<Iterateur_VDF_base> & Op_Conv_VDF_base::get_iter() const](#public-const-trust-deriv-iterateur-vdf-base-ref-op-conv-vdf-base-get-iter-const)
get_localisation_pour_post
Motcle Op_Conv_VDF_base::get_localisation_pour_post(const Nom &option) const override

Reimplements:

References
How to cite in this doc:
:ref:`Motcle Op_Conv_VDF_base::get_localisation_pour_post(const Nom &option) const override <public-motcle-op-conv-vdf-base-get-localisation-pour-post-const-nom-ref-option-const-override>`
[Motcle Op_Conv_VDF_base::get_localisation_pour_post(const Nom &option) const override](#public-motcle-op-conv-vdf-base-get-localisation-pour-post-const-nom-ref-option-const-override)
get_noms_champs_postraitables
void Op_Conv_VDF_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <public-void-op-conv-vdf-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void Op_Conv_VDF_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#public-void-op-conv-vdf-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)
has_interface_blocs
int Op_Conv_VDF_base::has_interface_blocs() const override

Reimplements:

How to cite in this doc:
:ref:`int Op_Conv_VDF_base::has_interface_blocs() const override <public-int-op-conv-vdf-base-has-interface-blocs-const-override>`
[int Op_Conv_VDF_base::has_interface_blocs() const override](#public-int-op-conv-vdf-base-has-interface-blocs-const-override)
impr
int Op_Conv_VDF_base::impr(Sortie &os) const override

DOES NOTHING - to override in derived classes.

Imprime l’operateur sur un flot de sortie.

Reimplements:

References
How to cite in this doc:
:ref:`int Op_Conv_VDF_base::impr(Sortie &os) const override <public-int-op-conv-vdf-base-impr-sortie-ref-os-const-override>`
[int Op_Conv_VDF_base::impr(Sortie &os) const override](#public-int-op-conv-vdf-base-impr-sortie-ref-os-const-override)
mettre_a_jour
void Op_Conv_VDF_base::mettre_a_jour(double) override

DOES NOTHING - to override in derived classes.

Mise a jour de l’operateur

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::mettre_a_jour(double) override <public-void-op-conv-vdf-base-mettre-a-jour-double-override>`
[void Op_Conv_VDF_base::mettre_a_jour(double) override](#public-void-op-conv-vdf-base-mettre-a-jour-double-override)
Op_Conv_VDF_base
Op_Conv_VDF_base::Op_Conv_VDF_base()
How to cite in this doc:
:ref:`Op_Conv_VDF_base::Op_Conv_VDF_base() <public-op-conv-vdf-base-op-conv-vdf-base>`
[Op_Conv_VDF_base::Op_Conv_VDF_base()](#public-op-conv-vdf-base-op-conv-vdf-base)
Op_Conv_VDF_base
Op_Conv_VDF_base::Op_Conv_VDF_base(const Iterateur_VDF_base &iter_base)
References
How to cite in this doc:
:ref:`Op_Conv_VDF_base::Op_Conv_VDF_base(const Iterateur_VDF_base &iter_base) <public-op-conv-vdf-base-op-conv-vdf-base-const-iterateur-vdf-base-ref-iter-base>`
[Op_Conv_VDF_base::Op_Conv_VDF_base(const Iterateur_VDF_base &iter_base)](#public-op-conv-vdf-base-op-conv-vdf-base-const-iterateur-vdf-base-ref-iter-base)
preparer_calcul
void Op_Conv_VDF_base::preparer_calcul() override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::preparer_calcul() override <public-void-op-conv-vdf-base-preparer-calcul-override>`
[void Op_Conv_VDF_base::preparer_calcul() override](#public-void-op-conv-vdf-base-preparer-calcul-override)
set_incompressible
void Op_Conv_VDF_base::set_incompressible(const int flag) override

Reimplements:

References
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::set_incompressible(const int flag) override <public-void-op-conv-vdf-base-set-incompressible-const-int-flag-override>`
[void Op_Conv_VDF_base::set_incompressible(const int flag) override](#public-void-op-conv-vdf-base-set-incompressible-const-int-flag-override)
vitesse
virtual const Champ_base & Op_Conv_VDF_base::vitesse() const =0
Referenced By
How to cite in this doc:
:ref:`virtual const Champ_base & Op_Conv_VDF_base::vitesse() const =0 <public-virtual-const-champ-base-ref-op-conv-vdf-base-vitesse-const-equal-0>`
[virtual const Champ_base & Op_Conv_VDF_base::vitesse() const =0](#public-virtual-const-champ-base-ref-op-conv-vdf-base-vitesse-const-equal-0)
vitesse
virtual Champ_base & Op_Conv_VDF_base::vitesse()=0
How to cite in this doc:
:ref:`virtual Champ_base & Op_Conv_VDF_base::vitesse()=0 <public-virtual-champ-base-ref-op-conv-vdf-base-vitesse-equal-0>`
[virtual Champ_base & Op_Conv_VDF_base::vitesse()=0](#public-virtual-champ-base-ref-op-conv-vdf-base-vitesse-equal-0)
~Op_Conv_VDF_base
Op_Conv_VDF_base::~Op_Conv_VDF_base() override
How to cite in this doc:
:ref:`Op_Conv_VDF_base::~Op_Conv_VDF_base() override <public-op-conv-vdf-base-dtor-op-conv-vdf-base-override>`
[Op_Conv_VDF_base::~Op_Conv_VDF_base() override](#public-op-conv-vdf-base-dtor-op-conv-vdf-base-override)
info
const Type_info * Op_Conv_VDF_base::info()
How to cite in this doc:
:ref:`const Type_info * Op_Conv_VDF_base::info() <public-static-const-type-info-ptr-op-conv-vdf-base-info>`
[const Type_info * Op_Conv_VDF_base::info()](#public-static-const-type-info-ptr-op-conv-vdf-base-info)
self_cast
const Op_Conv_VDF_base & Op_Conv_VDF_base::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Op_Conv_VDF_base & Op_Conv_VDF_base::self_cast(const Objet_U &) <public-static-const-op-conv-vdf-base-ref-op-conv-vdf-base-self-cast-const-objet-u-ref>`
[const Op_Conv_VDF_base & Op_Conv_VDF_base::self_cast(const Objet_U &)](#public-static-const-op-conv-vdf-base-ref-op-conv-vdf-base-self-cast-const-objet-u-ref)
self_cast
Op_Conv_VDF_base & Op_Conv_VDF_base::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Op_Conv_VDF_base & Op_Conv_VDF_base::self_cast(Objet_U &) <public-static-op-conv-vdf-base-ref-op-conv-vdf-base-self-cast-objet-u-ref>`
[Op_Conv_VDF_base & Op_Conv_VDF_base::self_cast(Objet_U &)](#public-static-op-conv-vdf-base-ref-op-conv-vdf-base-self-cast-objet-u-ref)
associer_champ_convecte_elem
void Op_Conv_VDF_base::associer_champ_convecte_elem()
References
Referenced By
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::associer_champ_convecte_elem() <protected-void-op-conv-vdf-base-associer-champ-convecte-elem>`
[void Op_Conv_VDF_base::associer_champ_convecte_elem()](#protected-void-op-conv-vdf-base-associer-champ-convecte-elem)
associer_champ_convecte_face
void Op_Conv_VDF_base::associer_champ_convecte_face()
References
Referenced By
How to cite in this doc:
:ref:`void Op_Conv_VDF_base::associer_champ_convecte_face() <protected-void-op-conv-vdf-base-associer-champ-convecte-face>`
[void Op_Conv_VDF_base::associer_champ_convecte_face()](#protected-void-op-conv-vdf-base-associer-champ-convecte-face)
printOn
Sortie & Op_Conv_VDF_base::printOn(Sortie &x) const override

NE FAIT RIEN A surcharger dans les classes derivees.

Reimplements:

References
How to cite in this doc:
:ref:`Sortie & Op_Conv_VDF_base::printOn(Sortie &x) const override <protected-sortie-ref-op-conv-vdf-base-printon-sortie-ref-x-const-override>`
[Sortie & Op_Conv_VDF_base::printOn(Sortie &x) const override](#protected-sortie-ref-op-conv-vdf-base-printon-sortie-ref-x-const-override)
readOn
Entree & Op_Conv_VDF_base::readOn(Entree &) override

NE FAIT RIEN A surcharger dans les classes derivees.

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`Entree & Op_Conv_VDF_base::readOn(Entree &) override <protected-entree-ref-op-conv-vdf-base-readon-entree-ref-override>`
[Entree & Op_Conv_VDF_base::readOn(Entree &) override](#protected-entree-ref-op-conv-vdf-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Op_Conv_VDF_base::info_obj
iter_ (protected)
TRUST_Deriv<Iterateur_VDF_base> Op_Conv_VDF_base::iter_
cc_phases_ (private)
std::vector<TRUST_Deriv<Champ_Inc_base>> Op_Conv_VDF_base::cc_phases_
fluent_ (private)
DoubleTab Op_Conv_VDF_base::fluent_
noms_cc_phases_ (private)
Motcles Op_Conv_VDF_base::noms_cc_phases_
noms_vd_phases_ (private)
Motcles Op_Conv_VDF_base::noms_vd_phases_
noms_x_phases_ (private)
Motcles Op_Conv_VDF_base::noms_x_phases_
vd_phases_ (private)
std::vector<TRUST_Deriv<Champ_Inc_base>> Op_Conv_VDF_base::vd_phases_
x_phases_ (private)
std::vector<TRUST_Deriv<Champ_Inc_base>> Op_Conv_VDF_base::x_phases_