Reynolds number correction for propellers + Script for converting APC PER3 files - #1470
Reynolds number correction for propellers + Script for converting APC PER3 files#1470Scavanger wants to merge 1 commit into
Conversation
…PER3 dat files to propeller XML
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1470 +/- ##
==========================================
- Coverage 25.10% 25.09% -0.02%
==========================================
Files 171 171
Lines 18843 18851 +8
==========================================
Hits 4731 4731
- Misses 14112 14120 +8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thanks for your contribution. It looks good to me. Using RPMs to get the Reynolds number correction makes perfect sense because it is assumed that:
These 2 assumptions stand because we are dealing with UAV/MAV with small propellers and because the Reynolds number correction only applies to (very) small propellers. So I am wondering if this should be documented ? In particular, tables |
Adds the missing Reynolds numbers correction in FGPropeller. This applies to small UAV/RC propellers with low Reynolds numbers and should result in a 10–15% improvement.
In the propeller XML, two additional tables, CT_RPM_FACTOR and CP_RPM_FACTOR, have been added, these are normalised to 1.0 at the RPM for which the baseline C_THRUST/C_POWER data were measured.
I have also added a script that converts APC PER3 data files into clean propeller XML files and calculates the corrected Reynolds numbers and an example XML for a APC 18x8E Propeller.
Unfortunately, XML files for small propeller XML files generated by Aero-matic are incorrect, as Aero-matic is not designed for such small propellers and calculates a shaft power that is far too high.
#1466