Transport_Interfaces_base#

#include <Transport_Interfaces_base.h>
Brief description

classe Transport_Interfaces_base Cette classe constitue la classe de base des equations de transport d interfaces

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:`Transport\_Interfaces\_base <class-transport-interfaces-base>`
[Transport\_Interfaces\_base](#class-transport-interfaces-base)

Detailed description#

Actuellement une seule classe instanciable derivant : Transport_Interfaces_FT_Disc

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classTransport__Interfaces__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

get_info#

Definition
const Type_info * Transport_Interfaces_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 * Transport_Interfaces_base::get_info() const override <transport-interfaces-base-public-const-type-info-ptr-transport-interfaces-base-get-info-const-override>`
[const Type_info * Transport_Interfaces_base::get_info() const override](#transport-interfaces-base-public-const-type-info-ptr-transport-interfaces-base-get-info-const-override)

get_mesh_tag#

Definition
virtual int Transport_Interfaces_base::get_mesh_tag() const =0
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:`virtual int Transport_Interfaces_base::get_mesh_tag() const =0 <transport-interfaces-base-public-virtual-int-transport-interfaces-base-get-mesh-tag-const-equal-0>`
[virtual int Transport_Interfaces_base::get_mesh_tag() const =0](#transport-interfaces-base-public-virtual-int-transport-interfaces-base-get-mesh-tag-const-equal-0)

get_update_indicatrice#

Definition
virtual const Champ_base & Transport_Interfaces_base::get_update_indicatrice()=0
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:`virtual const Champ_base & Transport_Interfaces_base::get_update_indicatrice()=0 <transport-interfaces-base-public-virtual-const-champ-base-ref-transport-interfaces-base-get-update-indicatrice-equal-0>`
[virtual const Champ_base & Transport_Interfaces_base::get_update_indicatrice()=0](#transport-interfaces-base-public-virtual-const-champ-base-ref-transport-interfaces-base-get-update-indicatrice-equal-0)

integrer_ensemble_lagrange#

Definition
virtual void Transport_Interfaces_base::integrer_ensemble_lagrange(const double temps)=0
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:`virtual void Transport_Interfaces_base::integrer_ensemble_lagrange(const double temps)=0 <transport-interfaces-base-public-virtual-void-transport-interfaces-base-integrer-ensemble-lagrange-const-double-temps-equal-0>`
[virtual void Transport_Interfaces_base::integrer_ensemble_lagrange(const double temps)=0](#transport-interfaces-base-public-virtual-void-transport-interfaces-base-integrer-ensemble-lagrange-const-double-temps-equal-0)

modifier_vpoint_pour_imposer_vit#

Definition
virtual void Transport_Interfaces_base::modifier_vpoint_pour_imposer_vit(const DoubleTab &inco_val, DoubleTab &vpoint0, DoubleTab &vpoint, const DoubleTab &rho_faces, DoubleTab &source_val, const double temps, const double dt, const int is_explicite=1, const double eta=1.)=0
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:`virtual void Transport_Interfaces_base::modifier_vpoint_pour_imposer_vit(const DoubleTab &inco_val, DoubleTab &vpoint0, DoubleTab &vpoint, const DoubleTab &rho_faces, DoubleTab &source_val, const double temps, const double dt, const int is_explicite=1, const double eta=1.)=0 <transport-interfaces-base-public-virtual-void-transport-interfaces-base-modifier-vpoint-pour-imposer-vit-const-doubletab-ref-inco-val-doubletab-ref-vpoint0-doubletab-ref-vpoint-const-doubletab-ref-rho-faces-doubletab-ref-source-val-const-double-temps-const-double-dt-const-int-is-explicite-equal-1-const-double-eta-equal-1.-equal-0>`
[virtual void Transport_Interfaces_base::modifier_vpoint_pour_imposer_vit(const DoubleTab &inco_val, DoubleTab &vpoint0, DoubleTab &vpoint, const DoubleTab &rho_faces, DoubleTab &source_val, const double temps, const double dt, const int is_explicite=1, const double eta=1.)=0](#transport-interfaces-base-public-virtual-void-transport-interfaces-base-modifier-vpoint-pour-imposer-vit-const-doubletab-ref-inco-val-doubletab-ref-vpoint0-doubletab-ref-vpoint-const-doubletab-ref-rho-faces-doubletab-ref-source-val-const-double-temps-const-double-dt-const-int-is-explicite-equal-1-const-double-eta-equal-1.-equal-0)

Transport_Interfaces_base#

Definition
Transport_Interfaces_base::Transport_Interfaces_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:`Transport_Interfaces_base::Transport_Interfaces_base() <transport-interfaces-base-public-transport-interfaces-base-transport-interfaces-base>`
[Transport_Interfaces_base::Transport_Interfaces_base()](#transport-interfaces-base-public-transport-interfaces-base-transport-interfaces-base)

~Transport_Interfaces_base#

Definition
Transport_Interfaces_base::~Transport_Interfaces_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:`Transport_Interfaces_base::~Transport_Interfaces_base() override <transport-interfaces-base-public-transport-interfaces-base-dtor-transport-interfaces-base-override>`
[Transport_Interfaces_base::~Transport_Interfaces_base() override](#transport-interfaces-base-public-transport-interfaces-base-dtor-transport-interfaces-base-override)

info#

Definition
const Type_info * Transport_Interfaces_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 * Transport_Interfaces_base::info() <transport-interfaces-base-public-static-const-type-info-ptr-transport-interfaces-base-info>`
[const Type_info * Transport_Interfaces_base::info()](#transport-interfaces-base-public-static-const-type-info-ptr-transport-interfaces-base-info)

self_cast#

Definition
const Transport_Interfaces_base & Transport_Interfaces_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 Transport_Interfaces_base & Transport_Interfaces_base::self_cast(const Objet_U &) <transport-interfaces-base-public-static-const-transport-interfaces-base-ref-transport-interfaces-base-self-cast-const-objet-u-ref>`
[const Transport_Interfaces_base & Transport_Interfaces_base::self_cast(const Objet_U &)](#transport-interfaces-base-public-static-const-transport-interfaces-base-ref-transport-interfaces-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Transport_Interfaces_base & Transport_Interfaces_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:`Transport_Interfaces_base & Transport_Interfaces_base::self_cast(Objet_U &) <transport-interfaces-base-public-static-transport-interfaces-base-ref-transport-interfaces-base-self-cast-objet-u-ref>`
[Transport_Interfaces_base & Transport_Interfaces_base::self_cast(Objet_U &)](#transport-interfaces-base-public-static-transport-interfaces-base-ref-transport-interfaces-base-self-cast-objet-u-ref)

printOn#

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

Appel a Equation_base::printOn(Sortie&)

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:`Sortie & Transport_Interfaces_base::printOn(Sortie &x) const override <transport-interfaces-base-protected-sortie-ref-transport-interfaces-base-printon-sortie-ref-x-const-override>`
[Sortie & Transport_Interfaces_base::printOn(Sortie &x) const override](#transport-interfaces-base-protected-sortie-ref-transport-interfaces-base-printon-sortie-ref-x-const-override)

readOn#

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

cf Equation_base::readOn(Entree&)

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:`Entree & Transport_Interfaces_base::readOn(Entree &) override <transport-interfaces-base-protected-entree-ref-transport-interfaces-base-readon-entree-ref-override>`
[Entree & Transport_Interfaces_base::readOn(Entree &) override](#transport-interfaces-base-protected-entree-ref-transport-interfaces-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Transport_Interfaces_base::info_obj