ezaero icon indicating copy to clipboard operation
ezaero copied to clipboard

ezaero - Easy aerodynamics in Python :airplane:

Results 6 ezaero issues
Sort by recently updated
recently updated
newest added

Let me propose an interesting upgrade: imagine we want to carry out a simulation on a general wing geometry like the one shown below: At the moment, `ezaero` is able...

enhancement

While working in #3, I just noticed that panels are not being generated properly since a local chord shift is being introduced: https://github.com/partmor/ezaero/blob/a7c1f31b191ea605e9a9802c645a0ffb0c98ce08/src/ezaero/vlm/steady.py#L224-L228 This shift should be introduced only within...

discussion

Solves for #17. Introduces an interactive collection of plotter based on `plotly`. In addition, `Simulation` plotting methods were updated together with documentation examples :wink:

Consider switching CI/CD pipelines to GH Actions. Currently the project has: - travis-ci: for Linux and MacOS (does not integrate out-of-the-box with the *checks* of PRs anymore) - appveyor: for...

quality

At the moment, `tox.ini` file holds several non critical environments: `check,coverage,clean,docs and format`. Those are configure to run on a Python 3.7 version, see: https://github.com/partmor/ezaero/blob/a7c1f31b191ea605e9a9802c645a0ffb0c98ce08/tox.ini#L5-L9 We might consider switching those...

quality

Thank you for this awesome package! I was coding my own VLM (due to academical reasons) when just discovered `ezaero` and would like to extend some of its capabilities. At...

enhancement
plotting