Skip to content

Commit

Permalink
Removed drag_coefficient fix after merged into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kenloen committed Nov 25, 2024
1 parent cb3b21d commit dd9f25b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions windIO/is_valid_windio.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ def set_additionalPropterties_false(jsonschema_dict):
"outer_shape"
)

# Bugfix for monopile drag-coefficient
wio_dict["components"]["monopile"]["outer_shape_bem"]["drag_coefficient"] = dict(
grid=[0, 1], values=[0.5, 0.5]
)

# Bugfix for mooring node
for node in wio_floater_dict["components"]["mooring"]["nodes"]:
node["location"] = [0, 0, 0]
Expand Down

0 comments on commit dd9f25b

Please sign in to comment.