16#include <Champ_front_ALE_projection.h>
17#include <Champ_front_ALE.h>
19#include <Frontiere_dis_base.h>
20#include <MD_Vector_tools.h>
36 fxyzt.dimensionner(dim);
39 for (
int i = 0; i<dim; i++)
43 Cerr <<
"Lecture et interpretation de la fonction " << tmp << finl;
45 fxyzt[i].setString(tmp);
50 fxyzt[i].parseString();
51 Cerr <<
"Interpretation de la fonction " << tmp <<
" Ok" << finl;
61 fxyzt[dir].setVar(
"x",x);
62 fxyzt[dir].setVar(
"y",y);
63 fxyzt[dir].setVar(
"t",temps);
64 return fxyzt[dir].eval();
69 fxyzt[dir].setVar(
"x",x);
70 fxyzt[dir].setVar(
"y",y);
71 fxyzt[dir].setVar(
"z",z);
72 fxyzt[dir].setVar(
"t",temps);
73 return fxyzt[dir].eval();
class Ch_front_var_instationnaire_dep This abstract class represents a field on a boundary,
double evaluate(double, double, double, int)
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.
Base class for output streams.