Skip to content

Commit

Permalink
Remove commented out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray authored Jul 16, 2024
1 parent 3b00aff commit c1a3e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def test(self):
# Airfoil properties for viscous drag calculation
"k_lam": 0.05, # percentage of chord with laminar
# flow, used for viscous drag
"t_over_c_cp": 0.12 * np.ones(6), # np.array([0.08, 0.08, 0.08, 0.10, 0.10, 0.12]),
"t_over_c_cp": 0.12 * np.ones(6),
"original_wingbox_airfoil_t_over_c": 0.12,
"c_max_t": 0.38, # chordwise location of maximum thickness
"with_viscous": True,
Expand Down

0 comments on commit c1a3e2a

Please sign in to comment.