Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PyWake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
PyWake
Commits
96d7f954
Commit
96d7f954
authored
1 month ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
switch FugaYawDeficit and FugaDeficit default luts back to original tables
parent
ebe8bfc6
No related branches found
No related tags found
1 merge request
!654
switch FugaYawDeficit and FugaDeficit default luts back to original tables
Pipeline
#72160
passed
1 month ago
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
py_wake/deficit_models/fuga.py
+20
-2
20 additions, 2 deletions
py_wake/deficit_models/fuga.py
with
20 additions
and
2 deletions
py_wake/deficit_models/fuga.py
+
20
−
2
View file @
96d7f954
...
@@ -175,8 +175,26 @@ class FugaMultiLUTDeficit(XRLUTDeficitModel):
...
@@ -175,8 +175,26 @@ class FugaMultiLUTDeficit(XRLUTDeficitModel):
return
output_ijlk
return
output_ijlk
FugaYawDeficit
=
FugaMultiLUTDeficit
class
FugaYawDeficit
(
FugaMultiLUTDeficit
):
FugaDeficit
=
FugaMultiLUTDeficit
def
__init__
(
self
,
LUT_path
=
tfp
+
'
fuga/2MW/Z0=0.00408599Zi=00400Zeta0=0.00E+00.nc
'
,
z_lst
=
None
,
TI_ref_height
=
None
,
bounds
=
'
limit
'
,
smooth2zero_x
=
None
,
smooth2zero_y
=
None
,
remove_wriggles
=
False
,
rotorAvgModel
=
None
,
groundModel
=
None
,
use_effective_ti
=
False
):
FugaMultiLUTDeficit
.
__init__
(
self
,
LUT_path
=
LUT_path
,
z_lst
=
z_lst
,
TI_ref_height
=
TI_ref_height
,
bounds
=
bounds
,
smooth2zero_x
=
smooth2zero_x
,
smooth2zero_y
=
smooth2zero_y
,
remove_wriggles
=
remove_wriggles
,
rotorAvgModel
=
rotorAvgModel
,
groundModel
=
groundModel
,
use_effective_ti
=
use_effective_ti
)
class
FugaDeficit
(
FugaMultiLUTDeficit
):
def
__init__
(
self
,
LUT_path
=
tfp
+
'
fuga/2MW/Z0=0.03000000Zi=00401Zeta0=0.00E+00.nc
'
,
z_lst
=
None
,
TI_ref_height
=
None
,
bounds
=
'
limit
'
,
smooth2zero_x
=
None
,
smooth2zero_y
=
None
,
remove_wriggles
=
False
,
rotorAvgModel
=
None
,
groundModel
=
None
,
use_effective_ti
=
False
):
FugaMultiLUTDeficit
.
__init__
(
self
,
LUT_path
=
LUT_path
,
z_lst
=
z_lst
,
TI_ref_height
=
TI_ref_height
,
bounds
=
bounds
,
smooth2zero_x
=
smooth2zero_x
,
smooth2zero_y
=
smooth2zero_y
,
remove_wriggles
=
remove_wriggles
,
rotorAvgModel
=
rotorAvgModel
,
groundModel
=
groundModel
,
use_effective_ti
=
use_effective_ti
)
def
main
():
def
main
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment