Wingwalker Airfoil and Wing Design Tools'
Project description
Wingwalker Python Module
This Python module provides core functions and scripts to create useful airfoil models and files from engineering specifications. These base models can then be used to create useful designs and implementations (VR and 3D models, 3D printer components, etc).
Philosophy
Wing selection and design can be very complex. From the choice of starting airfoil specs (custom or existing), to cost analysis, and finally to construction, the spectrum of both choices and pitfalls at each stage can become overwhelming pretty quickly, especially to someone whose primary interest is what comes after the wings are bolted on.
The goal behind this software is very straightforward: To give everyone, from the basic hobbyist to the serious (semi)professional, the ability to go quickly from theory and specs to design to real- or virtual-world production of airfoils and wings.
Installation
$ pip install wingwalker
Usage
The wingwalker modules can be used directly and help cut back on multiple custom steps.
For example, to read in an airfoil data file, start with the follwoing code snippet:
import wingwalker as ww
# Arrays to hold coordinates
xs, ys = []
# File format
dat_format="selig"
# Chord (x-axis) length (in mm, in this case)
c_len=128.0
# Input file
infile='/path/to/selig/file'
with open(infile, 'rb') as stream:
spec_name = ww.utils.parse_specs(stream, xs, ys, c_len, dat_format)
# spec_name, xs, and ys now have the info from the input file
License
This software is distributed freely under the MIT license. You are free to use, abuse, modify, or ridicule the software, its products, and its processes in any way you see fit.
Output generated by the original software is published under the Create Commons license, and may also be used for any purpose, commercial or not. Users of this software may freely apply or replace the CC license with their own license or restrictions, as they desire.
Credits
wingwalker
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wingwalker-0.1.3.tar.gz
.
File metadata
- Download URL: wingwalker-0.1.3.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08a92818f0fd53033a94d9d2cfbed8da718bcf02ecd8702da674030c81739eca |
|
MD5 | a901eaf56116dee1a8fceea0813a7b8c |
|
BLAKE2b-256 | b1bb4d843b60b98e4414f2f4061d94d2f820abf104a2e20cc5e8d289f473c5d1 |
File details
Details for the file wingwalker-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: wingwalker-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90ba47f8fbea9dbd167ede851f0ea01481cd072418cc781cbb2d46aa84a0ecb0 |
|
MD5 | b4276f066ef76f3747d7341f3715def0 |
|
BLAKE2b-256 | 35176d95ca11c96e5d464b888a145c0204e4b88c4c0f1349193b26ec46c34873 |