From 3f1936e603c47d7291eb3cb30647472838f11a53 Mon Sep 17 00:00:00 2001 From: "LEGOLAS\\lenz" <lenz@irmb.tu-bs.de> Date: Thu, 10 Oct 2019 16:19:43 +0200 Subject: [PATCH] extends readme.md --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6e495d438..682191a16 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Paraview [www.paraview.org](https://www.paraview.org/): C++ Compiler: * with C++11 support, for example gcc6.3 or Visual C++ 14.0 -How to get Virtual Fluids: +How to get VirtualFluidsCPU: ========================== Option 1: use git @@ -22,10 +22,15 @@ Option 2: without git 3. click on VirtualFluids/VirtualFluidsCPU 4. click on the download symbol on the top right and download zip/tar.gz file -How to build Virtual Fluids: +How to build VirtualFluidsCPU: ============================ 1. CMake the project 2. set the output path in Applications/LidDrivenCavity/LidDrivenCavity.cpp 3. build the project ("compile") 4. run the generated executable (usually in <build directory>/Applications/LidDrivenCavity) + +VirtualFluidsCPU results files: +=============================== + +VirtualFluidsCPU generates a set of multiple output directories in the prescribed output path. The flow fields can be found in the _mq_ directory. To view the flow fields, it is most conveniant to open the _mq_collection.pvd_ file in Paraview. The _bc_ directory contains the boundary condition information, the _geo_ directory contains information on the geometry of the flow domain and the _blocks_ directory contains the block grid. -- GitLab