16#ifndef Constituant_included
17#define Constituant_included
19#include <Milieu_base.h>
44 if (D_) D_->mettre_a_jour(temps);
53 if (D_) D_->initialiser(temps);
class Champ_Don_base base class of Given Fields (not calculated)
Represents the constituent(s) of a fluid.
int nb_constituants() const
const Champ_Don_base & diffusivite_constituant() const
void discretiser(const Probleme_base &pb, const Discretisation_base &dis) override
void discretiser_multi_concentration(const Nom &, const Probleme_base &pb, const Discretisation_base &dis)
int lire_motcle_non_standard(const Motcle &mot, Entree &is) override
Reads non-simple-type parameters of an Objet_U from an input stream.
bool diffusion_multi_scalaire_
void set_param(Param ¶m) const override
void mettre_a_jour(double temps) override
OWN_PTR(Champ_Don_base) D_
int initialiser(const double temps) override
class Discretisation_base This class represents a spatial discretization scheme, which
Class defining operators and methods for all reading operation in an input flow (file,...
Milieu_base This class is the base of the (physical) medium hierarchy.
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
Helper class to factorize the readOn method of Objet_U classes.
class Probleme_base It is a Probleme_U that is not a coupling.