Methodology Discussion: Modeling Floating Multi-VAWTs using AeroDyn and "Rigid Dummy Blades" for Load Transfer #3295
Replies: 1 comment 4 replies
-
|
Dear @gxyanwork-byte, That is a creative OpenFAST set-up! I see what you are trying to do, but can you clarify what you mean by "dummy blade" and how you are introducing it in OpenFAST? FYI: To get around the configuration limitations of ElastoDyn and to enable the aero-hydro-servo-elastic modeling of floating VAWTs, we previously coupled OpenFAST modules with the OWENS structural solver from Sandia National Laboratory, as explained in the following paper: https://www.mdpi.com/1996-1073/16/5/2462. However, SNL has recently stopped development of OWENS. As an alternative, we are now working on the coupling between OpenFAST modules and Project Chrono, which will support the aero-hydro-servo-elastic modeling of floating VAWTs. We expect to release this capability later this year. Best regards, |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Research Background
I am currently working on a fully coupled aero-hydro-servo-elastic simulation of a "Multi-Rotor H-type Vertical Axis Wind Turbine (VAWT) + Semi-submersible Platform" system using OpenFAST, coupled with the OLAF free-vortex wake module.
The Challenge
OpenFAST's structural module (ElastoDyn) is natively built on a Horizontal Axis Wind Turbine (HAWT) framework. If one attempts to force the actual VAWT structural geometry into ElastoDyn, its underlying logic—which assumes blades radiate outward radially from the hub—not only causes severe 3D rendering distortions (making it look like a "ceiling fan" or an "umbrella") but also frequently triggers mesh mapping errors and numerical divergence.
My Proposed Solution (Aerodynamic Equivalent Load Transfer)
To bypass the structural modeling limitations while maintaining full aero-hydro-servo-elastic coupling for the floating platform, I have devised the following "equivalent load transfer" framework:
Aerodynamic Calculation (AeroDyn + OLAF): Input the true H-type VAWT geometric parameters (AD_blade.dat), and utilize the OLAF module to accurately compute lift, drag, and wake interactions at the spatial aerodynamic nodes.
Structural Setup (ElastoDyn): Pitch the shaft vertically (ShftTilt = 90) and disable all blade deformation DOFs (FlapDOF/EdgeDOF = False). Simultaneously, I introduce a "dummy blade" into the system—with its mass density set to a negligible value (e.g., 0.001) and stiffness set to an extremely high value.
Equivalent Transfer Mechanism: The transient aerodynamic loads calculated by AeroDyn are mapped onto this massless, non-deformable rigid "dummy blade". These loads are then transferred 100% losslessly to the Hub -> Nacelle -> Tower, ultimately driving the 6-DOF motion of the bottom floating platform.
Could anyone provide some guidance or feedback on the feasibility of this approach? Are there any hidden pitfalls, or are there better alternative methods within OpenFAST to solve this VAWT modeling issue?
Thank you in advance for your time and insights!
Beta Was this translation helpful? Give feedback.
All reactions