Skip to content

v0.6.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 12:22
· 65 commits to main since this release

KiteModels v0.6.6

Diff since v0.6.5

Changed

  • the method next_step! uses now upwind_dir as parameter and not longer wind_dir
  • install matplotlib if it is not already installed after user confirmation in a Julia specific environment
  • replaced OrdinaryDiffEq with the three packages OrdinaryDiffEqCore, OrdinaryDiffEqBDF
    and OrdinaryDiffEqSDIRK. This should help to reduce the pre-compilation time.
  • set the parameter delta in the examples
  • always specify the system.yaml file to use in the examples, always use load_settings instead of se.
    This ensures that the settings are always freshly loaded from the file when the script is launched, so any changes
    to the settings become immediately effective.
  • the KPS4_3L model was replaced by the pure ModelingToolkit (MTK) based version. This allows not only a much faster simulation, but the results are also much more accurate.

Merged pull requests:

Closed issues:

  • Add drag of the KCU (#62)
  • Use max_steering from configuration file (#65)