-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The code needs some refactoring.
- use SVector or MVector with a size of three for coordinates and velocities (see: https://github.com/JuliaArrays/StaticArrays.jl)
- use SMatrix or MMatrix for small, fixed size matrices
- in structs, use concrete types only
- do not use type annotations in function signatures unless required for dispatch or - in rare cases - for clarity
Progress:
- wing_geometry.jl
- filament.jl
- panel.jl
- wake.jl
- wing_aerodynamics.jl
- solver.jl
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request