airinnova / pytornado

:airplane: An implementation of the vortex-lattice method (VLM)
https://pytornado.readthedocs.io/
Apache License 2.0
25 stars 7 forks source link

Using PyTornado #11

Closed bharswami closed 4 years ago

bharswami commented 4 years ago

Aren't results from PyTornado more accurate than Matlab Tornado? I have the lattice structure from Matlab Tornado. I don't know how to use PyTornado. Can you help me out here?

aarondettmann commented 4 years ago

Please refer to the user guide which you can find here:

Let me know if anything is unclear. Then I will try to help and update the documentation.

In general, PyTornado and Matlab Tornado are different implementations of the same mathematical model, so results should be the same. There are some minor differences in the discretization. Namely, Matlab Tornado uses so-called horseshoe slings whereas PyTornado uses standard three-legged horseshoe vortices (like in Drela or Katz and Plotkin). Minor, but practically negligible differences may be expected from these different discretizations.