Closed Americandream123 closed 12 months ago
I'm building a 10MW model with open fast and the bottom three trusses are always cylindrical how do I build it into the rectangular shape shown below thanks for the help!
Here's the 10MW model drawing, with the draped swings below as prisms
In the first message, OpenFAST complains that the flooded/ballasted part defined does not cover the bottom element within that member. This happens for the MemberID = 5 that is defined between JointID = 7 and JointID = 8. The z-coordinates for these joints are -15 m and -4 m, respectively. Since you are using a discretization of 1 m for that member (MDivSize), this means that the region between -15 m and -14 m was not completely flooded. However, looking at the second message, it seems that your input file has been changed since the filled members section is empty (NFillGroups = 0). Accordingly, you should not receive a message about filled/flooded members anymore. Can you confirm?
For the rectangular members, HydroDyn only allows to include circular (tapered or straight) members. Therefore, you can only define isotropic hydrodynamic coefficients (i.e., the same hydrodynamic coefficients in the transversal direction). To account for two different hydrodynamic coefficients in two different directions (e.g., vertical and horizontal in your pontoons), you could combine cylindrical members with heave plates. See below for reference:
I would just add that we have plans to add direct support for modeling hydrodynamic members with rectangular cross sections in the strip-theory solution in a future release of HydroDyn.
Best regards,
Thank you for your answer to my query. One more small question for you I have the following problem when I do openfast modeling again, but I have checked each point carefully and there is no overlap resulting in zero length. Thank you for your help.
It is not obvious to me why this error is showing up for your model. I suggest trying to isolate the issue by eliminating members. It may help to run the model in debug mode to identify the issue.
In the MEMBERS section in your screenshot above, the two end joints of member 3 are identical, which would lead to a member of zero length.
Thank you for your answer, my problem is solved!
Hi, I'm using open fast to calculate the 5MW example for OC4 and I'm having the following problem when I change the platform model data to one of my own set model data: modeling Partially submerged/spherical rods requires that the first/bottom-most element of the rod must be completely submerged. This is not the case for MemberID 5. Thank you all for your help!