Skip to content

Releases: ufechner7/KiteModels.jl

v0.5.13

21 Apr 12:50
Compare
Choose a tag to compare

KiteModels v0.5.13

Diff since v0.5.12

Changed

  • use rel_compr_stiffness and rel_damping from settings.yaml

v0.5.12

14 Apr 14:55
Compare
Choose a tag to compare

KiteModels v0.5.12

Diff since v0.5.11

Changed

  • update KiteUtils to v0.6.7
  • update Documenter to v1.0

Added

  • add type KPS4_3L, which is now only a copy of KPS4, but shall implement a kite with the steering
    lines going to the ground

Merged pull requests:

v0.5.11

04 Apr 15:40
Compare
Choose a tag to compare

KiteModels v0.5.11

Diff since v0.5.10

Added

  • document the support for the DImplicitEuler solver, which is not very accurate,
    but because it is well known it can serve as reference
  • support changing max_order for the DFBDF
  • further reduced the memory usage

v0.5.10

03 Apr 13:47
Compare
Choose a tag to compare

KiteModels v0.5.10

Diff since v0.5.9

Improvements

  • it is now possible (and suggested) to use the DAE solver DFBDF.

This requires to add the following line to the settings.yaml file: solver: "DFBDF"

The new solver is much faster, has a lot less memory allocations and is also much more stable in difficult situations.

Merged pull requests:

v0.5.9

01 Apr 15:45
Compare
Choose a tag to compare

KiteModels v0.5.9

Diff since v0.5.8

v0.5.8

01 Apr 14:40
Compare
Choose a tag to compare

KiteModels v0.5.8

Diff since v0.5.7

Improvements

  • add non-allocating function update_sys_state!()

v0.5.7

01 Apr 01:11
Compare
Choose a tag to compare

KiteModels v0.5.7

Diff since v0.5.6

Improvements

  • improve performance by 10%

v0.5.6

30 Mar 12:24
Compare
Choose a tag to compare

KiteModels v0.5.6

Diff since v0.5.5

Fixes:

  • fix the method clear!() which failed for models with less than 6 tether segments

v0.5.5

27 Mar 15:29
Compare
Choose a tag to compare

KiteModels v0.5.5

  • create new, extended SystemState structs for logging

Diff since v0.5.4

v0.5.4

25 Mar 18:23
Compare
Choose a tag to compare

KiteModels v0.5.4

Diff since v0.5.3