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.0.tar.gz (41.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-2.0.0-py3-none-any.whl (31.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: avl_aero_tables-2.0.0.tar.gz
  • Upload date:
  • Size: 41.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-2.0.0.tar.gz
Algorithm Hash digest
SHA256 c8ae8c955f179061b918927913c00b3a32ae732e4bc9df57e25f2e44eaa521b9
MD5 09c9bf5c8b745d95c2a493fa9f70c007
BLAKE2b-256 4a52892a0d2bf765f822228572038341e3fe1a73fb212fbe2484ef74831a4fd8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: avl_aero_tables-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 31.9 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d024d0aec654152a0542639ed81b868f0b37dd5b8596e09c60aea0912f182c42
MD5 25a0df6fc329340ab9f64f2367c466d0
BLAKE2b-256 b4bba90d09bbcf971b10c262a1b216a9fad7238bf6449c38eb921640ea9da5e5

See more details on using hashes here.

Provenance

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