fast-ga-intern

for 6 month internship

https://github.com/johnathanasd/fast-ga-intern

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

for 6 month internship

Basic Info
  • Host: GitHub
  • Owner: johnathanasd
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: main
  • Size: 42.6 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License Citation Authors

README.md

Tests Codacy Badge codecov Code style: black License: GPL v3

Documentation Status Binder

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.

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.

Want to try quickly ?

You can run FAST-OAD-GA notebooks number 1, 2 and 3 using our Binder-hosted Jupyter notebooks. 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, venv, ...).

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

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

Owner

  • Login: johnathanasd
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build_for_Binder.yml actions
  • jupyterhub/repo2docker-action master composite
.github/workflows/build_release.yml actions
  • actions/checkout v2 composite
  • actions/github-script v4 composite
  • actions/setup-python v4 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codacy/codacy-coverage-reporter-action v1 composite
  • codecov/codecov-action v2 composite
binder/requirements.txt pypi
  • fast-oad-cs23 *
docs/requirements.txt pypi
  • aenum ==3.1.0
  • alabaster ==0.7.12
  • appdirs ==1.4.4
  • appnope ==0.1.2
  • argcomplete ==1.12.3
  • argon2-cffi ==20.1.0
  • astroid ==2.7.2
  • atomicwrites ==1.4.0
  • attrs ==21.2.0
  • babel ==2.9.1
  • backcall ==0.2.0
  • backports.entry-points-selectable ==1.1.0
  • black ==19.10b0
  • bleach ==4.0.0
  • certifi ==2021.5.30
  • cffi ==1.14.6
  • cfgv ==3.3.0
  • charset-normalizer ==2.0.4
  • click ==8.0.1
  • colorama ==0.4.4
  • coverage ==5.5
  • cycler ==0.10.0
  • debugpy ==1.4.1
  • decorator ==5.0.9
  • defusedxml ==0.7.1
  • distlib ==0.3.2
  • docutils ==0.16
  • ensure ==1.0.0
  • entrypoints ==0.3
  • fast-oad ==1.0.5
  • filelock ==3.0.12
  • identify ==2.2.13
  • idna ==3.2
  • imagesize ==1.2.0
  • importlib-metadata ==4.6.4
  • ipopo ==1.0.1
  • ipykernel ==6.2.0
  • ipysheet ==0.4.4
  • ipython ==7.26.0
  • ipython-genutils ==0.2.0
  • ipywidgets ==7.6.3
  • isort ==5.9.3
  • jedi ==0.18.0
  • jinja2 ==3.0.1
  • jsonrpclib-pelix ==0.4.2
  • jsonschema ==3.2.0
  • jupyter-client ==7.0.1
  • jupyter-core ==4.7.1
  • jupyterlab-pygments ==0.1.2
  • jupyterlab-widgets ==1.0.0
  • kiwisolver ==1.3.1
  • latexcodec ==2.0.1
  • lazy-object-proxy ==1.6.0
  • lxml ==4.6.3
  • markupsafe ==2.0.1
  • matplotlib ==3.4.3
  • matplotlib-inline ==0.1.2
  • mccabe ==0.6.1
  • mistune ==0.8.4
  • more-itertools ==8.8.0
  • nbclient ==0.5.4
  • nbconvert ==6.1.0
  • nbformat ==5.1.3
  • nbval ==0.9.6
  • nest-asyncio ==1.5.1
  • networkx ==2.6.2
  • nodeenv ==1.6.0
  • notebook ==6.4.3
  • numpy ==1.21.1
  • openmdao ==3.11.0
  • openmdao-extensions ==1.0.2
  • packaging ==21.0
  • pandas ==1.1.5
  • pandocfilters ==1.4.3
  • parso ==0.8.2
  • pathspec ==0.9.0
  • pexpect ==4.8.0
  • pickleshare ==0.7.5
  • pillow ==8.3.1
  • platformdirs ==2.2.0
  • plotly ==4.14.3
  • pluggy ==0.13.1
  • pre-commit ==2.14.0
  • prometheus-client ==0.11.0
  • prompt-toolkit ==3.0.20
  • ptyprocess ==0.7.0
  • py ==1.10.0
  • pybtex ==0.24.0
  • pybtex-docutils ==1.0.1
  • pycparser ==2.20
  • pydoe2 ==1.3.0
  • pygments ==2.10.0
  • pylint ==2.10.2
  • pyparsing ==2.4.7
  • pyrsistent ==0.18.0
  • pytest ==5.4.3
  • pytest-cov ==2.12.1
  • python-dateutil ==2.8.2
  • pytz ==2021.1
  • pywin32 ==301
  • pywinpty ==1.1.3
  • pyyaml ==5.4.1
  • pyzmq ==22.2.1
  • regex ==2021.8.21
  • requests ==2.26.0
  • retrying ==1.3.3
  • ruamel.yaml ==0.17.13
  • ruamel.yaml.clib ==0.2.6
  • scipy ==1.6.1
  • send2trash ==1.8.0
  • six ==1.16.0
  • snowballstemmer ==2.1.0
  • sphinx ==4.1.2
  • sphinx-rtd-theme ==0.5.2
  • sphinxcontrib-applehelp ==1.0.2
  • sphinxcontrib-bibtex ==2.3.0
  • sphinxcontrib-devhelp ==1.0.2
  • sphinxcontrib-htmlhelp ==2.0.0
  • sphinxcontrib-jsmath ==1.0.1
  • sphinxcontrib-qthelp ==1.0.3
  • sphinxcontrib-serializinghtml ==1.1.5
  • tabulate ==0.8.9
  • terminado ==0.11.1
  • testpath ==0.5.0
  • toml ==0.10.2
  • tomlkit ==0.7.2
  • tornado ==6.1
  • traitlets ==5.0.5
  • typed-ast ==1.4.3
  • typing-extensions ==3.10.0.0
  • urllib3 ==1.26.6
  • virtualenv ==20.7.2
  • wcwidth ==0.2.5
  • webencodings ==0.5.1
  • widgetsnbextension ==3.5.1
  • wop ==1.17.0
  • wrapt ==1.12.1
  • xdsmjs ==1.0.1
  • zipp ==3.5.0
poetry.lock pypi
  • 197 dependencies
pyproject.toml pypi
  • click 8.0.4 develop
  • matplotlib ^3.1.2 develop
  • wheel * develop
  • sphinx ^4.1.2 doc
  • sphinx-rtd-theme ^1.0 doc
  • sphinxcontrib-bibtex ^2.3.0 doc
  • black 21.9b0 lint
  • flake8 ^4.0.1 lint
  • pre-commit ^2.14.1 lint
  • pylint ^2.10.2 lint
  • fast-oad-core ^1.7.1
  • pyparsing *
  • python ^3.8, <3.11
  • stdatm >=0.2.0
  • nbval ^0.9.6 test
  • pytest ^6.2 test
  • pytest-cov ^3.0 test