FhSim  3.1.0
Marine systems simulation
Loading...
Searching...
No Matches
CatenarySolve.h
1#pragma once
2
5{
6 double A;
7 double D;
8};
9
35CatenaryParameters SolveCatenary(double heightDifference, double horizontalLength, double totalLength);
Catenary parameters of a line hanging between two points; both are NaN when there is none.
Definition CatenarySolve.h:5
double D
Horizontal distance from the first point to the lowest point of the curve [m].
Definition CatenarySolve.h:7
double A
Catenary parameter, horizontal tension over weight per length [m].
Definition CatenarySolve.h:6