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 all _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, plot_totals, plot_stab_derivs, plot_ctrl_derivs

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_total = plot_totals(aero)                          # plot total aero tables
figs_stab  = plot_stab_derivs(aero)                    # plot stability derivatives
figs_ctrl  = plot_ctrl_derivs(aero)                    # plot control derivatives

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-2.0.1.tar.gz (41.5 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-2.0.1-py3-none-any.whl (32.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: avl_aero_tables-2.0.1.tar.gz
  • Upload date:
  • Size: 41.5 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-2.0.1.tar.gz
Algorithm Hash digest
SHA256 6f94ecaf9cea5d947bd0f5b520bdc4cba3772bb95d7776c05d1756eb2990e868
MD5 234283196eff42a59dc11a3423d2e5f7
BLAKE2b-256 6aab0b7d463884c5045b50b311d445adfd0dfc91f00dca390543e9dd3d55d75a

See more details on using hashes here.

Provenance

The following attestation bundles were made for avl_aero_tables-2.0.1.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-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: avl_aero_tables-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 32.2 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-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c89d93a8456c945d221554be71f7aa67c577b39b654042cd8424fed83da64e06
MD5 14f7bed9d5d08665d333ab89b94a440f
BLAKE2b-256 3472b814d7dc8e245a6608fb995a2d92ae81f8b616590585aea605d51dc11100

See more details on using hashes here.

Provenance

The following attestation bundles were made for avl_aero_tables-2.0.1-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