Skip to content
Snippets Groups Projects
Commit 1717e40b authored by Andreas Weissenbrunner's avatar Andreas Weissenbrunner
Browse files

Update README.md

parent 23881d45
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment