Wave settings from state space realization #1053
Replies: 3 comments 22 replies
-
Der @QusayHawari, Typically, the OpenFAST model is linearized in a still water condition in order to ensure that the offshore wind turbine can reach a steady state (or periodic steady state) condition before linearizing. In the linearized representation of the model output from OpenFAST, the states, inputs, and outputs represent perturbations about the operating point. For the wave disturbance input, then, the operating point wave elevation is zero and the perturbation of the wave disturbance input is the actual wave elevation. Regarding the state-space implementations of wave radiation and wave excitation, the states capture the frequency dependence and memory effects. Hopefully the following papers clarify: https://www.nrel.gov/docs/fy13osti/58099.pdf and https://www.nrel.gov/docs/fy19osti/71865.pdf. To derive the state-space wave-radiation model, you can use the SS_Fitting preprocessor: https://www.nrel.gov/wind/nwtc/ss-fitting.html. To derive the state-space wave-excitation model, a similar preprocessor has been developed named SS_Excitation_Fitting, as discussed here: #397. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you for the useful material. I understand that the linearizations are always performed about the operating points. I completely forgot that the state space models have an input for the wave elevation perturbations about the 0 (operating point). The .ss and .ssexctn state space files for the 15 MW floater have already been compiled and are available here https://github.com/IEAWindTask37/IEA-15-240-RWT/tree/develop/OpenFAST/IEA-15-240-RWT-UMaineSemi/HydroData . I was just not sure of the logical operation when adding the wave excitation and radiation effects into the linearization. Please correct me if I am wrong. Wave excitation state space models are used to depict the behaviour of the platform DOFs(6 max) in wave conditions assuming a fixed platform. The radiation state space models basically show the opposite effect, i.e. checking the platform DOFs in still water under a moving platform. Assuming I am using a linearized model and I inserted 5m as an input wave elevation disturbance. From that disturbance we can see how the platform DOFs behave. Not only that, but we also use those platform DOF behaviours as inputs to the radiation state space model to see how those DOFs behave under the movements of the platform. Adding both platform effects together will get the full response from wave excitation and radiation. Is that accurate? Thanks, |
Beta Was this translation helpful? Give feedback.
-
Sorry to bother, but could you please send me an IEA 15MW WindCrete model. @QusayHawari |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Maybe this is a simple question. Suppose I am linearizing a turbine model and wanted to include the wave excitation and radiation effects by setting ExctnMod = RdtnMod = 2 to be included as state space models. Is there a setting in OpenFAST where I can change some of the parameters such as wave height to be updated in the state space models? I am not sure I understand what all the states in the .ss and .ssexctn represent. Is there a way where I can find out how to edit wave settings from the state space models?
Thanks in advance,
Qusay.
Beta Was this translation helpful? Give feedback.
All reactions