Metadata-Version: 1.2
Name: pytornado
Version: 0.2.0
Summary: A vortex-lattice implementation (VLM) implementation
Home-page: https://github.com/airinnova/pytornado
Author: Aaron Dettmann
Author-email: dettmann@kth.se
License: Apache License 2.0
Description: .. image:: https://img.shields.io/pypi/v/pytornado.svg?style=flat
           :target: https://pypi.org/project/pytornado/
           :alt: Latest PyPI version
        
        .. image:: https://readthedocs.org/projects/pytornado/badge/?version=latest
            :target: https://pytornado.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
            :target: https://github.com/airinnova/pytornado/blob/master/LICENSE.txt
            :alt: License
        
        .. image:: https://travis-ci.org/airinnova/pytornado.svg?branch=master
            :target: https://travis-ci.org/airinnova/pytornado
            :alt: Build status
        
        .. image:: https://codecov.io/gh/airinnova/pytornado/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/airinnova/pytornado
            :alt: Coverage
        
        |
        
        .. image:: https://raw.githubusercontent.com/airinnova/pytornado/master/docs/source/_static/images/logo/logo.png
            :alt: PyTornado
            :width: 200 px
            :scale: 100 %
        
        PyTornado is an implementation of the vortex lattice method (VLM). The VLM, based on potential flow theory, is the simplest general method for 3D aerodynamic analyses of aircraft. The method requires only a coarse definition of the aircraft geometry and the flight state. Due to the few input parameters analyses can be set up with little effort and analyses are computationally inexpensive. PyTornado is an ideal tool for conceptual aircraft design. Short computation times make it possible to easily obtain estimates of aerodynamic loads and to benchmark different concepts.
        
        .. image:: https://raw.githubusercontent.com/airinnova/pytornado/master/docs/source/_static/images/main.png
            :target: https://github.com/airinnova/pytornado
            :scale: 50 %
            :alt: Example
        
        How to get started
        ------------------
        
        Please refer to the documentation for installation instructions and a user guide:
        
        * https://pytornado.readthedocs.io/
        
        License
        -------
        
        **License:** Apache-2.0
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6.0
