Example splitMesh:
==================
python ../Tools/splitMesh.py sine2d.fds 2x1
python ../Tools/splitMesh.py sine2d.fds 4x1
python ../Tools/splitMesh.py sine2d.fds 8x1


---> The following input geometries are stored in 'input':
sine2d_1x1.fds         (corresponds to sine2d.fds)
sine2d_2x1.fds 
sine2d_4x1.fds 
sine2d_8x1.fds 


Run cases in parallel:
======================
mpirun -np 1 <path_to>/fds input/sine2d_1x1.fds
mpirun -np 2 <path_to>/fds input/sine2d_2x1.fds
mpirun -np 4 <path_to>/fds input/sine2d_4x1.fds
mpirun -np 8 <path_to>/fds input/sine2d_8x1.fds


Example plotCSV:
================
python ../Tools/plotCSV.py sine2d_4x1_devc.csv ULEFT URIGHT -o pictures/udiff_4x1.png

---> Comparison of velocity devices ULEFT and URIGHT is plotted in udiff_4x1.png in pictures-directory


python ../Tools/plotCSV.py sine2d_8x1_devc.csv PRES_ITE -o pictures/presite_8x1.png

---> Number of pressure iterations is plotted in presite_8x1.png in pictures-directory


Example compareCSV:
===================
python ../Tools/compareCSV.py -i compareCSV.txt -o pictures/velerr_all.png VEL_ERROR

with compareCSV.txt:
sine2d_1x1_devc.csv
sine2d_2x1_devc.csv
sine2d_4x1_devc.csv
sine2d_8x1_devc.csv


---> comparison of device VEL_ERROR for 1x1- up to 8x1-cases is plotted in velerr_all.png in pictures-directory


In case of questions or troubles, please contact me at s.kilian@hhpberlin.de

