Skip to content

Refactor code #5

@ufechner7

Description

@ufechner7

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions