Ch_front_input_ALE#
#include <Ch_front_input_ALE.h>
class Ch_front_input_ALE
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\_input\_ALE <class-ch-front-input-ale>`
[Ch\_front\_input\_ALE](#class-ch-front-input-ale)
Detailed description#
Cette classe represente un champ accessible par setInputField defini sur une frontiere avec une valeur par face. In case of ALE calculation.
Inherits from#
public : Ch_front_input_P1
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
affecter_#
Champ_front_base & Ch_front_input_ALE::affecter_(const Champ_front_base &) 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:`Champ_front_base & Ch_front_input_ALE::affecter_(const Champ_front_base &) override <ch-front-input-ale-public-champ-front-base-ref-ch-front-input-ale-affecter-underscore-const-champ-front-base-ref-override>`
[Champ_front_base & Ch_front_input_ALE::affecter_(const Champ_front_base &) override](#ch-front-input-ale-public-champ-front-base-ref-ch-front-input-ale-affecter-underscore-const-champ-front-base-ref-override)
Ch_front_input_ALE#
Ch_front_input_ALE::Ch_front_input_ALE()
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_input_ALE::Ch_front_input_ALE() <ch-front-input-ale-public-ch-front-input-ale-ch-front-input-ale>`
[Ch_front_input_ALE::Ch_front_input_ALE()](#ch-front-input-ale-public-ch-front-input-ale-ch-front-input-ale)
duplique#
int Ch_front_input_ALE::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_input_ALE::duplique() const override <ch-front-input-ale-public-int-ch-front-input-ale-duplique-const-override>`
[int Ch_front_input_ALE::duplique() const override](#ch-front-input-ale-public-int-ch-front-input-ale-duplique-const-override)
get_info#
const Type_info * Ch_front_input_ALE::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_input_ALE::get_info() const override <ch-front-input-ale-public-const-type-info-ptr-ch-front-input-ale-get-info-const-override>`
[const Type_info * Ch_front_input_ALE::get_info() const override](#ch-front-input-ale-public-const-type-info-ptr-ch-front-input-ale-get-info-const-override)
get_vit_som_bord_ALE#
DoubleTab & Ch_front_input_ALE::get_vit_som_bord_ALE()
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:`DoubleTab & Ch_front_input_ALE::get_vit_som_bord_ALE() <ch-front-input-ale-public-doubletab-ref-ch-front-input-ale-get-vit-som-bord-ale>`
[DoubleTab & Ch_front_input_ALE::get_vit_som_bord_ALE()](#ch-front-input-ale-public-doubletab-ref-ch-front-input-ale-get-vit-som-bord-ale)
getTemplate#
void Ch_front_input_ALE::getTemplate(TrioField &afield) const override
Provides afield with a name, a time interval, components, and no field ownership.
Detailed description
The geometry includes all nodes of the domain and all faces of the boundary. WEC : optimization possible here
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:`void Ch_front_input_ALE::getTemplate(TrioField &afield) const override <ch-front-input-ale-public-void-ch-front-input-ale-gettemplate-triofield-ref-afield-const-override>`
[void Ch_front_input_ALE::getTemplate(TrioField &afield) const override](#ch-front-input-ale-public-void-ch-front-input-ale-gettemplate-triofield-ref-afield-const-override)
initialiser#
int Ch_front_input_ALE::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:
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:`int Ch_front_input_ALE::initialiser(double temps, const Champ_Inc_base &inco) override <ch-front-input-ale-public-int-ch-front-input-ale-initialiser-double-temps-const-champ-inc-base-ref-inco-override>`
[int Ch_front_input_ALE::initialiser(double temps, const Champ_Inc_base &inco) override](#ch-front-input-ale-public-int-ch-front-input-ale-initialiser-double-temps-const-champ-inc-base-ref-inco-override)
mettre_a_jour#
void Ch_front_input_ALE::mettre_a_jour(double temps) 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_input_ALE::mettre_a_jour(double temps) override <ch-front-input-ale-public-void-ch-front-input-ale-mettre-a-jour-double-temps-override>`
[void Ch_front_input_ALE::mettre_a_jour(double temps) override](#ch-front-input-ale-public-void-ch-front-input-ale-mettre-a-jour-double-temps-override)
remplir_vit_som_bord_ALE#
void Ch_front_input_ALE::remplir_vit_som_bord_ALE(double)
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_input_ALE::remplir_vit_som_bord_ALE(double) <ch-front-input-ale-public-void-ch-front-input-ale-remplir-vit-som-bord-ale-double>`
[void Ch_front_input_ALE::remplir_vit_som_bord_ALE(double)](#ch-front-input-ale-public-void-ch-front-input-ale-remplir-vit-som-bord-ale-double)
setValue#
void Ch_front_input_ALE::setValue(const TrioField &afield) override
Uses the first value in afield as uniform value, regardless of geometry.
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:`void Ch_front_input_ALE::setValue(const TrioField &afield) override <ch-front-input-ale-public-void-ch-front-input-ale-setvalue-const-triofield-ref-afield-override>`
[void Ch_front_input_ALE::setValue(const TrioField &afield) override](#ch-front-input-ale-public-void-ch-front-input-ale-setvalue-const-triofield-ref-afield-override)
taille_memoire#
unsigned Ch_front_input_ALE::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_input_ALE::taille_memoire() const override <ch-front-input-ale-public-unsigned-ch-front-input-ale-taille-memoire-const-override>`
[unsigned Ch_front_input_ALE::taille_memoire() const override](#ch-front-input-ale-public-unsigned-ch-front-input-ale-taille-memoire-const-override)
~Ch_front_input_ALE#
Ch_front_input_ALE::~Ch_front_input_ALE()
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_input_ALE::~Ch_front_input_ALE() <ch-front-input-ale-public-ch-front-input-ale-dtor-ch-front-input-ale>`
[Ch_front_input_ALE::~Ch_front_input_ALE()](#ch-front-input-ale-public-ch-front-input-ale-dtor-ch-front-input-ale)
cree_instance#
Objet_U * Ch_front_input_ALE::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_input_ALE::cree_instance() <ch-front-input-ale-public-static-objet-u-ptr-ch-front-input-ale-cree-instance>`
[Objet_U * Ch_front_input_ALE::cree_instance()](#ch-front-input-ale-public-static-objet-u-ptr-ch-front-input-ale-cree-instance)
info#
const Type_info * Ch_front_input_ALE::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_input_ALE::info() <ch-front-input-ale-public-static-const-type-info-ptr-ch-front-input-ale-info>`
[const Type_info * Ch_front_input_ALE::info()](#ch-front-input-ale-public-static-const-type-info-ptr-ch-front-input-ale-info)
self_cast#
const Ch_front_input_ALE & Ch_front_input_ALE::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_input_ALE & Ch_front_input_ALE::self_cast(const Objet_U &) <ch-front-input-ale-public-static-const-ch-front-input-ale-ref-ch-front-input-ale-self-cast-const-objet-u-ref>`
[const Ch_front_input_ALE & Ch_front_input_ALE::self_cast(const Objet_U &)](#ch-front-input-ale-public-static-const-ch-front-input-ale-ref-ch-front-input-ale-self-cast-const-objet-u-ref)
self_cast#
Ch_front_input_ALE & Ch_front_input_ALE::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_input_ALE & Ch_front_input_ALE::self_cast(Objet_U &) <ch-front-input-ale-public-static-ch-front-input-ale-ref-ch-front-input-ale-self-cast-objet-u-ref>`
[Ch_front_input_ALE & Ch_front_input_ALE::self_cast(Objet_U &)](#ch-front-input-ale-public-static-ch-front-input-ale-ref-ch-front-input-ale-self-cast-objet-u-ref)
printOn#
Sortie & Ch_front_input_ALE::printOn(Sortie &x) const override
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 & Ch_front_input_ALE::printOn(Sortie &x) const override <ch-front-input-ale-protected-sortie-ref-ch-front-input-ale-printon-sortie-ref-x-const-override>`
[Sortie & Ch_front_input_ALE::printOn(Sortie &x) const override](#ch-front-input-ale-protected-sortie-ref-ch-front-input-ale-printon-sortie-ref-x-const-override)
readOn#
Entree & Ch_front_input_ALE::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Ch_front_input_ALE::readOn(Entree &) override <ch-front-input-ale-protected-entree-ref-ch-front-input-ale-readon-entree-ref-override>`
[Entree & Ch_front_input_ALE::readOn(Entree &) override](#ch-front-input-ale-protected-entree-ref-ch-front-input-ale-readon-entree-ref-override)
Attributes Documentation#
const Type_info Ch_front_input_ALE::info_obj
bool Ch_front_input_ALE::alreadyInit_
DoubleTab Ch_front_input_ALE::vit_som_bord_ALE