Skip to content

mid2SUPAERO/aerostructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.