16#include <Potentiel_Chimique_base.h>
34 Cerr <<
"Potentiel_Chimique_base::check_compatibility -- Problem of compatibility"
35 " between number of phases of potential and closure. Please chek your dataset." << finl;
39 Cerr <<
"Compatibility: OK" << finl;
48 Cerr <<
"Chemical potential has not been implemented, it must be define." << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for TRUST objects (Objet_U).
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
int nb_parametres_d_ordre_
virtual DoubleTab dWdc(const DoubleTab &)
void check_compatibility(const int)
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.