Metadata-Version: 2.1
Name: wingstructure
Version: 0.0.6
Summary: A library for structure calculations in airplane wings
Home-page: https://github.com/akafliegdarmstadt/wingstructure
Author: helo
Author-email: kontakt@akaflieg.tu-darmstadt.de
License: MIT
Description: # wingstructure - an open source python tool assisting with certification of sailplane wings
        
        ![lift distribution](examples/Liftdistribution.png)
        
        [![PyPI version](https://badge.fury.io/py/wingstructure.svg)](https://badge.fury.io/py/wingstructure) [![Documentation Status](https://readthedocs.org/projects/wingstructure/badge/?version=latest)](https://wingstructure.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.com/akafliegdarmstadt/wingstructure.svg?branch=master)](https://travis-ci.com/akafliegdarmstadt/wingstructure) [![Coverage Status](https://coveralls.io/repos/github/akafliegdarmstadt/wingstructure/badge.svg?branch=master)](https://coveralls.io/github/akafliegdarmstadt/wingstructure?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1d3c65877733486cace59b0ffe890407)](https://www.codacy.com/app/helo9/wingstructure?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=helo9/wingstructure&amp;utm_campaign=Badge_Grade)
        
        ## Installation
        pip can be used to install the package:
        ```sh
        pip install wingstructure
        ```
        
        ## Usage
        
        wingstructure has three primary functions:
        
        <table>
         <tr>
          <td>Object oriented representation of wing geometry</td>
          <td>Lift and moment calculation based on multhopp quadrature</td>
          <td>Mass estimation for wing sections</td>
         </tr>
         <tr>
          <td><a href="https://github.com/akafliegdarmstadt/wingstructure/blob/master/examples/CreateGeometryDict.ipynb"><img src="examples/wing.png"></a> </td>
          <td><a href="https://github.com/akafliegdarmstadt/wingstructure/blob/master/examples/02_Analysis_Example.ipynb"><img src="examples/Liftdistribution.png"></a></td>
          <td><a href="https://github.com/akafliegdarmstadt/wingstructure/blob/master/examples/Section.ipynb"><img src="examples/section.svg"></a></td>
         </tr>
         <tr>
         </tr>
        </table>
        
        Those are briefly presented in the [Getting Started Guide](https://wingstructure.readthedocs.io/en/latest/usage/quickstart.html).
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
