Skip to content
Snippets Groups Projects
Commit e5e0a0c5 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

Merge branch 'coax_LR_new' into 'main'

fix(config): fix caradonna use of airfoil polars

See merge request rotare/rotare!1
parents b2b2c589 7f58370a
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ Airfoil.polarType = 'file'; % Type of polar to use ('file', 'polynomial') ...@@ -91,7 +91,7 @@ Airfoil.polarType = 'file'; % Type of polar to use ('file', 'polynomial')
Airfoil.coordFile = 'airfoil_data/naca0012.dat'; Airfoil.coordFile = 'airfoil_data/naca0012.dat';
% If Airfoil.polarType == 'file' % If Airfoil.polarType == 'file'
Airfoil.polarFile = 'airfoil_data/NACA_0012-Re_1e5-1e7.mat'; Airfoil.polarFile = 'airfoil_data/NACA_0012-Re_2e5-1e7.mat';
Airfoil.extrapMethod = 'viterna'; % Polar extrapol. ('none', 'spline', 'Viterna') Airfoil.extrapMethod = 'viterna'; % Polar extrapol. ('none', 'spline', 'Viterna')
% ================================================================================================== % ==================================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment