Skip to content

Reference point when generating mooring stiffness #5

@jiayaomeng

Description

@jiayaomeng

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) or moor.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 set K, f0 = moor.stiffness_matrix(epsilon=1e-5, point=(0,0,0)) or K, f0 = moor.stiffness_matrix(epsilon=1e-5, point=(20,0,0))?

Thank you in advance for your help!

Best wishes,
Jiayao

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions