-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Dear developers,
I am hoping to double-check on a couple of details:
- Is the unit of rotation angle 'deg' or 'rad'? e.g., Do I set
moor.displace_vessel(0,0,0,0,10,0)ormoor.displace_vessel(0,0,0,0,10/180*np.pi,0), if I want to tilt the platform by 10 deg around Y axis? - Does the reference point use absolute or relative coordinates? e.g. If I want to determine the mooring stiffness around the body-fixed frame origin after the platform is displaced 20m along X axis, i.e.
moor.displace_vessel(20,0,0,0,0,0), do I setK, f0 = moor.stiffness_matrix(epsilon=1e-5, point=(0,0,0))orK, f0 = moor.stiffness_matrix(epsilon=1e-5, point=(20,0,0))?
Thank you in advance for your help!
Best wishes,
Jiayao
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels