16#ifndef Convection_Diffusion_Espece_Binaire_base_included
17#define Convection_Diffusion_Espece_Binaire_base_included
19#include <Convection_Diffusion_Espece_Fluide_Dilatable_base.h>
class Champ_base This class is the base of the fields hierarchy.
Particular case of Convection_Diffusion_Espece_Fluide_Dilatable_base for an isothermal and isobaric d...
void set_param(Param &titi) const override
const Champ_base & vitesse_pour_transport() const override
const Champ_base & diffusivite_pour_pas_de_temps() const override
void completer() override
Completes the construction (initialization) of objects associated with the equation.
void assembler_blocs_avec_inertie(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl) override
int preparer_calcul() override
Everything that does not depend on other possible problems.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
void assembler(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override
DoubleTab & derivee_en_temps_inco(DoubleTab &) override
Returns the time derivative of the unknown I of the equation: dI/dt = M-1*(sum(operators(I) + sources...
Particular case of Convection_Diffusion_std for a dilatable fluid when the transported scalar is the ...
Class defining operators and methods for all reading operation in an input flow (file,...
Matrice_Morse class - Represents a (sparse) matrix M, not necessarily square,.
A character string (Nom) in uppercase.
Helper class to factorize the readOn method of Objet_U classes.