My Project
|
To run the code with continously increase slider velocity, set the parameters and configurations to the following values:
Then the run can be controlled by setting:
, the values given are just an example. Note the threshold parameter, this will stop the velocity from increasing further after this is reached. To avoid having a active threshold, set it to a higher then the start and end speed.
Quite a lot is being changed in the first iteration of this code, most importantly all the hard coded variables are attempted moved out of the code and into configuration files which are loaded in a separated file. Note that not all of the variables have been freed from the code yet.
The code has also been developed with a parallel version of the code. This part was not used in the Thesis, note that the functions concerning the parallel version specifically has "Parallel" in the function name. If the only the implementation of the numerical scheme is of interest, these parallel functions can be skipped.