hamidMech

Results 6 comments of hamidMech

Dear Rafael, I could make to generate "libsclib.so" following your instruction. (see the first terminal output below). However, when I have tried to run Fast.Farm when supercontroller flag is "True",...

Dear Jason, I guess it was the main branch downloaded on April 2021. I have three arguments in "DISCON_SC.f90" as ``` SUBROUTINE DISCON ( avrSWAP, from_SC_Glob, from_SC, to_SC , aviFAIL,...

Dear Jason, I have followed the instruction by Rafael (please see the first post above). Here are the steps I have done. First, I've added these lines to "OpenFAST//modules/supercontroller/CMakeLists.txt" ******************************...

@bjonkman , Could you please give an instruction how the individual turbine controllers (defined in ServoDyn) can be updated? In my simulation, I use "DISCON_WT1.so", "DISCON_WT2.so" and "DISCON_WT3.so" where for...

@jjonkman , Would you mean "avrSWAP(48) = from_SC(1)" or avrSWAP(58) = from_SC(1)? Does it only appear in DISCON_SC.f90? or there are in other files too? If there are n>1 (e.g.,...

Dear Jason, I could run FAST.Farm with the super-controller (your post dated Mar 18, 2021) including three wind turbines. Thanks for your help. I have made some harsh changes to...