16#ifndef Convection_Diffusion_Temperature_base_included
17#define Convection_Diffusion_Temperature_base_included
19#include <Convection_Diffusion_std.h>
20#include <Fluide_base.h>
class Champ_Don_base base class of Given Fields (not calculated)
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
class Champ_base This class is the base of the fields hierarchy.
void associer_milieu_base(const Milieu_base &) override
Associates a physical medium to the equation; the medium is cast to Fluide_base.
OBS_PTR(Fluide_base) le_fluide
void creer_champ(const Motcle &motlu) override
const Champ_Don_base & diffusivite_pour_transport() const override
const Champ_base & diffusivite_pour_pas_de_temps() const override
const Milieu_base & milieu() const override
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
const Champ_base & get_champ(const Motcle &nom) const override
const Champ_Fonc_base & t_paroi_thyd() const
Champ_Fonc_base & t_paroi_thyd()
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
Milieu_base & milieu() override
OWN_PTR(Champ_Fonc_base) temperature_paroi_
void associer_fluide(const Fluide_base &un_fluide)
const Fluide_base & fluide() const
Convection_Diffusion_std This class is the base for equations modelling the transport.
Base class for an incompressible fluid and its properties:
Milieu_base This class is the base of the (physical) medium hierarchy.
virtual const Champ_Don_base & conductivite() const
Returns the conductivity of the medium (const version).
virtual const Champ_Don_base & diffusivite() const
Returns the diffusivity of the medium (const version).
A character string (Nom) in uppercase.
An array of character strings (VECT(Nom)).