summaryrefslogtreecommitdiffstats
path: root/Smoke/report/chapter8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/report/chapter8.tex')
-rw-r--r--Smoke/report/chapter8.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Smoke/report/chapter8.tex b/Smoke/report/chapter8.tex
index a89337f..87e6206 100644
--- a/Smoke/report/chapter8.tex
+++ b/Smoke/report/chapter8.tex
@@ -5,15 +5,15 @@ grids. \\
\section{Description}
-Image you let a drop of ink go with the fluid flow for a while. What you will get is a line that shows the path a ink particle has taken. Such a path is called a
-streamline. A streamtube is a 3D variant of a streamline. A streamtube consists of a number of consecutive tubes that together form a thick 3-dimensional flexible
-tube. \\
+Imagine you drop of bit of ink into the fluid and let it flow for a while. What you will get is a line that shows the path a ink particle has taken. Such a path is
+called a streamline. A streamtube is a 3D variant of a streamline. A streamtube consists of a number of consecutive tubes that together form a thick 3-dimensional
+flexible tube. \\
-Each streamtube has a begin and end. The begin point of a streamtube is called a seedpoint. From a seed point the tube will begin flowing with the fluid. It end
+Each streamtube has a begin and end. The begin point of a streamtube is called a seedpoint. From a seed point the tube will begin flowing with the fluid. It ends
after a number of frames, seconds or parts. This can be variable. \\
The streamtubes we had to implement were'nt actually flowing trough the fluid but through a frame history. Each frame is stored in a history array and the
-streamtube take a path trough history. The 2D grid became a 3D 50x50x50 grid with this new feature. \\
+streamtubes take a path trough history. The 2D grid became a 3D grid with this new feature. \\
\section{Implementation}