How to Couple OpenFOAM and MoorDyN

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 20

  • @shivamgupta9967
    @shivamgupta9967 Год назад +1

    Thanks for sharing the video. it smoothens the process. it will be great help if you can share the video on two body coupling in latest version of openfoam.

    • @thawtar682
      @thawtar682  Год назад +1

      Thank you for your kind feedback! I am thinking about creating waves+sixdof tutorials and I am working on these and may be I will add multiple body sixdof later. Anyway, please stay in tune!

  • @shivamgupta9967
    @shivamgupta9967 6 месяцев назад

    Hello Thaw, i tried to couple the two body as you described, while installing i am getting error related to VTK when i run the command ./Allwmake but such thing did not happen to your installation. Can you explain why such thing is happening and how can i fix it

  • @riadelhamoud8224
    @riadelhamoud8224 Год назад +1

    Thanks a lot ! It was interesting !
    Could you make a video on how to couple moordyn with matlab please ?

    • @thawtar682
      @thawtar682  Год назад

      Thank you for the interest. I am still studying MoorDyN. So I don't know how to couple MoorDyN and Matlab yet

  • @冷双金
    @冷双金 Год назад

    Hello, if the combination is successful, but the test prompts that the moorDyn has been built without VTK support, and the calculation example cannot run, is there a solution

    • @rameshmukkund3321
      @rameshmukkund3321 9 месяцев назад

      Hey, i encountered a similar problem, have you resolved this issue?

  • @ahmedhamada7971
    @ahmedhamada7971 Год назад +1

    I made a successful compile and when I test the tutorial I faced this error. I am using OpenFOAM v2306. Error "MoorDyn has been built without VTK support"

    • @engineer3126
      @engineer3126 Год назад

      I'm having similar problem, have you manage to solve an error?

    • @冷双金
      @冷双金 Год назад

      I'm having similar problem too, have you manage to solve an error?

    • @冷双金
      @冷双金 Год назад +1

      I have solve the problem. Now there is a updated tutorial whose dynamicMeshDict is set as the MoorDynR2 restraint instead of the MooDynR1, so It happens that MoorDyn has been built without VTK support, we need to change the restraint into the MoorDynR1, but a additional step is to extract VTK files using its python code(post MoorDyn_VTK.py).

  • @lucascarlatti9476
    @lucascarlatti9476 Год назад

    Thank you for yout tutorial!
    I am encountering an error while compiling for OpenFOAM-v2012, saying: fatal error: MoorDyn2.h: No such file or directory #include "MoorDyn2.h".
    Can you help me to understand and solve this error?

    • @thawtar682
      @thawtar682  Год назад

      Did you git clone or just downloaded the foamMooring codes?

    • @lucascarlatti9476
      @lucascarlatti9476 Год назад

      @@thawtar682 I did clone it. After studying the error, I realised it has something to do with the compilation of moorDyn v2, saying the following: cmake: /opt/OpenFOAM/OpenFOAM-v2012/ThirdParty/platforms/linux64/gcc-6.3.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by cmake).

  • @amirhosseintaran
    @amirhosseintaran Год назад

    this is basically *fraud* , you are using someone else's code, someone else's algorithm and just copying their readme on a PowerPoint and then pretending like you wrote the algorithms. try to generate sth creative for your vids. ;)

    • @thawtar682
      @thawtar682  Год назад +2

      I never claimed I wrote the algorithms. I just showed the most straight forward way to compile the code and run. I just don't understand what makes you think that way.

  • @方王-v1y
    @方王-v1y Год назад

    Does anyone know how to couple moordyn to starccm?

  • @taiduyvu2813
    @taiduyvu2813 Год назад

    Hi, I hope you are doing well. I have a problem, could you help me?
    I cannot even compile the MoorDyn v1. The problem is:
    /usr/bin/ld: cannot find -lstdc++
    collect2: error: ld returned 1 exit status
    make: *** [MoorDyn.so] Error 1
    Do you any idea? I have not solved it yet. Thanks a lot!!

    • @thawtar682
      @thawtar682  Год назад

      Sorry. I have not faced your problem. First, I need to replicate the problem

    • @taiduyvu2813
      @taiduyvu2813 Год назад

      @@thawtar682 Thanks for your reply. I have solved the problem by removing "-static-libstdc++" in the compileSO/makefile
      Could I have one more question? now compiling MoorDyn v2 also faces some problems:
      #error This compiler appears to be too old to be supported by Eigen
      #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
      Have you encountered kind of error? what version of CMake you are using? now I am using CMake 3.12
      Thanks!