Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
/ VLM-Lifting-Line Public archive

Lifting line vortex lattice method for python

Notifications You must be signed in to change notification settings

jj-foster/VLM-Lifting-Line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limitations:

  • Wings in x-y plane so no camber.
  • Currently only one wing supported.

Data Structure:

units: m,N,s

plane
    wing
        -no. chordwise elements (n)
        section
            -leading edge start/end coordinates (x,y)
            -chord start/end (dx)
            -no. spanwise elements (m)

Mesh(n:list,sections:list[list])
    symmetry is presumed in x-z plane

About

Lifting line vortex lattice method for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages