16#ifndef Aire_interfaciale_included
17#define Aire_interfaciale_included
19#include <Convection_Diffusion_std.h>
20#include <Fluide_base.h>
62 const double g = 9.81 ;
int nombre_d_operateurs() const override
const Milieu_base & milieu() const override
void mettre_a_jour(double temps) override
The value of the unknown at the time step has been calculated.
void associer_fluide(const Fluide_base &)
void associer_milieu_base(const Milieu_base &) override
void discretiser() override
Discretizes the equation.
int impr(Sortie &os) const override
Prints the equation operators to an output stream, unconditionally.
OWN_PTR(Champ_Inc_base) l_inco_ch_
const Operateur & operateur(int) const override
OBS_PTR(Fluide_base) le_fluide_
const Champ_Inc_base & inconnue() const override
Champ_Inc_base & inconnue() override
bool positive_unkown() override
OWN_PTR(Champ_Fonc_base) diametre_bulles_
const Motcle & domaine_application() const override
Returns "indeterminate" Navier_Stokes_standard for example overrides this method.
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
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.
A character string (Nom) in uppercase.
class Operateur Generic class of the operator hierarchy.
Base class for output streams.