-
Notifications
You must be signed in to change notification settings - Fork 522
SoilDyn issues in OpenFAST v5.0.0 #3293
Description
I am woking with the SoilDyn module and the REDWIN DLL. I'm using the recently released OpenFAST v5.0.0 and comparing the results against OpenFAST v2.x that was used in the OC6 Phase II project (https://docs.nlr.gov/docs/fy21osti/79938.pdf).
For reference, the OpenFAST model accounts for a rigid RNA and a flexible tower (in ElastoDyn), a flexible monopile (in SubDyn) and soil-structure interaction (in SoilDyn).
I'm running a case with irregular waves and imposing a time serie of Fx, Fy, Fz, Mx, My, Mz loads at the nacelle through the structural control.
When comparing both numerical models, I can see that most results at the tower base location are very close between versions (as expected). See below for reference:

However, when I look at the seabed location [-30 m] (SoilDyn sensor), I can see significant differences between both numerical models:

Based on the data at the tower base location, I can perform some simple verifications. The first one, the force in the x direction at the seabed should be aligned to the tower base one, but containing more dynamics. For example, the seabed will be influenced by the waves loading the monopile. Basically, I would expect the same moving average between Fx at the tower base and seabed and different dynamics. In addition, the moving average should be pretty well aligned with the Fx that I prescribe at the nacelle.
Looking at OpenFAST v2.x, I can see the expected behavior:

However, OpenFAST v5.0.0 shows an unexpected behavior with the moving average being off.

It's also quite interesting to compare the Fz loading at the seabed since we saw an offset in the mean value in the above plot comparing OpenFAST v2.x vs OpenFAST v5.0.0. I extracted the loading from SubDyn and SoilDyn for the Z direction.
In OpenFAST v2.x these two outputs are aligned:

However, in OpenFAST v5.0.0. these two outputs show clear differences:

Something seems to be clearly off with SoilDyn in OpenFAST v5.0.0.