Code Monkey home page Code Monkey logo

Comments (2)

mattEhall avatar mattEhall commented on July 21, 2024

Hi Lennard, many of the MoorPy functions work with a steady-state MoorPy mooring solution, so you can use them to get information about the equilibrium state of a MoorPy model within RAFT. For example, to get the position and forces on a node you could use something like:
model.fowtList[0].ms.pointList[11].r # position of point 11 in the mooring system
model.fowtList[0].ms.pointList[11].getForces() # forces of point 11 in the mooring system

The limitation is that these are from the steady (equilibrium) state in RAFT/MoorPy, since MoorPy is a quasi-static model and we haven't set up any approximations for dynamics for what you're looking for yet. For each of the things you're wondering about, you could move the floating platform into the worst-case position (with the FOWT.setPosition method), then query the MoorPy solution with the commands I showed above.

Matt

from raft.

LennardMVF avatar LennardMVF commented on July 21, 2024

I see, thank you very much for your response!

from raft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.