summaryrefslogtreecommitdiff
path: root/src/simulation/elements
diff options
context:
space:
mode:
authorStanislaw Skowronek <skylark@disorder.sko>2013-11-16 02:01:51 (GMT)
committer Stanislaw Skowronek <skylark@disorder.sko>2013-11-16 02:01:51 (GMT)
commit28f8a82a9df396a649a8784b56cb541e2a45a789 (patch)
treec1441d4183c5acaa2476024bf302a54311e9c905 /src/simulation/elements
parent3296d01874d19e8310385c8bfc9a3a50a8319478 (diff)
downloadpowder-28f8a82a9df396a649a8784b56cb541e2a45a789.zip
powder-28f8a82a9df396a649a8784b56cb541e2a45a789.tar.gz
A few more elements move.
Diffstat (limited to 'src/simulation/elements')
-rw-r--r--src/simulation/elements/CLNE.cpp4
-rw-r--r--src/simulation/elements/TTAN.cpp2
-rw-r--r--src/simulation/elements/WHOL.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/simulation/elements/CLNE.cpp b/src/simulation/elements/CLNE.cpp
index 04b0374..e36db97 100644
--- a/src/simulation/elements/CLNE.cpp
+++ b/src/simulation/elements/CLNE.cpp
@@ -12,9 +12,9 @@ Element_CLNE::Element_CLNE()
Advection = 0.0f;
AirDrag = 0.00f * CFDS;
AirLoss = 0.90f;
- Loss = 0.00f;
+ Loss = 0.995f;
Collision = 0.0f;
- Gravity = 0.0f;
+ Gravity = 0.1f;
Diffusion = 0.00f;
HotAir = 0.000f * CFDS;
Falldown = 0;
diff --git a/src/simulation/elements/TTAN.cpp b/src/simulation/elements/TTAN.cpp
index ef16532..b37ac61 100644
--- a/src/simulation/elements/TTAN.cpp
+++ b/src/simulation/elements/TTAN.cpp
@@ -15,7 +15,7 @@ Element_TTAN::Element_TTAN()
AirLoss = 0.90f;
Loss = 0.999f;
Collision = 0.0f;
- Gravity = 0.2f;
+ Gravity = 0.1f;
Diffusion = 0.00f;
HotAir = 0.000f * CFDS;
Falldown = 0;
diff --git a/src/simulation/elements/WHOL.cpp b/src/simulation/elements/WHOL.cpp
index 41a34bb..9fb01e2 100644
--- a/src/simulation/elements/WHOL.cpp
+++ b/src/simulation/elements/WHOL.cpp
@@ -12,9 +12,9 @@ Element_WHOL::Element_WHOL()
Advection = 0.0f;
AirDrag = 0.00f * CFDS;
AirLoss = 0.95f;
- Loss = 0.00f;
+ Loss = 0.99f;
Collision = 0.0f;
- Gravity = 0.0f;
+ Gravity = 0.1f;
Diffusion = 0.00f;
HotAir = 0.010f * CFDS;
Falldown = 0;