From 1269cb48b6d0385f5785d8ef6d1f82be854441bc Mon Sep 17 00:00:00 2001
From: Armin Wehrfritz <armin.wehrfritz@aalto.fi>
Date: Fri, 30 Aug 2013 11:23:22 +0300
Subject: [PATCH] Add info about cone angle definition

---
 .../aachenBomb/constant/sprayCloudProperties         |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/tutorials/lagrangian/sprayFoam/aachenBomb/constant/sprayCloudProperties b/tutorials/lagrangian/sprayFoam/aachenBomb/constant/sprayCloudProperties
index c2fd38f..41e3dee 100644
--- a/tutorials/lagrangian/sprayFoam/aachenBomb/constant/sprayCloudProperties
+++ b/tutorials/lagrangian/sprayFoam/aachenBomb/constant/sprayCloudProperties
@@ -136,6 +136,24 @@ subModels
 
             Cd              constant 0.9;
 
+            /* theta = half cone angle
+             * 
+             * \             |             /
+             *  \                         /
+             *   \<- theta ->|           /
+             *    \                     /
+             *     \         |         /
+             *      \                 /
+             *       \       |       /
+             *        \             /
+             *         \     |     /
+             *          \         /
+             *           \   |   /
+             *            \     /
+             *             \ | /
+             *             |   |
+             *             | | |
+             */
             thetaInner      constant 0.0;
             thetaOuter      constant 10.0;
 
-- 
1.7.10.4

