Skip to content

Commit

Permalink
Use the cylindrical Reynolds value, not the average
Browse files Browse the repository at this point in the history
  • Loading branch information
pfheatwole committed Mar 24, 2022
1 parent 513757d commit 652342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pfh/glidersim/extras/wings.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def niviuk_hook3(
[-0.5 * specs["chord_root"], 1.75, 1.75],
],
),
"Cd_lines": 0.98, # ref: Kulhánek, 2019; page 5
"Cd_lines": 1, # ref: Kulhánek, 2019; page 5
}

lines = gsim.paraglider_wing.SimpleLineGeometry(
Expand Down

0 comments on commit 652342a

Please sign in to comment.