Problem when including QTF for high sea states #1985
Replies: 2 comments 5 replies
-
Dear @thanasisder, I guess my first question is whether the spar you are simulating is designed to survive a sea state of that severity. The next question is whether the warnings and error are triggered by a physical issue (large floater motion caused by the severe sea state) or a numerical issue. To figure out the latter, you could share plots of the floater motion (surge, sway, heave, roll, pitch, yaw) and associated wave elevation to see if the large floater rotation at approx. 782 s is a rare anomaly (indicating a potential numerical issue) or simply the result of a large wave. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hello again, Best regards, |
Beta Was this translation helpful? Give feedback.
-
I have a spar and I want to study the slow-drift motions in a quite severe sea state (Hs=15.6 m, Tp = 15.2 s). I compare OpenFAST while having linear hydrodynamics, Newmann approximation and QTF (from Hydrostar). Also to mention that I use input wave elevation (method 5).
When I include the QTF, I receive this error at an instant in the simulation:
Would you have any idea what causes the problem?
FAST_Solution:FAST_AdvanceStates:ED_ABM4:ED_CalcContStateDeriv:SetCoordSy:Small angle assumption
violated in SUBROUTINE SmllRotTrans() due to a large platform displacement (ElastoDyn
SetCoordSy). The solution may be inaccurate. Simulation continuing, but future warnings from
SmllRotTrans() will be suppressed.
Additional debugging message from SUBROUTINE SmllRotTrans(): 782.27 s
FAST_Solution:CalcOutputs_And_SolveForInputs:SolveOption1:ED_HD_InputOutputSolve:HydroDyn_CalcOutp
ut: Angles in GetSmllRotAngs() are larger than 0.4 radians.
HydroDyn_CalcOutput:HDOut_MapOutputs: Angles in GetSmllRotAngs() are larger than 0.4 radians.
ED_HD_InputOutputSolve:HydroDyn_CalcOutput: Angles in GetSmllRotAngs() are larger than 0.4
radians.
HydroDyn_CalcOutput:HDOut_MapOutputs: Angles in GetSmllRotAngs() are larger than 0.4 radians.
FAST_Solution:CalcOutputs_And_SolveForInputs:SolveOption1:ED_HD_InputOutputSolve:HydroDyn_CalcOutp
ut: Angles in GetSmllRotAngs() are larger than 0.4 radians.
HydroDyn_CalcOutput:HDOut_MapOutputs: Angles in GetSmllRotAngs() are larger than 0.4 radians.
ED_HD_InputOutputSolve:HydroDyn_CalcOutput: Angles in GetSmllRotAngs() are larger than 0.4
radians.
HydroDyn_CalcOutput:HDOut_MapOutputs: Angles in GetSmllRotAngs() are larger than 0.4 radians.
MD_UpdateStates: NaN state detected.
FAST_Solution:FAST_AdvanceStates: MD_UpdateStates: NaN state detected.
OpenFAST encountered an error at simulation time 782.38 of 7900 seconds.
Simulation error level: FATAL ERROR
Aborting OpenFAST.
Beta Was this translation helpful? Give feedback.
All reactions