Skip to content

Kite properties not consistent with lecture08 notes #3

@jaspermatthe

Description

@jaspermatthe

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.
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions