Milieu_base#
#include <Milieu_base.h>
classe Milieu_base Cette classe est la base de la hierarchie des milieux (physiques)
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:`Milieu\_base <class-milieu-base>`
[Milieu\_base](#class-milieu-base)
Detailed description#
Elle regroupe les fonctionnalites (communes) et les proprietes physiques d’un milieu. Cette classe contient les principaux champs donnees caracterisant le milieu: - masse volumique (rho) - diffusivite (alpha) - conductivite (lambda) - capacite calorifique (Cp) - dilatabilite (beta_th)
Inherits from#
public : Champs_compris_interface
public : Objet_U
Inherited by#
public : Constituant
public : Fluide_Diphasique
public : Fluide_base
public : Solide
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#
List of Private Methods#
Complete Member Function Documentation#
a_gravite#
int Milieu_base::a_gravite() const
Renvoie 1 si la gravite a ete initialisee.
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:`int Milieu_base::a_gravite() const <milieu-base-public-int-milieu-base-a-gravite-const>`
[int Milieu_base::a_gravite() const](#milieu-base-public-int-milieu-base-a-gravite-const)
abortTimeStep#
void Milieu_base::abortTimeStep()
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 Milieu_base::abortTimeStep() <milieu-base-public-void-milieu-base-aborttimestep>`
[void Milieu_base::abortTimeStep()](#milieu-base-public-void-milieu-base-aborttimestep)
associer_#
int Milieu_base::associer_(Objet_U &) override
Associe la gravite en controlant dynamiquement le type de l’objet a associer.
Detailed description
Si l’objet est du type OWN_PTR(Champ_Don_base) ou Champ_Don_base l’association reussit, sinon elle echoue.
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 Milieu_base::associer_(Objet_U &) override <milieu-base-public-int-milieu-base-associer-underscore-objet-u-ref-override>`
[int Milieu_base::associer_(Objet_U &) override](#milieu-base-public-int-milieu-base-associer-underscore-objet-u-ref-override)
associer_equation#
void Milieu_base::associer_equation(const Equation_base *eqn) const
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 Milieu_base::associer_equation(const Equation_base *eqn) const <milieu-base-public-void-milieu-base-associer-equation-const-equation-base-ptr-eqn-const>`
[void Milieu_base::associer_equation(const Equation_base *eqn) const](#milieu-base-public-void-milieu-base-associer-equation-const-equation-base-ptr-eqn-const)
associer_gravite#
void Milieu_base::associer_gravite(const Champ_Don_base &)
Associe (affecte) un champ de gravite au milieu.
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 Milieu_base::associer_gravite(const Champ_Don_base &) <milieu-base-public-void-milieu-base-associer-gravite-const-champ-don-base-ref>`
[void Milieu_base::associer_gravite(const Champ_Don_base &)](#milieu-base-public-void-milieu-base-associer-gravite-const-champ-don-base-ref)
beta_t#
Champ_Don_base & Milieu_base::beta_t()
Renvoie beta_t du milieu.
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_Don_base & Milieu_base::beta_t() <milieu-base-public-champ-don-base-ref-milieu-base-beta-t>`
[Champ_Don_base & Milieu_base::beta_t()](#milieu-base-public-champ-don-base-ref-milieu-base-beta-t)
beta_t#
const Champ_Don_base & Milieu_base::beta_t() const
Renvoie beta_t du milieu.
Detailed description
(version const)
References
Referenced By
Source_Transport_Fluctuation_Temperature_VDF_Elem::associer_pb
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::associer_pb
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::associer_pb
Source_Transport_Flux_Chaleur_Turbulente_VDF_Face::associer_pb
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_VEF_Face::associer_pb
Navier_Stokes_FT_Disc::compute_boussinesq_additional_gravity
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_Don_base & Milieu_base::beta_t() const <milieu-base-public-const-champ-don-base-ref-milieu-base-beta-t-const>`
[const Champ_Don_base & Milieu_base::beta_t() const](#milieu-base-public-const-champ-don-base-ref-milieu-base-beta-t-const)
capacite_calorifique#
Champ_Don_base & Milieu_base::capacite_calorifique()
Renvoie la capacite calorifique du milieu.
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_Don_base & Milieu_base::capacite_calorifique() <milieu-base-public-champ-don-base-ref-milieu-base-capacite-calorifique>`
[Champ_Don_base & Milieu_base::capacite_calorifique()](#milieu-base-public-champ-don-base-ref-milieu-base-capacite-calorifique)
capacite_calorifique#
const Champ_Don_base & Milieu_base::capacite_calorifique() const
Renvoie la capacite calorifique du milieu.
Detailed description
(version const)
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_Don_base & Milieu_base::capacite_calorifique() const <milieu-base-public-const-champ-don-base-ref-milieu-base-capacite-calorifique-const>`
[const Champ_Don_base & Milieu_base::capacite_calorifique() const](#milieu-base-public-const-champ-don-base-ref-milieu-base-capacite-calorifique-const)
champs_don#
const TRUST_List<TRUST_Ref<Champ_Don_base *>> & Milieu_base::champs_don() const
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 TRUST_List<TRUST_Ref<Champ_Don_base *>> & Milieu_base::champs_don() const <milieu-base-public-const-trust-list-trust-ref-champ-don-base-ptr-ref-milieu-base-champs-don-const>`
[const TRUST_List<TRUST_Ref<Champ_Don_base *>> & Milieu_base::champs_don() const](#milieu-base-public-const-trust-list-trust-ref-champ-don-base-ptr-ref-milieu-base-champs-don-const)
check_unknown_range#
virtual int Milieu_base::check_unknown_range() const
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 int Milieu_base::check_unknown_range() const <milieu-base-public-virtual-int-milieu-base-check-unknown-range-const>`
[virtual int Milieu_base::check_unknown_range() const](#milieu-base-public-virtual-int-milieu-base-check-unknown-range-const)
conductivite#
Champ_Don_base & Milieu_base::conductivite()
Renvoie la conductivite du milieu.
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_Don_base & Milieu_base::conductivite() <milieu-base-public-champ-don-base-ref-milieu-base-conductivite>`
[Champ_Don_base & Milieu_base::conductivite()](#milieu-base-public-champ-don-base-ref-milieu-base-conductivite)
conductivite#
const Champ_Don_base & Milieu_base::conductivite() const
Renvoie la conductivite du milieu.
Detailed description
(version const)
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:`const Champ_Don_base & Milieu_base::conductivite() const <milieu-base-public-const-champ-don-base-ref-milieu-base-conductivite-const>`
[const Champ_Don_base & Milieu_base::conductivite() const](#milieu-base-public-const-champ-don-base-ref-milieu-base-conductivite-const)
creer_champ#
void Milieu_base::creer_champ(const Motcle &motlu) override
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:`void Milieu_base::creer_champ(const Motcle &motlu) override <milieu-base-public-void-milieu-base-creer-champ-const-motcle-ref-motlu-override>`
[void Milieu_base::creer_champ(const Motcle &motlu) override](#milieu-base-public-void-milieu-base-creer-champ-const-motcle-ref-motlu-override)
creer_champs_non_lus#
void Milieu_base::creer_champs_non_lus()
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 Milieu_base::creer_champs_non_lus() <milieu-base-public-void-milieu-base-creer-champs-non-lus>`
[void Milieu_base::creer_champs_non_lus()](#milieu-base-public-void-milieu-base-creer-champs-non-lus)
diametre_hydraulique_elem#
DoubleTab & Milieu_base::diametre_hydraulique_elem()
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:`DoubleTab & Milieu_base::diametre_hydraulique_elem() <milieu-base-public-doubletab-ref-milieu-base-diametre-hydraulique-elem>`
[DoubleTab & Milieu_base::diametre_hydraulique_elem()](#milieu-base-public-doubletab-ref-milieu-base-diametre-hydraulique-elem)
diametre_hydraulique_elem#
const DoubleTab & Milieu_base::diametre_hydraulique_elem() const
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 DoubleTab & Milieu_base::diametre_hydraulique_elem() const <milieu-base-public-const-doubletab-ref-milieu-base-diametre-hydraulique-elem-const>`
[const DoubleTab & Milieu_base::diametre_hydraulique_elem() const](#milieu-base-public-const-doubletab-ref-milieu-base-diametre-hydraulique-elem-const)
diametre_hydraulique_face#
DoubleVect & Milieu_base::diametre_hydraulique_face()
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:`DoubleVect & Milieu_base::diametre_hydraulique_face() <milieu-base-public-doublevect-ref-milieu-base-diametre-hydraulique-face>`
[DoubleVect & Milieu_base::diametre_hydraulique_face()](#milieu-base-public-doublevect-ref-milieu-base-diametre-hydraulique-face)
diametre_hydraulique_face#
const DoubleVect & Milieu_base::diametre_hydraulique_face() const
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 DoubleVect & Milieu_base::diametre_hydraulique_face() const <milieu-base-public-const-doublevect-ref-milieu-base-diametre-hydraulique-face-const>`
[const DoubleVect & Milieu_base::diametre_hydraulique_face() const](#milieu-base-public-const-doublevect-ref-milieu-base-diametre-hydraulique-face-const)
diametre_hydraulique_face#
double Milieu_base::diametre_hydraulique_face(int i) const
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:`double Milieu_base::diametre_hydraulique_face(int i) const <milieu-base-public-double-milieu-base-diametre-hydraulique-face-int-i-const>`
[double Milieu_base::diametre_hydraulique_face(int i) const](#milieu-base-public-double-milieu-base-diametre-hydraulique-face-int-i-const)
diffusivite#
Champ_Don_base & Milieu_base::diffusivite()
Renvoie la diffusivite du milieu.
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_Don_base & Milieu_base::diffusivite() <milieu-base-public-champ-don-base-ref-milieu-base-diffusivite>`
[Champ_Don_base & Milieu_base::diffusivite()](#milieu-base-public-champ-don-base-ref-milieu-base-diffusivite)
diffusivite#
const Champ_Don_base & Milieu_base::diffusivite() const
Renvoie la diffusivite du milieu.
Detailed description
(version const)
References
Referenced By
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::ajouter
Modele_turbulence_scal_Prandtl::calculer_diffusivite_turbulente
Modele_turbulence_scal_Fluctuation_Temperature_W_Bas_Re::calculer_diffusivite_turbulente
Convection_Diffusion_Chaleur_Fluide_Dilatable_base::diffusivite_pour_pas_de_temps
Convection_Diffusion_Temperature_base::diffusivite_pour_pas_de_temps
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_Don_base & Milieu_base::diffusivite() const <milieu-base-public-const-champ-don-base-ref-milieu-base-diffusivite-const>`
[const Champ_Don_base & Milieu_base::diffusivite() const](#milieu-base-public-const-champ-don-base-ref-milieu-base-diffusivite-const)
diffusivite_fois_rho#
Champ_Don_base & Milieu_base::diffusivite_fois_rho()
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_Don_base & Milieu_base::diffusivite_fois_rho() <milieu-base-public-champ-don-base-ref-milieu-base-diffusivite-fois-rho>`
[Champ_Don_base & Milieu_base::diffusivite_fois_rho()](#milieu-base-public-champ-don-base-ref-milieu-base-diffusivite-fois-rho)
diffusivite_fois_rho#
const Champ_Don_base & Milieu_base::diffusivite_fois_rho() const
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:`const Champ_Don_base & Milieu_base::diffusivite_fois_rho() const <milieu-base-public-const-champ-don-base-ref-milieu-base-diffusivite-fois-rho-const>`
[const Champ_Don_base & Milieu_base::diffusivite_fois_rho() const](#milieu-base-public-const-champ-don-base-ref-milieu-base-diffusivite-fois-rho-const)
discretiser#
void Milieu_base::discretiser(const Probleme_base &pb, const Discretisation_base &dis)
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 Milieu_base::discretiser(const Probleme_base &pb, const Discretisation_base &dis) <milieu-base-public-void-milieu-base-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis>`
[void Milieu_base::discretiser(const Probleme_base &pb, const Discretisation_base &dis)](#milieu-base-public-void-milieu-base-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis)
equation#
const Equation_base & Milieu_base::equation(const std::string &nom_inc) const
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:`const Equation_base & Milieu_base::equation(const std::string &nom_inc) const <milieu-base-public-const-equation-base-ref-milieu-base-equation-const-std-string-ref-nom-inc-const>`
[const Equation_base & Milieu_base::equation(const std::string &nom_inc) const](#milieu-base-public-const-equation-base-ref-milieu-base-equation-const-std-string-ref-nom-inc-const)
est_deja_associe#
int Milieu_base::est_deja_associe()
Renvoie 0 si le milieu est deja associe a un probleme, 1 sinon.
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:`int Milieu_base::est_deja_associe() <milieu-base-public-int-milieu-base-est-deja-associe>`
[int Milieu_base::est_deja_associe()](#milieu-base-public-int-milieu-base-est-deja-associe)
get_champ#
const Champ_base & Milieu_base::get_champ(const Motcle &nom) 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:`const Champ_base & Milieu_base::get_champ(const Motcle &nom) const override <milieu-base-public-const-champ-base-ref-milieu-base-get-champ-const-motcle-ref-nom-const-override>`
[const Champ_base & Milieu_base::get_champ(const Motcle &nom) const override](#milieu-base-public-const-champ-base-ref-milieu-base-get-champ-const-motcle-ref-nom-const-override)
get_info#
const Type_info * Milieu_base::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 * Milieu_base::get_info() const override <milieu-base-public-const-type-info-ptr-milieu-base-get-info-const-override>`
[const Type_info * Milieu_base::get_info() const override](#milieu-base-public-const-type-info-ptr-milieu-base-get-info-const-override)
get_noms_champs_postraitables#
void Milieu_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
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 Milieu_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <milieu-base-public-void-milieu-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void Milieu_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#milieu-base-public-void-milieu-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)
get_porosites_champ#
const Champ_Don_base & Milieu_base::get_porosites_champ() const
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_Don_base & Milieu_base::get_porosites_champ() const <milieu-base-public-const-champ-don-base-ref-milieu-base-get-porosites-champ-const>`
[const Champ_Don_base & Milieu_base::get_porosites_champ() const](#milieu-base-public-const-champ-don-base-ref-milieu-base-get-porosites-champ-const)
gravite#
Champ_Don_base & Milieu_base::gravite()
Renvoie la gravite du milieu si elle a ete associe provoque une erreur sinon.
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_Don_base & Milieu_base::gravite() <milieu-base-public-champ-don-base-ref-milieu-base-gravite>`
[Champ_Don_base & Milieu_base::gravite()](#milieu-base-public-champ-don-base-ref-milieu-base-gravite)
gravite#
const Champ_Don_base & Milieu_base::gravite() const
Renvoie la gravite du milieu si elle a ete associe provoque une erreur sinon.
Detailed description
(version const)
References
Referenced By
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_VDF_Elem::associer_pb
Source_Transport_Fluctuation_Temperature_VDF_Elem::associer_pb
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::associer_pb
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::associer_pb
Source_Transport_Flux_Chaleur_Turbulente_VDF_Face::associer_pb
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_VEF_Face::associer_pb
Transport_Marqueur_FT::calculer_proprietes_fluide_pos_particules
Navier_Stokes_FTD_IJK::compute_correction_for_momentum_balance
Post_Processing_Hydrodynamic_Forces_Stokes::compute_vinf_Stokes
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_Don_base & Milieu_base::gravite() const <milieu-base-public-const-champ-don-base-ref-milieu-base-gravite-const>`
[const Champ_Don_base & Milieu_base::gravite() const](#milieu-base-public-const-champ-don-base-ref-milieu-base-gravite-const)
has_beta_t#
bool Milieu_base::has_beta_t() const
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:`bool Milieu_base::has_beta_t() const <milieu-base-public-bool-milieu-base-has-beta-t-const>`
[bool Milieu_base::has_beta_t() const](#milieu-base-public-bool-milieu-base-has-beta-t-const)
has_capacite_calorifique#
bool Milieu_base::has_capacite_calorifique() const
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:`bool Milieu_base::has_capacite_calorifique() const <milieu-base-public-bool-milieu-base-has-capacite-calorifique-const>`
[bool Milieu_base::has_capacite_calorifique() const](#milieu-base-public-bool-milieu-base-has-capacite-calorifique-const)
has_champ#
bool Milieu_base::has_champ(const Motcle &nom) 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:`bool Milieu_base::has_champ(const Motcle &nom) const override <milieu-base-public-bool-milieu-base-has-champ-const-motcle-ref-nom-const-override>`
[bool Milieu_base::has_champ(const Motcle &nom) const override](#milieu-base-public-bool-milieu-base-has-champ-const-motcle-ref-nom-const-override)
has_champ#
bool Milieu_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override
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:`bool Milieu_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override <milieu-base-public-bool-milieu-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override>`
[bool Milieu_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override](#milieu-base-public-bool-milieu-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override)
has_conductivite#
bool Milieu_base::has_conductivite() const
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:`bool Milieu_base::has_conductivite() const <milieu-base-public-bool-milieu-base-has-conductivite-const>`
[bool Milieu_base::has_conductivite() const](#milieu-base-public-bool-milieu-base-has-conductivite-const)
has_diffusivite#
bool Milieu_base::has_diffusivite() const
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:`bool Milieu_base::has_diffusivite() const <milieu-base-public-bool-milieu-base-has-diffusivite-const>`
[bool Milieu_base::has_diffusivite() const](#milieu-base-public-bool-milieu-base-has-diffusivite-const)
has_hydr_diam#
const bool & Milieu_base::has_hydr_diam()
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:`const bool & Milieu_base::has_hydr_diam() <milieu-base-public-const-bool-ref-milieu-base-has-hydr-diam>`
[const bool & Milieu_base::has_hydr_diam()](#milieu-base-public-const-bool-ref-milieu-base-has-hydr-diam)
has_masse_volumique#
bool Milieu_base::has_masse_volumique() const
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:`bool Milieu_base::has_masse_volumique() const <milieu-base-public-bool-milieu-base-has-masse-volumique-const>`
[bool Milieu_base::has_masse_volumique() const](#milieu-base-public-bool-milieu-base-has-masse-volumique-const)
has_porosites#
bool Milieu_base::has_porosites() const
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:`bool Milieu_base::has_porosites() const <milieu-base-public-bool-milieu-base-has-porosites-const>`
[bool Milieu_base::has_porosites() const](#milieu-base-public-bool-milieu-base-has-porosites-const)
initialiser#
int Milieu_base::initialiser(const double temps)
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:`int Milieu_base::initialiser(const double temps) <milieu-base-public-int-milieu-base-initialiser-const-double-temps>`
[int Milieu_base::initialiser(const double temps)](#milieu-base-public-int-milieu-base-initialiser-const-double-temps)
initTimeStep#
virtual bool Milieu_base::initTimeStep(double dt)
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 bool Milieu_base::initTimeStep(double dt) <milieu-base-public-virtual-bool-milieu-base-inittimestep-double-dt>`
[virtual bool Milieu_base::initTimeStep(double dt)](#milieu-base-public-virtual-bool-milieu-base-inittimestep-double-dt)
is_dilatable#
virtual bool Milieu_base::is_dilatable() const
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 bool Milieu_base::is_dilatable() const <milieu-base-public-virtual-bool-milieu-base-is-dilatable-const>`
[virtual bool Milieu_base::is_dilatable() const](#milieu-base-public-virtual-bool-milieu-base-is-dilatable-const)
is_rayo_semi_transp#
virtual int Milieu_base::is_rayo_semi_transp() const
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 Milieu_base::is_rayo_semi_transp() const <milieu-base-public-virtual-int-milieu-base-is-rayo-semi-transp-const>`
[virtual int Milieu_base::is_rayo_semi_transp() const](#milieu-base-public-virtual-int-milieu-base-is-rayo-semi-transp-const)
is_rayo_transp#
virtual int Milieu_base::is_rayo_transp() const
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 Milieu_base::is_rayo_transp() const <milieu-base-public-virtual-int-milieu-base-is-rayo-transp-const>`
[virtual int Milieu_base::is_rayo_transp() const](#milieu-base-public-virtual-int-milieu-base-is-rayo-transp-const)
le_nom#
const Nom & Milieu_base::le_nom() const override
Donne le nom de l’ Objet_U Methode a surcharger : renvoie “neant” dans cette implementation.
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:`const Nom & Milieu_base::le_nom() const override <milieu-base-public-const-nom-ref-milieu-base-le-nom-const-override>`
[const Nom & Milieu_base::le_nom() const override](#milieu-base-public-const-nom-ref-milieu-base-le-nom-const-override)
lire_motcle_non_standard#
int Milieu_base::lire_motcle_non_standard(const Motcle &, Entree &) override
Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.
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:`int Milieu_base::lire_motcle_non_standard(const Motcle &, Entree &) override <milieu-base-public-int-milieu-base-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Milieu_base::lire_motcle_non_standard(const Motcle &, Entree &) override](#milieu-base-public-int-milieu-base-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)
masse_volumique#
Champ_base & Milieu_base::masse_volumique()
Renvoie la masse volumique du milieu.
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_base & Milieu_base::masse_volumique() <milieu-base-public-champ-base-ref-milieu-base-masse-volumique>`
[Champ_base & Milieu_base::masse_volumique()](#milieu-base-public-champ-base-ref-milieu-base-masse-volumique)
masse_volumique#
const Champ_base & Milieu_base::masse_volumique() const
Renvoie la masse volumique du milieu.
Detailed description
(version const)
References
Referenced By
Convection_Diffusion_Fluide_Dilatable_Proto::assembler_blocs
Traitement_particulier_NS_temperature_VEF::calcul_temperature
Traitement_particulier_NS_canal_VDF::calculer_moyenne_spatiale_vitesse_rho_mu
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_vitesse_rho_mu
Transport_Marqueur_FT::calculer_proprietes_fluide_pos_particules
Neumann_paroi_rayo_semi_transp_VDF::calculer_temperature_bord
Triple_Line_Model_FT_Disc::compute_TCL_fluxes_in_all_boundary_cells
Convection_Diffusion_Fluide_Dilatable_Proto::derivee_en_temps_inco_sans_solveur_masse_impl
Sortie_libre_Gradient_Pression_libre_VEFPreP1B::Grad_P_lib_VEFPreP1B
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_base & Milieu_base::masse_volumique() const <milieu-base-public-const-champ-base-ref-milieu-base-masse-volumique-const>`
[const Champ_base & Milieu_base::masse_volumique() const](#milieu-base-public-const-champ-base-ref-milieu-base-masse-volumique-const)
mettre_a_jour#
void Milieu_base::mettre_a_jour(double temps)
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 Milieu_base::mettre_a_jour(double temps) <milieu-base-public-void-milieu-base-mettre-a-jour-double-temps>`
[void Milieu_base::mettre_a_jour(double temps)](#milieu-base-public-void-milieu-base-mettre-a-jour-double-temps)
Milieu_base#
Milieu_base::Milieu_base()
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:`Milieu_base::Milieu_base() <milieu-base-public-milieu-base-milieu-base>`
[Milieu_base::Milieu_base()](#milieu-base-public-milieu-base-milieu-base)
nommer#
void Milieu_base::nommer(const Nom &) override
Donne un nom a l’ Objet_U Methode virtuelle 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:`void Milieu_base::nommer(const Nom &) override <milieu-base-public-void-milieu-base-nommer-const-nom-ref-override>`
[void Milieu_base::nommer(const Nom &) override](#milieu-base-public-void-milieu-base-nommer-const-nom-ref-override)
porosite_elem#
DoubleVect & Milieu_base::porosite_elem()
Detailed description
References
Referenced By
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::ajouter
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::ajouter
Diffusion_croisee_echelle_temp_taux_diss_turb_PolyMAC_P0::ajouter_blocs
Diffusion_supplementaire_echelle_temp_turb_PolyMAC_P0::ajouter_blocs
Production_echelle_temp_taux_diss_turb_PolyMAC_P0::ajouter_blocs
Source_Dissipation_echelle_temp_taux_diss_turb::ajouter_blocs
Diffusion_croisee_echelle_temp_taux_diss_turb_VDF::ajouter_blocs
Diffusion_supplementaire_echelle_temp_turb_VDF::ajouter_blocs
Terme_Source_Decroissance_Radioactive_Elem_PolyMAC::ajouter_blocs
Op_Diff_VEF_Anisotrope_Face::ajouter_contribution_multi_scalaire
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:`DoubleVect & Milieu_base::porosite_elem() <milieu-base-public-doublevect-ref-milieu-base-porosite-elem>`
[DoubleVect & Milieu_base::porosite_elem()](#milieu-base-public-doublevect-ref-milieu-base-porosite-elem)
porosite_elem#
const DoubleVect & Milieu_base::porosite_elem() const
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 DoubleVect & Milieu_base::porosite_elem() const <milieu-base-public-const-doublevect-ref-milieu-base-porosite-elem-const>`
[const DoubleVect & Milieu_base::porosite_elem() const](#milieu-base-public-const-doublevect-ref-milieu-base-porosite-elem-const)
porosite_elem#
double Milieu_base::porosite_elem(const int i) const
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:`double Milieu_base::porosite_elem(const int i) const <milieu-base-public-double-milieu-base-porosite-elem-const-int-i-const>`
[double Milieu_base::porosite_elem(const int i) const](#milieu-base-public-double-milieu-base-porosite-elem-const-int-i-const)
porosite_face#
DoubleVect & Milieu_base::porosite_face()
Detailed description
References
Referenced By
Source_Transport_Fluctuation_Temperature_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_W_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_Realisable_VEF_Face_base::contribuer_a_avec
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:`DoubleVect & Milieu_base::porosite_face() <milieu-base-public-doublevect-ref-milieu-base-porosite-face>`
[DoubleVect & Milieu_base::porosite_face()](#milieu-base-public-doublevect-ref-milieu-base-porosite-face)
porosite_face#
const DoubleVect & Milieu_base::porosite_face() const
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 DoubleVect & Milieu_base::porosite_face() const <milieu-base-public-const-doublevect-ref-milieu-base-porosite-face-const>`
[const DoubleVect & Milieu_base::porosite_face() const](#milieu-base-public-const-doublevect-ref-milieu-base-porosite-face-const)
porosite_face#
double Milieu_base::porosite_face(const int i) const
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:`double Milieu_base::porosite_face(const int i) const <milieu-base-public-double-milieu-base-porosite-face-const-int-i-const>`
[double Milieu_base::porosite_face(const int i) const](#milieu-base-public-double-milieu-base-porosite-face-const-int-i-const)
preparer_calcul#
void Milieu_base::preparer_calcul()
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:`void Milieu_base::preparer_calcul() <milieu-base-public-void-milieu-base-preparer-calcul>`
[void Milieu_base::preparer_calcul()](#milieu-base-public-void-milieu-base-preparer-calcul)
resetTime#
void Milieu_base::resetTime(double time)
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 Milieu_base::resetTime(double time) <milieu-base-public-void-milieu-base-resettime-double-time>`
[void Milieu_base::resetTime(double time)](#milieu-base-public-void-milieu-base-resettime-double-time)
section_passage_face#
const DoubleVect & Milieu_base::section_passage_face() const
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 DoubleVect & Milieu_base::section_passage_face() const <milieu-base-public-const-doublevect-ref-milieu-base-section-passage-face-const>`
[const DoubleVect & Milieu_base::section_passage_face() const](#milieu-base-public-const-doublevect-ref-milieu-base-section-passage-face-const)
section_passage_face#
double Milieu_base::section_passage_face(int i) const
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:`double Milieu_base::section_passage_face(int i) const <milieu-base-public-double-milieu-base-section-passage-face-int-i-const>`
[double Milieu_base::section_passage_face(int i) const](#milieu-base-public-double-milieu-base-section-passage-face-int-i-const)
set_id_composite#
void Milieu_base::set_id_composite(const int i)
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 Milieu_base::set_id_composite(const int i) <milieu-base-public-void-milieu-base-set-id-composite-const-int-i>`
[void Milieu_base::set_id_composite(const int i)](#milieu-base-public-void-milieu-base-set-id-composite-const-int-i)
set_param#
void Milieu_base::set_param(Param ¶m)
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:`void Milieu_base::set_param(Param ¶m) <milieu-base-public-void-milieu-base-set-param-param-ref-param>`
[void Milieu_base::set_param(Param ¶m)](#milieu-base-public-void-milieu-base-set-param-param-ref-param)
update_rho_cp#
void Milieu_base::update_rho_cp(double temps)
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 Milieu_base::update_rho_cp(double temps) <milieu-base-public-void-milieu-base-update-rho-cp-double-temps>`
[void Milieu_base::update_rho_cp(double temps)](#milieu-base-public-void-milieu-base-update-rho-cp-double-temps)
verifier_coherence_champs#
void Milieu_base::verifier_coherence_champs(int &err, Nom &message)
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 Milieu_base::verifier_coherence_champs(int &err, Nom &message) <milieu-base-public-void-milieu-base-verifier-coherence-champs-int-ref-err-nom-ref-message>`
[void Milieu_base::verifier_coherence_champs(int &err, Nom &message)](#milieu-base-public-void-milieu-base-verifier-coherence-champs-int-ref-err-nom-ref-message)
~Milieu_base#
Milieu_base::~Milieu_base() override
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:`Milieu_base::~Milieu_base() override <milieu-base-public-milieu-base-dtor-milieu-base-override>`
[Milieu_base::~Milieu_base() override](#milieu-base-public-milieu-base-dtor-milieu-base-override)
info#
const Type_info * Milieu_base::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 * Milieu_base::info() <milieu-base-public-static-const-type-info-ptr-milieu-base-info>`
[const Type_info * Milieu_base::info()](#milieu-base-public-static-const-type-info-ptr-milieu-base-info)
self_cast#
const Milieu_base & Milieu_base::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 Milieu_base & Milieu_base::self_cast(const Objet_U &) <milieu-base-public-static-const-milieu-base-ref-milieu-base-self-cast-const-objet-u-ref>`
[const Milieu_base & Milieu_base::self_cast(const Objet_U &)](#milieu-base-public-static-const-milieu-base-ref-milieu-base-self-cast-const-objet-u-ref)
self_cast#
Milieu_base & Milieu_base::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:`Milieu_base & Milieu_base::self_cast(Objet_U &) <milieu-base-public-static-milieu-base-ref-milieu-base-self-cast-objet-u-ref>`
[Milieu_base & Milieu_base::self_cast(Objet_U &)](#milieu-base-public-static-milieu-base-ref-milieu-base-self-cast-objet-u-ref)
calculate_face_hydr_diam#
void Milieu_base::calculate_face_hydr_diam()
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 Milieu_base::calculate_face_hydr_diam() <milieu-base-protected-void-milieu-base-calculate-face-hydr-diam>`
[void Milieu_base::calculate_face_hydr_diam()](#milieu-base-protected-void-milieu-base-calculate-face-hydr-diam)
calculate_face_porosity#
void Milieu_base::calculate_face_porosity()
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 Milieu_base::calculate_face_porosity() <milieu-base-protected-void-milieu-base-calculate-face-porosity>`
[void Milieu_base::calculate_face_porosity()](#milieu-base-protected-void-milieu-base-calculate-face-porosity)
calculer_alpha#
void Milieu_base::calculer_alpha()
Calcul de alpha = lambda/(rho*Cp).
Detailed description
Suivant lambda, rho et Cp alpha peut - etre type comme un champ uniforme ou un champ uniforme par morceau.
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 Milieu_base::calculer_alpha() <milieu-base-protected-void-milieu-base-calculer-alpha>`
[void Milieu_base::calculer_alpha()](#milieu-base-protected-void-milieu-base-calculer-alpha)
check_gravity_vector#
void Milieu_base::check_gravity_vector() const
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:`void Milieu_base::check_gravity_vector() const <milieu-base-protected-void-milieu-base-check-gravity-vector-const>`
[void Milieu_base::check_gravity_vector() const](#milieu-base-protected-void-milieu-base-check-gravity-vector-const)
creer_alpha#
void Milieu_base::creer_alpha()
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 Milieu_base::creer_alpha() <milieu-base-protected-void-milieu-base-creer-alpha>`
[void Milieu_base::creer_alpha()](#milieu-base-protected-void-milieu-base-creer-alpha)
discretiser_diametre_hydro#
void Milieu_base::discretiser_diametre_hydro(const Probleme_base &pb, const Discretisation_base &dis)
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 Milieu_base::discretiser_diametre_hydro(const Probleme_base &pb, const Discretisation_base &dis) <milieu-base-protected-void-milieu-base-discretiser-diametre-hydro-const-probleme-base-ref-pb-const-discretisation-base-ref-dis>`
[void Milieu_base::discretiser_diametre_hydro(const Probleme_base &pb, const Discretisation_base &dis)](#milieu-base-protected-void-milieu-base-discretiser-diametre-hydro-const-probleme-base-ref-pb-const-discretisation-base-ref-dis)
discretiser_porosite#
void Milieu_base::discretiser_porosite(const Probleme_base &pb, const Discretisation_base &dis)
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 Milieu_base::discretiser_porosite(const Probleme_base &pb, const Discretisation_base &dis) <milieu-base-protected-void-milieu-base-discretiser-porosite-const-probleme-base-ref-pb-const-discretisation-base-ref-dis>`
[void Milieu_base::discretiser_porosite(const Probleme_base &pb, const Discretisation_base &dis)](#milieu-base-protected-void-milieu-base-discretiser-porosite-const-probleme-base-ref-pb-const-discretisation-base-ref-dis)
ecrire#
void Milieu_base::ecrire(Sortie &) const
Ecrit un objet milieu sur un flot de sortie.
Detailed description
Ecrit les caracteristiques du milieu:
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 Milieu_base::ecrire(Sortie &) const <milieu-base-protected-void-milieu-base-ecrire-sortie-ref-const>`
[void Milieu_base::ecrire(Sortie &) const](#milieu-base-protected-void-milieu-base-ecrire-sortie-ref-const)
fill_section_passage_face#
void Milieu_base::fill_section_passage_face()
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 Milieu_base::fill_section_passage_face() <milieu-base-protected-void-milieu-base-fill-section-passage-face>`
[void Milieu_base::fill_section_passage_face()](#milieu-base-protected-void-milieu-base-fill-section-passage-face)
initialiser_porosite#
int Milieu_base::initialiser_porosite(const double temps)
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:`int Milieu_base::initialiser_porosite(const double temps) <milieu-base-protected-int-milieu-base-initialiser-porosite-const-double-temps>`
[int Milieu_base::initialiser_porosite(const double temps)](#milieu-base-protected-int-milieu-base-initialiser-porosite-const-double-temps)
mettre_a_jour_porosite#
void Milieu_base::mettre_a_jour_porosite(double temps)
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 Milieu_base::mettre_a_jour_porosite(double temps) <milieu-base-protected-void-milieu-base-mettre-a-jour-porosite-double-temps>`
[void Milieu_base::mettre_a_jour_porosite(double temps)](#milieu-base-protected-void-milieu-base-mettre-a-jour-porosite-double-temps)
printOn#
Sortie & Milieu_base::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
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 & Milieu_base::printOn(Sortie &x) const override <milieu-base-protected-sortie-ref-milieu-base-printon-sortie-ref-x-const-override>`
[Sortie & Milieu_base::printOn(Sortie &x) const override](#milieu-base-protected-sortie-ref-milieu-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Milieu_base::readOn(Entree &) override
Lecture d’un milieu sur un flot d’entree.
Detailed description
Format: { grandeur_physique type_champ bloc de lecture du champ } cf set_param method to know the understood keywords cf Param class to know possible options reading
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 & Milieu_base::readOn(Entree &) override <milieu-base-protected-entree-ref-milieu-base-readon-entree-ref-override>`
[Entree & Milieu_base::readOn(Entree &) override](#milieu-base-protected-entree-ref-milieu-base-readon-entree-ref-override)
set_additional_params#
void Milieu_base::set_additional_params(Param ¶m)
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 Milieu_base::set_additional_params(Param ¶m) <milieu-base-protected-void-milieu-base-set-additional-params-param-ref-param>`
[void Milieu_base::set_additional_params(Param ¶m)](#milieu-base-protected-void-milieu-base-set-additional-params-param-ref-param)
is_field_porosites#
const bool & Milieu_base::is_field_porosites()
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 bool & Milieu_base::is_field_porosites() <milieu-base-private-const-bool-ref-milieu-base-is-field-porosites>`
[const bool & Milieu_base::is_field_porosites()](#milieu-base-private-const-bool-ref-milieu-base-is-field-porosites)
is_user_porosites#
const bool & Milieu_base::is_user_porosites()
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 bool & Milieu_base::is_user_porosites() <milieu-base-private-const-bool-ref-milieu-base-is-user-porosites>`
[const bool & Milieu_base::is_user_porosites()](#milieu-base-private-const-bool-ref-milieu-base-is-user-porosites)
nettoie_champ_porosites#
void Milieu_base::nettoie_champ_porosites()
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:`void Milieu_base::nettoie_champ_porosites() <milieu-base-private-void-milieu-base-nettoie-champ-porosites>`
[void Milieu_base::nettoie_champ_porosites()](#milieu-base-private-void-milieu-base-nettoie-champ-porosites)
verifie_champ_porosites#
void Milieu_base::verifie_champ_porosites()
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:`void Milieu_base::verifie_champ_porosites() <milieu-base-private-void-milieu-base-verifie-champ-porosites>`
[void Milieu_base::verifie_champ_porosites()](#milieu-base-private-void-milieu-base-verifie-champ-porosites)
warn_old_syntax#
void Milieu_base::warn_old_syntax()
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:`void Milieu_base::warn_old_syntax() <milieu-base-private-void-milieu-base-warn-old-syntax>`
[void Milieu_base::warn_old_syntax()](#milieu-base-private-void-milieu-base-warn-old-syntax)
Attributes Documentation#
const Type_info Milieu_base::info_obj
int Milieu_base::id_composite_ = - 1
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_alpha_
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_alpha_fois_rho_
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_beta_th_
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_Cp_
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_diametre_hyd_
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_g_
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_lambda_
TRUST_Deriv<Champ_Don_base> Milieu_base::ch_porosites_
TRUST_Deriv<Champ_base> Milieu_base::ch_rho_
TRUST_Deriv<Champ_Fonc_base> Milieu_base::ch_rho_Cp_comme_T_
TRUST_Deriv<Champ_Fonc_base> Milieu_base::ch_rho_Cp_elem_
Champs_compris Milieu_base::champs_compris_
TRUST_List<TRUST_Ref<Champ_Don_base *>> Milieu_base::champs_don_
DoubleVect Milieu_base::diametre_hydraulique_face_
std::map<std::string, const Equation_base *> Milieu_base::equation_
Type_rayo Milieu_base::indic_rayo_
Nom Milieu_base::nom_
DoubleVect Milieu_base::porosite_face_
DoubleVect Milieu_base::section_passage_face_
TRUST_Ref<Domaine_dis_base *> Milieu_base::zdb_
int Milieu_base::deja_associe_
TRUST_Ref<Champ_Don_base *> Milieu_base::g_via_associer_
bool Milieu_base::has_hydr_diam_ = false
bool Milieu_base::is_field_porosites_ = false
bool Milieu_base::is_user_porosites_ = false
Porosites Milieu_base::porosites_
bool Milieu_base::via_associer_ = false
Enums#
Milieu_base::Type_rayo#
Location: trust-code/src/Kernel/Framework/Milieu_base.h:146
How to cite in this doc: 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:`Milieu\_base::Type\_rayo <enum-none-milieu-base-type-rayo>`
[Milieu\_base::Type\_rayo](#enum-none-milieu-base-type-rayo)
NONRAYO
TRANSP
SEMITRANSP