10 #ifndef __Configuration_h__
11 #define __Configuration_h__
31 int numberOfParticles;
32 double smoothingLength;
35 double initialTimeSimulation;
36 double finalTimeSimulation;
43 string typeOfEquation;
79 vector<double> getXiMin ();
87 vector<double> getXiMax ();
96 int getNumberOfParticles ();
104 double getSmoothingLength ();
120 double getInitialTimeSimulation ();
128 double getFinalTimeSimulation ();
136 int getNumberOfSteps ();
144 double getIntervalSize ();
152 string getOdeSolver ();
160 string getDisplay ();
168 string getTypeOfEquation ();