From b54a0d9e433d7e037b8c22f80ab9d6883a5f626b Mon Sep 17 00:00:00 2001 From: Andreas Weissenbrunner <a.weissenbrunner@gmx.de> Date: Thu, 11 May 2023 12:12:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36d1535..882e796 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ If the button "Eval Flow Meter" is clicked, an instance of the flow meter class Is the correct flow meter file is not found the evaluation of the flow meter will be calculated for all parameters and the loaded case. After the calculation the flow meter values are saved in the folder as explained above. The calculation needs, depending on the performance of the computer, 10 to 30 minutes to be calculated for the double elbow cases. -## Collection +## Simulation Setup / Data 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_setup_and_evluation*. In the sub folder "BaseCase" the base case is stored. -- GitLab