Related Resources: calculators

NACA Profiles Python Code Application

Generate 4 and 5 Digit NACA Profiles Python Application

Use this Python code to Generate 4 and 5 digit NACA airfoil sections

Python code - This application requires knowledge of Python installation and code execution.

NOTE: 

Refunds are not awarded after Python files have been downloaded - review your membership agreement for details.
Units (if utilized) utilized within calculators are either SI or Imperial (some enable both SI and Imperial) and member (you) are responsible for conversions. Ensure that you verify units utilized in excel application meet your requirements before downloading. 

Premium Membership Required for download

Download: NACA Profiles Python Script

Output

NACA Airfoil

Python Code Execution Data:

  • Get help
    • python naca.py -h
  • Generate points for NACA profile 2412
    • python naca.py -p 2412
  • Generate points for NACA profile 2412 with 300 points
    • python naca.py -p 2412 -n 300
  • Generate points for NACA profile 2412 and display the result
    • python naca.py -p 2412 -d
  • Generate points for NACA profile 2412 with smooth points spacing and display the result
    • python naca.py -p 2412 -d -s
  • # Generate points for several profiles
    • python naca.py -p "2412 23112" -d -s

Source

Python code - This application requires knowledge of Python installation and code execution.

No requirements outside the Python Standard Library

Support:

  • Engineers Edge has tested the basic functions and operation of this application using Python 3.11.9 and supporting modules.
  • Supporting Windows application "Visual Studio Code".
  • THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Related