Skip to content
Snippets Groups Projects
Commit 6940748b authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Set ctlim = 0.96 in Nygaard_2022. which corresponds to limiting the term in...

parent ff143a9c
No related branches found
No related tags found
1 merge request!657Set ctlim = 0.96 in Nygaard_2022. which corresponds to limiting the term in...
Pipeline #72854 failed
......@@ -27,7 +27,11 @@ class Nygaard_2022(PropagateDownwind):
wake_deficitModel = TurboGaussianDeficit(
ct2a=ct2a_mom1d,
groundModel=Mirror(),
rotorAvgModel=GaussianOverlapAvgModel())
rotorAvgModel=GaussianOverlapAvgModel(),
# ctlim=0.96 corresponds to limiting the term in the sqrt of epsilon to 3 as in
# the matlab code from Ørsted (https://github.com/OrstedRD/TurbOPark/blob/main/TurbOPark.m#L197)
ctlim=0.96
)
# Ørsted scales the deficit with respect to the ambient wind speed of the downstream turbine:
wake_deficitModel.WS_key = 'WS_jlk'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment