fast-oad-cs23


Namefast-oad-cs23 JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/supaero-aircraft-design/FAST-GA
SummaryFAST-OAD-CS23 is a framework for performing rapid Overall Aircraft Design for General Aircraft
upload_time2024-04-03 14:31:40
maintainerNone
docs_urlNone
authorFlorent LUTZ
requires_python<3.11,>=3.8
licenseGPL-3.0-only
keywords aircraft design multi-disciplinary
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ![](FAST_OAD_logo.jpg) 

![Tests](https://github.com/supaero-aircraft-design/FAST-GA/workflows/Tests/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ee153dd5e82d41e7b2f3a964ef5756f5)](https://www.codacy.com/gh/supaero-aircraft-design/FAST-GA/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=supaero-aircraft-design/FAST-GA&amp;utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/supaero-aircraft-design/FAST-GA/branch/main/graph/badge.svg?token=VZEDUOFE8V)](https://codecov.io/gh/supaero-aircraft-design/FAST-GA)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

[![Documentation Status](https://readthedocs.org/projects/fast-ga/badge/?version=latest)](https://fast-ga.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/supaero-aircraft-design/FAST-GA/HEAD?urlpath=lab%2Ftree%2Fsrc%2Ffastga%2Fnotebooks)

FAST-(OAD)-GA: Future Aircraft Sizing Tool - Overall Aircraft Design (General Aviation extension)
===============================================================================================

FAST-(OAD)-GA is derived from FAST-OAD framework performing rapid Overall Aircraft Design.

It proposes multi-disciplinary analysis and optimisation by relying on
the [OpenMDAO framework](https://openmdao.org/).

FAST-(OAD)-GA allows easy switching between models for a same discipline, and
also adding/removing disciplines to match the need of your study.

Currently, FAST-(OAD)-GA is bundled with models for general aviation and conventional
propulsion (ICE propeller based). Other models will come soon, and you may create
your own models and use them instead of bundled ones.

More details can be found in the [official
documentation](https://fast-ga.readthedocs.io/).

Want to try quickly ?
-------

You can run FAST-OAD-GA notebooks number 1, 2 and 3 using our [Binder-hosted Jupyter notebooks](https://mybinder.org/v2/gh/supaero-aircraft-design/FAST-GA/HEAD). Just go to src/fastga/notebooks/tutorial after you click the link.

As these Binder-hosted notebooks are not setup to work in a Windows environment, external applications such as OpenVSP and Xfoil can't be run. Therefore, notebook number 4 will not fully work.

Install
-------

**Prerequisite**:FAST-(OAD)-GA needs at least **Python 3.8.0**.

It is recommended (but not required) to install FAST-(OAD)-GA in a virtual
environment ([conda](https://docs.conda.io/en/latest/),
[venv](https://docs.python.org/3.7/library/venv.html), ...).

Once Python is installed, FAST-(OAD)-GA can be installed using pip, by doing the following:

``` {.bash}
$ pip install fast-oad-cs23
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/supaero-aircraft-design/FAST-GA",
    "name": "fast-oad-cs23",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.8",
    "maintainer_email": null,
    "keywords": "aircraft, design, multi-disciplinary",
    "author": "Florent LUTZ",
    "author_email": "Florent.LUTZ2@isae-supaero.fr",
    "download_url": "https://files.pythonhosted.org/packages/cd/ff/ccb3d4e4f4f68ccb1de65fd8925518d83013b938b4d14ec668f124b6fc7b/fast_oad_cs23-1.3.0.tar.gz",
    "platform": null,
    "description": "![](FAST_OAD_logo.jpg) \n\n![Tests](https://github.com/supaero-aircraft-design/FAST-GA/workflows/Tests/badge.svg)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ee153dd5e82d41e7b2f3a964ef5756f5)](https://www.codacy.com/gh/supaero-aircraft-design/FAST-GA/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=supaero-aircraft-design/FAST-GA&amp;utm_campaign=Badge_Grade)\n[![codecov](https://codecov.io/gh/supaero-aircraft-design/FAST-GA/branch/main/graph/badge.svg?token=VZEDUOFE8V)](https://codecov.io/gh/supaero-aircraft-design/FAST-GA)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n[![Documentation Status](https://readthedocs.org/projects/fast-ga/badge/?version=latest)](https://fast-ga.readthedocs.io/en/latest/?badge=latest)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/supaero-aircraft-design/FAST-GA/HEAD?urlpath=lab%2Ftree%2Fsrc%2Ffastga%2Fnotebooks)\n\nFAST-(OAD)-GA: Future Aircraft Sizing Tool - Overall Aircraft Design (General Aviation extension)\n===============================================================================================\n\nFAST-(OAD)-GA is derived from FAST-OAD framework performing rapid Overall Aircraft Design.\n\nIt proposes multi-disciplinary analysis and optimisation by relying on\nthe [OpenMDAO framework](https://openmdao.org/).\n\nFAST-(OAD)-GA allows easy switching between models for a same discipline, and\nalso adding/removing disciplines to match the need of your study.\n\nCurrently, FAST-(OAD)-GA is bundled with models for general aviation and conventional\npropulsion (ICE propeller based). Other models will come soon, and you may create\nyour own models and use them instead of bundled ones.\n\nMore details can be found in the [official\ndocumentation](https://fast-ga.readthedocs.io/).\n\nWant to try quickly ?\n-------\n\nYou can run FAST-OAD-GA notebooks number 1, 2 and 3 using our [Binder-hosted Jupyter notebooks](https://mybinder.org/v2/gh/supaero-aircraft-design/FAST-GA/HEAD). Just go to src/fastga/notebooks/tutorial after you click the link.\n\nAs these Binder-hosted notebooks are not setup to work in a Windows environment, external applications such as OpenVSP and Xfoil can't be run. Therefore, notebook number 4 will not fully work.\n\nInstall\n-------\n\n**Prerequisite**:FAST-(OAD)-GA needs at least **Python 3.8.0**.\n\nIt is recommended (but not required) to install FAST-(OAD)-GA in a virtual\nenvironment ([conda](https://docs.conda.io/en/latest/),\n[venv](https://docs.python.org/3.7/library/venv.html), ...).\n\nOnce Python is installed, FAST-(OAD)-GA can be installed using pip, by doing the following:\n\n``` {.bash}\n$ pip install fast-oad-cs23\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "FAST-OAD-CS23 is a framework for performing rapid Overall Aircraft Design for General Aircraft",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/supaero-aircraft-design/FAST-GA"
    },
    "split_keywords": [
        "aircraft",
        " design",
        " multi-disciplinary"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb5c33c1a05bda0e67ad15c6597a91395349c444dda3a6a48c4408a722140a7a",
                "md5": "1c52777b469203e4fd526f14c4dce469",
                "sha256": "0387f3a5626f1df777681e0b8d70a3ad7cc4e24f1f58b293da9260380a773127"
            },
            "downloads": -1,
            "filename": "fast_oad_cs23-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c52777b469203e4fd526f14c4dce469",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.8",
            "size": 12420493,
            "upload_time": "2024-04-03T14:31:38",
            "upload_time_iso_8601": "2024-04-03T14:31:38.041439Z",
            "url": "https://files.pythonhosted.org/packages/fb/5c/33c1a05bda0e67ad15c6597a91395349c444dda3a6a48c4408a722140a7a/fast_oad_cs23-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdffccb3d4e4f4f68ccb1de65fd8925518d83013b938b4d14ec668f124b6fc7b",
                "md5": "1e0172d43d7c7caa98a8f00c64cda08e",
                "sha256": "48bb4bdb88b069d2031b16e79857e57259f012930e57d8f55d5aeb253a331157"
            },
            "downloads": -1,
            "filename": "fast_oad_cs23-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1e0172d43d7c7caa98a8f00c64cda08e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.8",
            "size": 11986370,
            "upload_time": "2024-04-03T14:31:40",
            "upload_time_iso_8601": "2024-04-03T14:31:40.909275Z",
            "url": "https://files.pythonhosted.org/packages/cd/ff/ccb3d4e4f4f68ccb1de65fd8925518d83013b938b4d14ec668f124b6fc7b/fast_oad_cs23-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 14:31:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "supaero-aircraft-design",
    "github_project": "FAST-GA",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "fast-oad-cs23"
}
        
Elapsed time: 0.27433s