Op_Conv_EF_base#

#include <Op_Conv_EF_base.h>
Brief description

class Op_Conv_EF_base

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:`Op\_Conv\_EF\_base <class-op-conv-ef-base>`
[Op\_Conv\_EF\_base](#class-op-conv-ef-base)

Detailed description#

Classe de base des operateurs de convection EF

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classOp__Conv__EF__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer#

Definition
void Op_Conv_EF_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) override
Brief description
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:`void Op_Conv_EF_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) override <op-conv-ef-base-public-void-op-conv-ef-base-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-const-champ-inc-base-ref-override>`
[void Op_Conv_EF_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) override](#op-conv-ef-base-public-void-op-conv-ef-base-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-const-champ-inc-base-ref-override)

associer_domaine_cl_dis#

Definition
void Op_Conv_EF_base::associer_domaine_cl_dis(const Domaine_Cl_dis_base &) override
Brief description
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:`void Op_Conv_EF_base::associer_domaine_cl_dis(const Domaine_Cl_dis_base &) override <op-conv-ef-base-public-void-op-conv-ef-base-associer-domaine-cl-dis-const-domaine-cl-dis-base-ref-override>`
[void Op_Conv_EF_base::associer_domaine_cl_dis(const Domaine_Cl_dis_base &) override](#op-conv-ef-base-public-void-op-conv-ef-base-associer-domaine-cl-dis-const-domaine-cl-dis-base-ref-override)

associer_vitesse#

Definition
void Op_Conv_EF_base::associer_vitesse(const Champ_base &) override
Brief description
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:`void Op_Conv_EF_base::associer_vitesse(const Champ_base &) override <op-conv-ef-base-public-void-op-conv-ef-base-associer-vitesse-const-champ-base-ref-override>`
[void Op_Conv_EF_base::associer_vitesse(const Champ_base &) override](#op-conv-ef-base-public-void-op-conv-ef-base-associer-vitesse-const-champ-base-ref-override)

calculer#

Definition
DoubleTab & Op_Conv_EF_base::calculer(const DoubleTab &, DoubleTab &) const override
Brief description
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:`DoubleTab & Op_Conv_EF_base::calculer(const DoubleTab &, DoubleTab &) const override <op-conv-ef-base-public-doubletab-ref-op-conv-ef-base-calculer-const-doubletab-ref-doubletab-ref-const-override>`
[DoubleTab & Op_Conv_EF_base::calculer(const DoubleTab &, DoubleTab &) const override](#op-conv-ef-base-public-doubletab-ref-op-conv-ef-base-calculer-const-doubletab-ref-doubletab-ref-const-override)

calculer_dt_stab#

Definition
double Op_Conv_EF_base::calculer_dt_stab() const override
Brief description

Calcul dt_stab.

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:`double Op_Conv_EF_base::calculer_dt_stab() const override <op-conv-ef-base-public-double-op-conv-ef-base-calculer-dt-stab-const-override>`
[double Op_Conv_EF_base::calculer_dt_stab() const override](#op-conv-ef-base-public-double-op-conv-ef-base-calculer-dt-stab-const-override)

calculer_pour_post#

Definition
void Op_Conv_EF_base::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int) const override
Brief description
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:`void Op_Conv_EF_base::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int) const override <op-conv-ef-base-public-void-op-conv-ef-base-calculer-pour-post-champ-base-ref-espace-stockage-const-nom-ref-option-int-const-override>`
[void Op_Conv_EF_base::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int) const override](#op-conv-ef-base-public-void-op-conv-ef-base-calculer-pour-post-champ-base-ref-espace-stockage-const-nom-ref-option-int-const-override)

completer#

Definition
void Op_Conv_EF_base::completer() override
Brief description

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

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:`void Op_Conv_EF_base::completer() override <op-conv-ef-base-public-void-op-conv-ef-base-completer-override>`
[void Op_Conv_EF_base::completer() override](#op-conv-ef-base-public-void-op-conv-ef-base-completer-override)

get_info#

Definition
const Type_info * Op_Conv_EF_base::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 * Op_Conv_EF_base::get_info() const override <op-conv-ef-base-public-const-type-info-ptr-op-conv-ef-base-get-info-const-override>`
[const Type_info * Op_Conv_EF_base::get_info() const override](#op-conv-ef-base-public-const-type-info-ptr-op-conv-ef-base-get-info-const-override)

impr#

Definition
int Op_Conv_EF_base::impr(Sortie &os) const override
Brief description

DOES NOTHING - to override in derived classes.

Detailed description

Imprime l’operateur sur un flot de sortie.

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 Op_Conv_EF_base::impr(Sortie &os) const override <op-conv-ef-base-public-int-op-conv-ef-base-impr-sortie-ref-os-const-override>`
[int Op_Conv_EF_base::impr(Sortie &os) const override](#op-conv-ef-base-public-int-op-conv-ef-base-impr-sortie-ref-os-const-override)

Op_Conv_EF_base#

Definition
Op_Conv_EF_base::Op_Conv_EF_base()
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:`Op_Conv_EF_base::Op_Conv_EF_base() <op-conv-ef-base-public-op-conv-ef-base-op-conv-ef-base>`
[Op_Conv_EF_base::Op_Conv_EF_base()](#op-conv-ef-base-public-op-conv-ef-base-op-conv-ef-base)

phi_u_transportant#

Definition
int Op_Conv_EF_base::phi_u_transportant(const Equation_base &eq) const
Brief description

definit si l’on convecte psi avec phi*u ou avec u

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 Op_Conv_EF_base::phi_u_transportant(const Equation_base &eq) const <op-conv-ef-base-public-int-op-conv-ef-base-phi-u-transportant-const-equation-base-ref-eq-const>`
[int Op_Conv_EF_base::phi_u_transportant(const Equation_base &eq) const](#op-conv-ef-base-public-int-op-conv-ef-base-phi-u-transportant-const-equation-base-ref-eq-const)

remplir_fluent#

Definition
void Op_Conv_EF_base::remplir_fluent() 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:`void Op_Conv_EF_base::remplir_fluent() const <op-conv-ef-base-public-void-op-conv-ef-base-remplir-fluent-const>`
[void Op_Conv_EF_base::remplir_fluent() const](#op-conv-ef-base-public-void-op-conv-ef-base-remplir-fluent-const)

vitesse#

Definition
Champ_Inc_base & Op_Conv_EF_base::vitesse()
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:`Champ_Inc_base & Op_Conv_EF_base::vitesse() <op-conv-ef-base-public-champ-inc-base-ref-op-conv-ef-base-vitesse>`
[Champ_Inc_base & Op_Conv_EF_base::vitesse()](#op-conv-ef-base-public-champ-inc-base-ref-op-conv-ef-base-vitesse)

vitesse#

Definition
const Champ_Inc_base & Op_Conv_EF_base::vitesse() 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:`const Champ_Inc_base & Op_Conv_EF_base::vitesse() const <op-conv-ef-base-public-const-champ-inc-base-ref-op-conv-ef-base-vitesse-const>`
[const Champ_Inc_base & Op_Conv_EF_base::vitesse() const](#op-conv-ef-base-public-const-champ-inc-base-ref-op-conv-ef-base-vitesse-const)

~Op_Conv_EF_base#

Definition
Op_Conv_EF_base::~Op_Conv_EF_base() 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:`Op_Conv_EF_base::~Op_Conv_EF_base() override <op-conv-ef-base-public-op-conv-ef-base-dtor-op-conv-ef-base-override>`
[Op_Conv_EF_base::~Op_Conv_EF_base() override](#op-conv-ef-base-public-op-conv-ef-base-dtor-op-conv-ef-base-override)

info#

Definition
const Type_info * Op_Conv_EF_base::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 * Op_Conv_EF_base::info() <op-conv-ef-base-public-static-const-type-info-ptr-op-conv-ef-base-info>`
[const Type_info * Op_Conv_EF_base::info()](#op-conv-ef-base-public-static-const-type-info-ptr-op-conv-ef-base-info)

self_cast#

Definition
const Op_Conv_EF_base & Op_Conv_EF_base::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 Op_Conv_EF_base & Op_Conv_EF_base::self_cast(const Objet_U &) <op-conv-ef-base-public-static-const-op-conv-ef-base-ref-op-conv-ef-base-self-cast-const-objet-u-ref>`
[const Op_Conv_EF_base & Op_Conv_EF_base::self_cast(const Objet_U &)](#op-conv-ef-base-public-static-const-op-conv-ef-base-ref-op-conv-ef-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Op_Conv_EF_base & Op_Conv_EF_base::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:`Op_Conv_EF_base & Op_Conv_EF_base::self_cast(Objet_U &) <op-conv-ef-base-public-static-op-conv-ef-base-ref-op-conv-ef-base-self-cast-objet-u-ref>`
[Op_Conv_EF_base & Op_Conv_EF_base::self_cast(Objet_U &)](#op-conv-ef-base-public-static-op-conv-ef-base-ref-op-conv-ef-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Op_Conv_EF_base::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 & Op_Conv_EF_base::printOn(Sortie &x) const override <op-conv-ef-base-protected-sortie-ref-op-conv-ef-base-printon-sortie-ref-x-const-override>`
[Sortie & Op_Conv_EF_base::printOn(Sortie &x) const override](#op-conv-ef-base-protected-sortie-ref-op-conv-ef-base-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Op_Conv_EF_base::readOn(Entree &) override <op-conv-ef-base-protected-entree-ref-op-conv-ef-base-readon-entree-ref-override>`
[Entree & Op_Conv_EF_base::readOn(Entree &) override](#op-conv-ef-base-protected-entree-ref-op-conv-ef-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Op_Conv_EF_base::info_obj
fluent_ (protected)
DoubleVect Op_Conv_EF_base::fluent_
la_zcl_EF (protected)
TRUST_Ref<Domaine_Cl_EF *> Op_Conv_EF_base::la_zcl_EF
le_dom_EF (protected)
TRUST_Ref<Domaine_EF *> Op_Conv_EF_base::le_dom_EF
vitesse_ (protected)
TRUST_Ref<Champ_Inc_base *> Op_Conv_EF_base::vitesse_