16#ifndef Champ_Ostwald_included
17#define Champ_Ostwald_included
19#include <Champ_Fonc_P0_base.h>
20#include <Champ_Don_base.h>
50 mon_fluide_ = le_fluide;
Champ_Ostwald Represents a field that varies as a function of consistency and.
void mettre_a_jour(double temps) override
Time update of the field.
Champ_base & affecter_(const Champ_base &) override
Assigns a Champ_base to a Champ_Fonc_base.
virtual void me_calculer(double tps)
OBS_PTR(Fluide_Ostwald) mon_fluide_
void associer_fluide(const Fluide_Ostwald &le_fluide)
virtual const Fluide_Ostwald & mon_fluide() const
int initialiser(const double temps) override
DOES NOTHING.
int fixer_nb_valeurs_nodales(int nb_noeuds) override
Sets the number of degrees of freedom per component.
class Champ_base This class is the base of the fields hierarchy.