From 3548f1ef7277ab829efce9db77a1e60bc84223b7 Mon Sep 17 00:00:00 2001
From: "LEGOLAS\\lenz" <lenz@irmb.tu-bs.de>
Date: Thu, 10 Oct 2019 16:19:41 +0200
Subject: [PATCH] extends readme.md

---
 readme.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/readme.md b/readme.md
index 235735613..9ab9e6cc4 100644
--- a/readme.md
+++ b/readme.md
@@ -15,7 +15,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 VirtualFluidsGPU:
 ==========================
 
 Option 1: use git
@@ -27,10 +27,15 @@ Option 2: without git
 3. click on VirtualFluids/VirtualFluidsGPU
 4. click on the download symbol on the top right and download zip/tar.gz file
 
-How to build Virtual Fluids:
+How to build VirtualFluidsGPU:
 ============================
 
 1. CMake the project
 2. set the output path in targets/apps/LidDrivenCavity/LidDrivenCavity.cpp
 3. build the project ("compile")
-4. run the generated executable (usually in <build directory>/bin/)
\ No newline at end of file
+4. run the generated executable (usually in <build directory>/bin/)
+
+VirtualFluidsGPU results files:
+===============================
+
+VirtualFluidsGPU generates a the time series of output files directly in the output path. In Paraview these time series can be read directly.
\ No newline at end of file
-- 
GitLab