Closed ManCla closed 2 years ago
Hi @ManCla
It looks to me like you've resolved the issue in the title (looking for the ".so"), and the problem here is actually in the model inputs with the controller. Is this correct?
Thanks, Rafael
Hi @rafmudaf, thanks a lot for the reply!
Assuming that my fix is adequate, yes. Now my problem are the warnings and the fairlead tensions not converging (let me remark that I am installing everything now for the first time and I haven't changed anything for now). If you want I can open a different issue for that?
Thanks again for the response! Claudio
Hi @ManCla, Your fix for the .so issue is the correct fix. The CI testing is setup to run on linux systems, so the .so is set as a default. In your case, ROSCO compiles as a .dylib, so you must change the path accordingly.
As far as the fairlead tensions are concerned, this is the expected behavior for this example. You could change MoorDyn to allot more time for convergence here. We tend to ignore the first ~120 seconds or so of a floating simulation to allow for the initial condition transients to die out anyways, so the initial convergence of the fairleads is not of too much concern.
Hopefully this clarifies things for you! Nikhar
Hi @nikhar-abbas, thanks a lot for the prompt reply and the clarifications, helped a lot! Claudio
Dear ROSCO team,
first of all thanks a lot for your work! I am trying to run your examples on mac but I am having some issues at the interface with openfast. More specifically example_06.py fails with the following output:
It seems to me that openfast looks for the libdiscon.so instead of libdiscon.dylib (as that is the output of the ROSCO build on mac that I obtained following these instructions: https://rosco.readthedocs.io/en/latest/source/install.html?highlight=build#compile-using-cmake)
I managed to get it to run by changing the file extension on this line. It then runs but I will get a number of warnings and it complains that the fairlead tesions did not converge. This is the output (omitted the first part as it is the same as above):
thanks a lot in advance for the help! Claudio