Python interface for MIT AVL (Athena Vortex Lattice)
Project description
Python interface for MIT AVL (Athena Vortex Lattice)
Description
Currently implemented: * Geometry definition * Case definition * Running operating-point run cases * Results parsing
Not implemented (yet): * Mass definition * Eigen-mode analyses * Time-domain analyses
Installation
AVLWrapper can be installed from pip:
$ pip install avlwrapper
Or can be installed from Git:
$ pip install git+https://github.com/renoelmendorp/AVLWrapper@master
AVL (link) should be installed.
By default, the wrapper will check the current directory, the module directory and the system path. See Changing settings how to change the executable path to a custom location.
Usage
For an usage example, see example.py
Changing settings
To change settings, make a local copy of the settings file:
from avlwrapper import default_config
default_config.local_copy()
By default the wrapper will look for a configuration file in the working directory and module directory. If you would like to use a different configuration file, you need to give the path to the session:
from avlwrapper import Configuration
my_config = Configuration(path_to_file)
session = Session(..., config=my_config)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for avlwrapper-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ef749ede9da5e03a976abc18e397cd0df7a83bcfce7483b800205c1d458ee51 |
|
MD5 | 9dcbcb9f4c405e8fab0cb3bf8f99309e |
|
BLAKE2b-256 | fafd217d1ffb6d86e299cb7f3243851201c46e24f4cb683a44e2229c177dbb57 |
Hashes for avlwrapper-0.1.5-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26eb7273338940d013fabed8961e34caefe26bb4267b9019b1a0f4d5436ac2fd |
|
MD5 | c249409a32484fd2da729c4871a90f63 |
|
BLAKE2b-256 | 15bea04e37c977f0e5f7a16a18a678861b6ba60dd5429cf815c3cb5de702509b |