You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fileio.jl, at this referenced line, the 17th value is read into variable "a". In the .el documentation, this is defined as the edgewise EA offset. Issues
This value is used in OWENSFEA/structs.jl (line 507) as "possibly lift slope", and is used later in aerodynamic forcing calculations. So either this input reading is incorrect, or the use in OWENSFEA is incorrect.
The flapwise EA offset (index 16 of the .el file) is not read in at all. Even if not used yet, it should be passed through for future functionality.
The text was updated successfully, but these errors were encountered:
OWENS.jl/src/fileio.jl
Line 504 in b02939a
In fileio.jl, at this referenced line, the 17th value is read into variable "a". In the .el documentation, this is defined as the edgewise EA offset. Issues
The text was updated successfully, but these errors were encountered: