16#ifndef Traitement_particulier_Solide_base_included
17#define Traitement_particulier_Solide_base_included
19#include <Champs_compris_interface.h>
20#include <Champs_compris.h>
56 Champs_compris champs_compris_;
class Champ_base This class is the base of the fields hierarchy.
class Champs_compris_interface This class contains an interface of methods intended to manage
Class Conduction: represents the temperature evolution equation.
class Equation_base The role of an equation is the calculation of one or more fields....
A character string (Nom) in uppercase.
An array of character strings (VECT(Nom)).
Objet_U()
Default constructor: assigns a unique identifier to the object (object_id_) and registers the object ...
Base class for special post-processing treatments on solid equations.
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
OBS_PTR(Conduction) mon_equation
virtual void preparer_calcul_particulier()=0
virtual void post_traitement_particulier()=0
virtual void en_cours_de_resolution(int, DoubleTab &, DoubleTab &, double)=0
const Champ_base & get_champ(const Motcle &nom) const override
void creer_champ(const Motcle &) override
virtual Entree & lire(Entree &is)=0
virtual void associer_eqn(const Equation_base &)