Skip to main content

Generate aerodynamic lookup tables using AVL (Athena Vortex Lattice)

Project description

avl-aero-tables

Tests

A Python package that drives AVL (Athena Vortex Lattice) by Mark Drela and Harold Youngren (MIT) programmatically — piping sweep commands to AVL's stdin, parsing its .st output, and returning structured aerodynamic lookup tables.

Install

pip install avl-aero-tables

Requires Python 3.12+ and the AVL binary installed at ~/bin/avl.

Documentation

Full installation guide, walkthrough, API reference, and more at the docs site.

Quick look

CLI

Define a sweep in a YAML project file and run it in one command:

$ avl-aero-tables sweep examples/bd/bd.yml         # run sweep → _runs/bd/<timestamp>/
$ avl-aero-tables plot geometry examples/bd/bd.yml  # interactive 3-D geometry plot
$ avl-aero-tables plot aero _runs/bd/               # plot latest sweep results

Python API

Call the same steps programmatically:

from avl_aero_tables import avl_fileread, avl_fileplot, avl_sweep, aero_filewrite, aero_fileplot

geom    = avl_fileread("examples/bd/bd.avl")            # parse geometry
fig     = avl_fileplot(geom)                            # interactive 3-D plot
results = avl_sweep("examples/bd/bd.avl", alpha, beta, out_dir="_runs")  # run AVL sweep
aero    = aero_filewrite(results)                       # build lookup tables
figs    = aero_fileplot(aero)                           # plot aero database

References

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

avl_aero_tables-1.8.0.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

avl_aero_tables-1.8.0-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

Details for the file avl_aero_tables-1.8.0.tar.gz.

File metadata

  • Download URL: avl_aero_tables-1.8.0.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for avl_aero_tables-1.8.0.tar.gz
Algorithm Hash digest
SHA256 c4bd93e9cefa901f2de9b1f5ac74483c9d0978baea18f1824f8f4ef226cd156e
MD5 5856861d42173130a60b0a36deba2b1a
BLAKE2b-256 4028e7664b788b64cb800f0e89c9dcc47204298e4596f7ec99040427514b4dd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for avl_aero_tables-1.8.0.tar.gz:

Publisher: publish.yml on brio50/AVL-Aero-Tables

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file avl_aero_tables-1.8.0-py3-none-any.whl.

File metadata

  • Download URL: avl_aero_tables-1.8.0-py3-none-any.whl
  • Upload date:
  • Size: 27.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for avl_aero_tables-1.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 92f3fcf129c7647e052d915909983d7b2ffbb9535d08bcb1c6c10d12fc379718
MD5 abc48e8fb74964f873985447b8edc292
BLAKE2b-256 f6996f9bdd054d21042287573a26eda875b8fd7d6a330c3e546db6e358d1b294

See more details on using hashes here.

Provenance

The following attestation bundles were made for avl_aero_tables-1.8.0-py3-none-any.whl:

Publisher: publish.yml on brio50/AVL-Aero-Tables

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page