From bd29b7e4f4d5b1aaaf47b8391d3860190ca468b9 Mon Sep 17 00:00:00 2001
From: Jennifer Rinker <rink@win.dtu.dk>
Date: Fri, 23 Jun 2017 17:57:33 +0200
Subject: [PATCH] New dx calculation (fixing Issue #56)

Changed Mann dx so it depending on simulation time, not
end time
---
 docs/tutorials/data/DLCs_onshore/Main.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/data/DLCs_onshore/Main.txt b/docs/tutorials/data/DLCs_onshore/Main.txt
index d1b1b3c..e1e1d3d 100644
--- a/docs/tutorials/data/DLCs_onshore/Main.txt
+++ b/docs/tutorials/data/DLCs_onshore/Main.txt
@@ -12,7 +12,7 @@ Default constants:	[ref_ti]	[ref_wind_speed]	[tsr]	[hub_height]	[diameter]	[t0]
 																																					
 																																					
 Default functions:	[Turb base name]	[time stop]	[turb_dx]	[wsp factor]	[wind_ramp_t1]	[wind_ramp_factor1]	[time_start]																														
-	"""turb_wsp[wsp]_s[seed]"""	[t0]+[sim_time]	"[wsp]*[time stop]/8192,0"	[tsr]/[wsp]	[t0]	[wsp factor]	[t0]																														
+	"""turb_wsp[wsp]_s[seed]"""	[t0]+[sim_time]	"[wsp]*[sim_time]/8192,0"	[tsr]/[wsp]	[t0]	[wsp factor]	[t0]																														
 																																					
 																																					
 																																					
-- 
GitLab