openconcept


Nameopenconcept JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/mdolab/openconcept
SummaryOpen aircraft conceptual design tools
upload_time2024-03-25 19:13:49
maintainerNone
docs_urlNone
authorBenjamin J. Brelje and Eytan J. Adler
requires_pythonNone
licenseMIT License
keywords aircraft design optimization multidisciplinary multi-disciplinary analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # OpenConcept - A conceptual design toolkit with efficient gradients implemented in the OpenMDAO framework

### Authors: Benjamin J. Brelje and Eytan J. Adler

[![Build](https://github.com/mdolab/openconcept/workflows/Build/badge.svg?branch=main)](https://github.com/mdolab/openconcept/actions?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/mdolab/openconcept/branch/main/graph/badge.svg?token=RR8CN3IOSL)](https://codecov.io/gh/mdolab/openconcept)
[![Documentation](https://readthedocs.com/projects/mdolab-openconcept/badge/?version=latest)](https://mdolab-openconcept.readthedocs-hosted.com/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/openconcept)](https://pypi.org/project/openconcept/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/openconcept)](https://pypi.org/project/openconcept/)

OpenConcept is a new toolkit for the conceptual design of aircraft. OpenConcept was developed in order to model and optimize aircraft with electric propulsion at low computational cost. The tools are built on top of NASA Glenn's [OpenMDAO](http://openmdao.org/) framework, which in turn is written in Python.

OpenConcept is capable of modeling a wide range of propulsion systems, including detailed thermal management systems.
The following figure (from [this paper](https://doi.org/10.3390/aerospace9050243)) shows one such system that is modeled in the `N3_HybridSingleAisle_Refrig.py` example.

<h2 align="center">
    <img src="https://raw.githubusercontent.com/mdolab/openconcept/main/doc/_static/images/full_parallel_system_chiller.png" width="500" />
</h2>

The following charts show more than 250 individually optimized hybrid-electric light twin aircraft (similar to a King Air C90GT). Optimizing hundreds of configurations can be done in a couple of hours on a standard laptop computer.

![Example charts](https://raw.githubusercontent.com/mdolab/openconcept/main/doc/_static/images/readme_charts.png)

The reason for OpenConcept's efficiency is the analytic derivatives built into each analysis routine and component. Accurate, efficient derivatives enable the use of Newton nonlinear equation solutions and gradient-based optimization at low computational cost.

## Documentation

Automatically-generated documentation is available at (https://mdolab-openconcept.readthedocs-hosted.com/en/latest/).

To build the docs locally, install the `sphinx_mdolab_theme` via `pip`. Then enter the `doc` folder in the root directory and run `make html`. The built documentation can be viewed by opening `_build/html/index.html`. OpenAeroStruct is required (also installable via `pip`) to build the OpenAeroStruct portion of the source docs.

## Getting Started

OpenConcept can be pip installed directly from PyPI

```shell
pip install openconcept
```

To run the examples or edit the source code:
1. Clone the repo to disk (`git clone https://github.com/mdolab/openconcept`)
2. Navigate to the root `openconcept` folder
3. Run `pip install -e .` to install the package (the `-e` can be omitted if not editing the source)

Get started by following the tutorials in the documentation to learn the most important parts of OpenConcept.
The features section of the documentation describes most of the components and system models available in OpenConcept.

### Requirements

<!-- Remember to change doc/index.rst too! -->

OpenConcept is tested regularly on builds with the oldest and latest supported package versions. The package versions in the oldest and latest builds are the following:

| Package | Oldest | Latest |
| ------- | ------- | ------ |
| Python | 3.8 | 3.11 |
| OpenMDAO | 3.21 | 3.30 |
| NumPy | 1.20 | latest |
| SciPy | 1.6.0 | latest |
| OpenAeroStruct | latest | latest |

## Citation

Please cite this software by reference to the [conference paper](https://www.researchgate.net/publication/326263660_Development_of_a_Conceptual_Design_Model_for_Aircraft_Electric_Propulsion_with_Efficient_Gradients):

Benjamin J. Brelje and Joaquim R. R. A. Martins, "Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients", 2018 AIAA/IEEE Electric Aircraft Technologies Symposium, AIAA Propulsion and Energy Forum, (AIAA 2018-4979) DOI: 10.2514/6.2018-4979

```
@inproceedings{Brelje2018a,
	address = {{C}incinnati,~{OH}},
	author = {Benjamin J. Brelje and Joaquim R. R. A. Martins},
	booktitle = {Proceedings of the AIAA/IEEE Electric Aircraft Technologies Symposium},
	doi = {10.2514/6.2018-4979},
	month = {July},
	title = {Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients},
	year = {2018}
}
```

If using the integrated OpenAeroStruct VLM or aerostructural aerodynamic models, please cite the following [conference paper](https://www.researchgate.net/publication/357559489_Aerostructural_wing_design_optimization_considering_full_mission_analysis):

Eytan J. Adler and Joaquim R. R. A. Martins, "Efficient Aerostructural Wing Optimization Considering Mission Analysis", Journal of Aircraft, 2022. DOI: 10.2514/1.c037096

```
@article{Adler2022d,
	author = {Adler, Eytan J. and Martins, Joaquim R. R. A.},
	doi = {10.2514/1.c037096},
	issn = {1533-3868},
	journal = {Journal of Aircraft},
	month = {December},
	publisher = {American Institute of Aeronautics and Astronautics},
	title = {Efficient Aerostructural Wing Optimization Considering Mission Analysis},
	year = {2022}
}
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdolab/openconcept",
    "name": "openconcept",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "aircraft design optimization multidisciplinary multi-disciplinary analysis",
    "author": "Benjamin J. Brelje and Eytan J. Adler",
    "author_email": null,
    "download_url": "https://github.com/mdolab/openconcept",
    "platform": null,
    "description": "# OpenConcept - A conceptual design toolkit with efficient gradients implemented in the OpenMDAO framework\n\n### Authors: Benjamin J. Brelje and Eytan J. Adler\n\n[![Build](https://github.com/mdolab/openconcept/workflows/Build/badge.svg?branch=main)](https://github.com/mdolab/openconcept/actions?query=branch%3Amain)\n[![Coverage](https://codecov.io/gh/mdolab/openconcept/branch/main/graph/badge.svg?token=RR8CN3IOSL)](https://codecov.io/gh/mdolab/openconcept)\n[![Documentation](https://readthedocs.com/projects/mdolab-openconcept/badge/?version=latest)](https://mdolab-openconcept.readthedocs-hosted.com/en/latest/?badge=latest)\n[![PyPI](https://img.shields.io/pypi/v/openconcept)](https://pypi.org/project/openconcept/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/openconcept)](https://pypi.org/project/openconcept/)\n\nOpenConcept is a new toolkit for the conceptual design of aircraft. OpenConcept was developed in order to model and optimize aircraft with electric propulsion at low computational cost. The tools are built on top of NASA Glenn's [OpenMDAO](http://openmdao.org/) framework, which in turn is written in Python.\n\nOpenConcept is capable of modeling a wide range of propulsion systems, including detailed thermal management systems.\nThe following figure (from [this paper](https://doi.org/10.3390/aerospace9050243)) shows one such system that is modeled in the `N3_HybridSingleAisle_Refrig.py` example.\n\n<h2 align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/mdolab/openconcept/main/doc/_static/images/full_parallel_system_chiller.png\" width=\"500\" />\n</h2>\n\nThe following charts show more than 250 individually optimized hybrid-electric light twin aircraft (similar to a King Air C90GT). Optimizing hundreds of configurations can be done in a couple of hours on a standard laptop computer.\n\n![Example charts](https://raw.githubusercontent.com/mdolab/openconcept/main/doc/_static/images/readme_charts.png)\n\nThe reason for OpenConcept's efficiency is the analytic derivatives built into each analysis routine and component. Accurate, efficient derivatives enable the use of Newton nonlinear equation solutions and gradient-based optimization at low computational cost.\n\n## Documentation\n\nAutomatically-generated documentation is available at (https://mdolab-openconcept.readthedocs-hosted.com/en/latest/).\n\nTo build the docs locally, install the `sphinx_mdolab_theme` via `pip`. Then enter the `doc` folder in the root directory and run `make html`. The built documentation can be viewed by opening `_build/html/index.html`. OpenAeroStruct is required (also installable via `pip`) to build the OpenAeroStruct portion of the source docs.\n\n## Getting Started\n\nOpenConcept can be pip installed directly from PyPI\n\n```shell\npip install openconcept\n```\n\nTo run the examples or edit the source code:\n1. Clone the repo to disk (`git clone https://github.com/mdolab/openconcept`)\n2. Navigate to the root `openconcept` folder\n3. Run `pip install -e .` to install the package (the `-e` can be omitted if not editing the source)\n\nGet started by following the tutorials in the documentation to learn the most important parts of OpenConcept.\nThe features section of the documentation describes most of the components and system models available in OpenConcept.\n\n### Requirements\n\n<!-- Remember to change doc/index.rst too! -->\n\nOpenConcept is tested regularly on builds with the oldest and latest supported package versions. The package versions in the oldest and latest builds are the following:\n\n| Package | Oldest | Latest |\n| ------- | ------- | ------ |\n| Python | 3.8 | 3.11 |\n| OpenMDAO | 3.21 | 3.30 |\n| NumPy | 1.20 | latest |\n| SciPy | 1.6.0 | latest |\n| OpenAeroStruct | latest | latest |\n\n## Citation\n\nPlease cite this software by reference to the [conference paper](https://www.researchgate.net/publication/326263660_Development_of_a_Conceptual_Design_Model_for_Aircraft_Electric_Propulsion_with_Efficient_Gradients):\n\nBenjamin J. Brelje and Joaquim R. R. A. Martins, \"Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients\", 2018 AIAA/IEEE Electric Aircraft Technologies Symposium, AIAA Propulsion and Energy Forum, (AIAA 2018-4979) DOI: 10.2514/6.2018-4979\n\n```\n@inproceedings{Brelje2018a,\n\taddress = {{C}incinnati,~{OH}},\n\tauthor = {Benjamin J. Brelje and Joaquim R. R. A. Martins},\n\tbooktitle = {Proceedings of the AIAA/IEEE Electric Aircraft Technologies Symposium},\n\tdoi = {10.2514/6.2018-4979},\n\tmonth = {July},\n\ttitle = {Development of a Conceptual Design Model for Aircraft Electric Propulsion with Efficient Gradients},\n\tyear = {2018}\n}\n```\n\nIf using the integrated OpenAeroStruct VLM or aerostructural aerodynamic models, please cite the following [conference paper](https://www.researchgate.net/publication/357559489_Aerostructural_wing_design_optimization_considering_full_mission_analysis):\n\nEytan J. Adler and Joaquim R. R. A. Martins, \"Efficient Aerostructural Wing Optimization Considering Mission Analysis\", Journal of Aircraft, 2022. DOI: 10.2514/1.c037096\n\n```\n@article{Adler2022d,\n\tauthor = {Adler, Eytan J. and Martins, Joaquim R. R. A.},\n\tdoi = {10.2514/1.c037096},\n\tissn = {1533-3868},\n\tjournal = {Journal of Aircraft},\n\tmonth = {December},\n\tpublisher = {American Institute of Aeronautics and Astronautics},\n\ttitle = {Efficient Aerostructural Wing Optimization Considering Mission Analysis},\n\tyear = {2022}\n}\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Open aircraft conceptual design tools",
    "version": "1.2.0",
    "project_urls": {
        "Download": "https://github.com/mdolab/openconcept",
        "Homepage": "https://github.com/mdolab/openconcept"
    },
    "split_keywords": [
        "aircraft",
        "design",
        "optimization",
        "multidisciplinary",
        "multi-disciplinary",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72fb4c039d5577f8d2cf7ee5922c70e80f1dc063091cb50dc62398a07eb02518",
                "md5": "73c4b28d783deef8656c917ebe7a8056",
                "sha256": "fa2728ad72e9a52c4a46cefb6ea0a988d348eafa31b3eaaacfdeba4198bfdd5c"
            },
            "downloads": -1,
            "filename": "openconcept-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73c4b28d783deef8656c917ebe7a8056",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 285496,
            "upload_time": "2024-03-25T19:13:49",
            "upload_time_iso_8601": "2024-03-25T19:13:49.795047Z",
            "url": "https://files.pythonhosted.org/packages/72/fb/4c039d5577f8d2cf7ee5922c70e80f1dc063091cb50dc62398a07eb02518/openconcept-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 19:13:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mdolab",
    "github_project": "openconcept",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "openconcept"
}
        
Elapsed time: 0.26554s