-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The lecture08 notes of the awe course state different values than in powercurve_const_LoD_in.py for the kite_drag_coefficient_out and the kite_lift_coefficient_in. Perhaps they were interchange accidentaly when making the code. See below in the in-line comments what they should be.
# Kite properties
kite_planform_area = 16.7 # m**2
kite_lift_coefficient_out = 1. # -
kite_drag_coefficient_out = 0.2 # - (should be 0.14 as per lecture)
kite_lift_coefficient_in = 0.14 # - (should be 0.2 as per lecture)
kite_drag_coefficient_in = 0.07 # -Below is a screenshot of Table 7.2: Model input parameters from the lecture08 notes.

rschmehl
Metadata
Metadata
Assignees
Labels
No labels