16#ifndef Terme_Source_Constituant_included
17#define Terme_Source_Constituant_included
19#include <Equation_base.h>
47 return la_source_constituant ;
52 la_source_constituant->mettre_a_jour(temps);
class Champ_Don_base base class of Given Fields (not calculated)
class Champ_base This class is the base of the fields hierarchy.
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
class Nom: a character string for naming TRUST objects.
SFichier is to the C++ ofstream class what Sortie is to the C++ ostream class.
Classe Terme_Source_Constituant This class represents a source term of the constituent transport equa...
const Champ_Don_base & get_source() const
void lire_donnees(Entree &)
Reads the power term from an input stream.
OWN_PTR(Champ_Don_base) la_source_constituant
OBS_PTR(Champ_base) rho_ref
void associer_champs(const Champ_base &)
Associates the given fields rho (density) and Cp (specific heat) to the object.
void mettre_a_jour(double temps)
int completer(const Champ_Inc_base &inco)
void ouvrir_fichier(const Equation_base &eq, const Nom &out, const Nom &qsj, const Nom &description, SFichier &os, const Nom &type, const int flag) const