16#include <Champ_front_tangentiel.h>
25 os << tab.
size() <<
" ";
26 for(
int i=0; i<tab.
size(); i++)
34 Cerr<<
"Reading Champ_front_tangentiel: " << finl;
38 les_mots[0]=
"vitesse_tangentielle";
40 if (motlu != les_mots[0])
42 Cerr <<
"Error while reading a Champ_front_tangentiel" << finl;
43 Cerr <<
"We expected vitesse_tangentielle instead of " << motlu << finl;
class Ch_front_var_instationnaire_dep This abstract class represents a field on a boundary,
class Champ_front_base Base class for the hierarchy of boundary fields.
virtual DoubleTab & valeurs() override
Returns the array of field values.
class Champ_front_tangentiel
Champ_front_base & affecter_(const Champ_front_base &ch) override
Not implemented !!
Class defining operators and methods for all reading operation in an input flow (file,...
virtual void fixer_nb_comp(int i)
Sets the number of components of the field.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.