Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference point when generating mooring stiffness #5

Open
jiayaomeng opened this issue Aug 6, 2024 · 2 comments
Open

Reference point when generating mooring stiffness #5

jiayaomeng opened this issue Aug 6, 2024 · 2 comments

Comments

@jiayaomeng
Copy link

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

@gbarter
Copy link
Member

gbarter commented Aug 7, 2024

Hi Jiayao,

Unfortunately, the pyMAP is old enough that the development team has moved on and I don't know the quick answer to your question. My best suggestion is to track things through the source code to try to find the answer.

Most of our mooring studies have moved to MoorPy or MoorDyn instead of pyMAP.

Apologies I couldn't be more helpful.

@jiayaomeng
Copy link
Author

Many thanks, @gbarter, for your suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants