16#ifndef Convection_Diffusion_Espece_Binaire_WC_included
17#define Convection_Diffusion_Espece_Binaire_WC_included
19#include <Convection_Diffusion_Espece_Binaire_base.h>
Convection_Diffusion_Espece_Binaire_WC class Special case of Convection_Diffusion_Espece_Binaire_base...
int reprendre(Entree &) override
Restores an Objet_U from an input stream. Virtual method to override.
std::vector< YAML_data > data_a_sauvegarder() const override
for PDI IO: retrieve name, type and dimensions of the data to save/restore. This has to be overrode f...
void completer() override
Completes the construction (initialization) of objects associated with the equation.
int sauvegarder(Sortie &) const override
Saves an Objet_U to an output stream. Virtual method to override.
Particular case of Convection_Diffusion_Espece_Fluide_Dilatable_base for an isothermal and isobaric d...
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for output streams.