Skip to content

Adapt the output functions for multi line models #16

@ufechner7

Description

@ufechner7

For models that use multiple lines and winches instead of a KCU the signatures of the output functions needs to be extended.

In particular:

  • unstretched_length
  • tether_length
  • winch_force
  • spring_forces
  1. and 2. and 3. shall return an SVector

For the last function there are different options:

  1. return a SMatrix
  2. return an SVector of SVectors
  3. add a parameter like line_no to select the line to look at and just return an SVector

Metadata

Metadata

Assignees

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