From 1717e40b0f9a0c92522fcb25c04a336c24e690c2 Mon Sep 17 00:00:00 2001
From: Andreas Weissenbrunner <a.weissenbrunner@gmx.de>
Date: Thu, 11 May 2023 12:06:56 +0000
Subject: [PATCH] Update README.md

---
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1a97c47..36d1535 100644
--- a/README.md
+++ b/README.md
@@ -49,4 +49,17 @@ Is the correct flow meter file is not found the evaluation of the flow meter wil
 
 ## Collection 
 
-The underlying data for the GUI is generated by CFD simulations. This simulations were automatically performed. In order to repead the simulations or produce additional data, the scripts which generate the simulation setup (geometry, grid, boundary conditions), start the simulation runs, as well as export the data and perform the POD are stored in the folder simulation runs.
+The underlying data for the GUI is generated by CFD simulations. This simulations were automatically performed. In order to repead the simulations or produce additional data, the scripts which generate the simulation setup (geometry, grid, boundary conditions), start the simulation runs, as well as export the data and perform the POD are stored in the folder *Simulation_setup_and_evluation*.
+In the sub folder "BaseCase" the base case is stored. 
+
+The scripds need to be executed in the following order: 
+
+- *GenerateDoubleElbows.py* generates the simulation setup (geometry, grid, boundary condition) and saves each setup in an OpenFoam specific case folder)
+- *Start_DoubleElbows.py* start the simulation runs of the specified cases
+- *Observe_DoubleElbows.py* can be used to monitor the residuals for more than one case simultaniously
+- *ManipulateCases.py* can be used to change parameters of the running simulations 
+- *SaveAllPlanes.py* exports the data from the simulation and saves it in a folder named "allPlanes" for each cross section a new csv file is generated, this file needs to be executed with **pvpython**
+- *MyPOD_allCases_allU_allPlanes.py* performs the POD on all cases, saves it, and prints the convergency
+
+
+
-- 
GitLab