Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.04 KB

Aerostructures

Aerostructures is a Python package based on the OpenMDAO framework (https://github.com/OpenMDAO/OpenMDAO1) for aerostructural analysis and optimization problems using NASTRAN-95 (https://github.com/nasa/NASTRAN-95) and PANAIR (http://www.pdas.com/panair.html).

The aerostructures package was initially developed by Joan Mas Colomer during a PhD thesis at ONERA and ISAE.

Installation

To install the aerostructures package, you can clone the aerostructures directory using git

git clone https://github.com/mid2SUPAERO/aerostructures.git

and install it using pip by specifying the path to the cloned repository.

Otherwise, you can download it in a ZIP file, go to the directory where the file was downloaded and install it using pip

pip install aerostructures-master.zip

License information

See the LICENSE.txt file for information on the license used for this package as well as on the licenses of the derived work from other packages.