Pb_Conduction#

#include <Pb_Conduction.h>
Brief description

Classe Pb_Conduction Cette classe represente un probleme de conduction avec rho et Cp non uniformes :

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:`Pb\_Conduction <class-pb-conduction>`
[Pb\_Conduction](#class-pb-conduction)

Detailed description#

(rho.Cp) dT/dt - div (k grad T) = (rho.Cp) f Cette classe est exactement identique a Pb_Conduction si ce n’est qu’elle force l’utilisateur a l’usage d’un probleme de nature differente.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classPb__Conduction__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

Definition
int Pb_Conduction::duplique() const override
Brief description
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 Pb_Conduction::duplique() const override <pb-conduction-public-int-pb-conduction-duplique-const-override>`
[int Pb_Conduction::duplique() const override](#pb-conduction-public-int-pb-conduction-duplique-const-override)

equation#

Definition
const Equation_base & Pb_Conduction::equation(int) const override
Brief description

Renvoie l’equation de type Conduction si i = 0,.

Detailed description

Provoque une erreur sinon car le probleme n’a qu’une seule equation. (version const)

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:`const Equation_base & Pb_Conduction::equation(int) const override <pb-conduction-public-const-equation-base-ref-pb-conduction-equation-int-const-override>`
[const Equation_base & Pb_Conduction::equation(int) const override](#pb-conduction-public-const-equation-base-ref-pb-conduction-equation-int-const-override)

equation#

Definition
Equation_base & Pb_Conduction::equation(int) override
Brief description

Renvoie l’equation de type Conduction si i = 0,.

Detailed description

Provoque une erreur sinon car le probleme n’a qu’une seule equation.

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:`Equation_base & Pb_Conduction::equation(int) override <pb-conduction-public-equation-base-ref-pb-conduction-equation-int-override>`
[Equation_base & Pb_Conduction::equation(int) override](#pb-conduction-public-equation-base-ref-pb-conduction-equation-int-override)

get_info#

Definition
const Type_info * Pb_Conduction::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 * Pb_Conduction::get_info() const override <pb-conduction-public-const-type-info-ptr-pb-conduction-get-info-const-override>`
[const Type_info * Pb_Conduction::get_info() const override](#pb-conduction-public-const-type-info-ptr-pb-conduction-get-info-const-override)

nombre_d_equations#

Definition
int Pb_Conduction::nombre_d_equations() const override
Brief description

Renvoie le nombre d’equations du probleme.

Detailed description

Toujours egal a 1 pour un probleme de conduction standart.

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 Pb_Conduction::nombre_d_equations() const override <pb-conduction-public-int-pb-conduction-nombre-d-equations-const-override>`
[int Pb_Conduction::nombre_d_equations() const override](#pb-conduction-public-int-pb-conduction-nombre-d-equations-const-override)

Pb_Conduction#

Definition
Pb_Conduction::Pb_Conduction()
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:`Pb_Conduction::Pb_Conduction() <pb-conduction-public-pb-conduction-pb-conduction>`
[Pb_Conduction::Pb_Conduction()](#pb-conduction-public-pb-conduction-pb-conduction)

taille_memoire#

Definition
unsigned Pb_Conduction::taille_memoire() const override
Brief description
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 Pb_Conduction::taille_memoire() const override <pb-conduction-public-unsigned-pb-conduction-taille-memoire-const-override>`
[unsigned Pb_Conduction::taille_memoire() const override](#pb-conduction-public-unsigned-pb-conduction-taille-memoire-const-override)

~Pb_Conduction#

Definition
Pb_Conduction::~Pb_Conduction()
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:`Pb_Conduction::~Pb_Conduction() <pb-conduction-public-pb-conduction-dtor-pb-conduction>`
[Pb_Conduction::~Pb_Conduction()](#pb-conduction-public-pb-conduction-dtor-pb-conduction)

cree_instance#

Definition
Objet_U * Pb_Conduction::cree_instance()
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:`Objet_U * Pb_Conduction::cree_instance() <pb-conduction-public-static-objet-u-ptr-pb-conduction-cree-instance>`
[Objet_U * Pb_Conduction::cree_instance()](#pb-conduction-public-static-objet-u-ptr-pb-conduction-cree-instance)

info#

Definition
const Type_info * Pb_Conduction::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 * Pb_Conduction::info() <pb-conduction-public-static-const-type-info-ptr-pb-conduction-info>`
[const Type_info * Pb_Conduction::info()](#pb-conduction-public-static-const-type-info-ptr-pb-conduction-info)

self_cast#

Definition
const Pb_Conduction & Pb_Conduction::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 Pb_Conduction & Pb_Conduction::self_cast(const Objet_U &) <pb-conduction-public-static-const-pb-conduction-ref-pb-conduction-self-cast-const-objet-u-ref>`
[const Pb_Conduction & Pb_Conduction::self_cast(const Objet_U &)](#pb-conduction-public-static-const-pb-conduction-ref-pb-conduction-self-cast-const-objet-u-ref)

self_cast#

Definition
Pb_Conduction & Pb_Conduction::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:`Pb_Conduction & Pb_Conduction::self_cast(Objet_U &) <pb-conduction-public-static-pb-conduction-ref-pb-conduction-self-cast-objet-u-ref>`
[Pb_Conduction & Pb_Conduction::self_cast(Objet_U &)](#pb-conduction-public-static-pb-conduction-ref-pb-conduction-self-cast-objet-u-ref)

printOn#

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

NE FAIT RIEN.

Detailed description

Reimplements:

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 & Pb_Conduction::printOn(Sortie &x) const override <pb-conduction-protected-sortie-ref-pb-conduction-printon-sortie-ref-x-const-override>`
[Sortie & Pb_Conduction::printOn(Sortie &x) const override](#pb-conduction-protected-sortie-ref-pb-conduction-printon-sortie-ref-x-const-override)

readOn#

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

Simple appel a: Probleme_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 & Pb_Conduction::readOn(Entree &) override <pb-conduction-protected-entree-ref-pb-conduction-readon-entree-ref-override>`
[Entree & Pb_Conduction::readOn(Entree &) override](#pb-conduction-protected-entree-ref-pb-conduction-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Pb_Conduction::info_obj
eq_conduction (protected)
Conduction Pb_Conduction::eq_conduction