summaryrefslogtreecommitdiff
path: root/src/simulation/elements/CLNE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/CLNE.cpp')
-rw-r--r--src/simulation/elements/CLNE.cpp4
1 files changed, 2 insertions, 2 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;