Inquiry on the assessment of hydrodynamic loads in RAFT within WEIS framework #361
-
|
Dear All, I would greatly appreciate any help in understanding the following points: -If I understand correctly, RAFT calculates the system's responses. How are these responses then treated as loads acting on the system by WEIS? -How are the hydrodynamic and hydrostatic loads (in both strip theory and potential flow models) managed when evaluating the structural stresses on the platform? I am unable to actually understand how each individual component of the floating platform is discretized, how the hydrodynamic forces are distributed across the structure, and in which way the hydrodynamic loads and discretization are linked to the structural analysis in both Morison equation and BEM model for hydrodynamics. -In the case of using a potential flow model for hydrodynamics, how are the loads and the platform geometry integrated into the structural evaluation of the floater itself? How are the forces distributed across the floating platform? I realize that I have asked several questions, I would be truly grateful for any help or answers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi Irene, The loads on the floating platform are not yet integrated with the floater geometry to calculate stress and buckling, though the libraries/methods do exist on the WISDEM side. I'm not sure yet if this is a planned development for WEIS phase II, but we would be happy to collaborate with you to develop it. @lucas-carmo might be able to discuss how to extract the loading from RAFT that you are looking for. I hope this helps. Best, Dan |
Beta Was this translation helpful? Give feedback.
-
|
Hi Irene, As of now, RAFT solves for the 6-dof rigid-body motions of the floating platform. We are working on a multibody and structural formulation to allow for the calculation of internal loads, but I am still not sure when that will be ready. The idea is that RAFT will be able to provide the internal loads, and I think that other parts of WEIS would take care of converting those loads to stress. You could get member-level hydrodynamic loads from internal parts of the RAFT code. For example, you could get the loads due to the inertial part of Morison's equation acting on a single member from this part of the code https://github.com/WISDEM/RAFT/blob/0bcc3ae4ed786183ebf9c6aea81de5bccced889d/raft/raft_fowt.py#L1121 . When using a BEM model, the potential-flow hydrodynamic loads are lumped at the platform reference point, so you wouldn't be able to get distributed loads. For that, you would need multiple potential flow bodies to at least get the loads at the connections between bodies. A more refined approach would be to use the pressure at each panel (or patch) of your BEM mesh, but that is not something that we plan to include in RAFT for now (maybe someday, you never know). Best, |
Beta Was this translation helpful? Give feedback.
Hi Irene,
The loads on the floating platform are not yet integrated with the floater geometry to calculate stress and buckling, though the libraries/methods do exist on the WISDEM side. I'm not sure yet if this is a planned development for WEIS phase II, but we would be happy to collaborate with you to develop it.
@lucas-carmo might be able to discuss how to extract the loading from RAFT that you are looking for.
I hope this helps.
Best, Dan