-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with ExtPtfm inputs #549
Comments
Hi, https://github.com/OpenFAST/r-test/tree/master/glue-codes/openfast/5MW_OC4Jckt_ExtPtfm You can change the mass and stiffness matrix of the file You can find some additional documentation in the pdf mentioned in the following pull request: #344 I hope that helps! |
Dear sirs, I have some questions concerning the 5MW_OC4Jckt_ExtPtfm test case. To my understanding this new module enables the superelement approach with 6x6 stiffness, mass ,and damping matrices defined at the tower bottom (and load vector as well). This aspect modifies ElastoDyn boundary conditions and it is a new feature in OpenFast v. 2.4.0. I'm currently using the following paper as reference "Superelement reduction of substructures for Some specific questions related to ExtPtfm module:
Please feel free to correct if my interpretation is wrong. I'm deeply grateful for your support. Regards, Paulo |
Dear @PM1980 I'll attempt to answer your questions below:
I hope that helps, Emmanuel |
Dear Emmanuel, Thanks for your prompt reply. Sure it helped a lot. Just one more question: The current 5MW_OC4Jckt_ExtPtfm case (OpenFast v. 2.4.0) doesn't include aerodynamic loads. But I've noticed in your paper (Branlard et al., 2020) that there is an analysis with aerohydrodynamic loading (section 4.4, pag. 9). I would be more than happy to reproduce these results. Do you mind sharing the input files for this specific case? If this is not possible, then are these the required steps for any other R-test case modification, where the user defines external platform parameters?
Thank you! Regards, Paulo |
Hi Paulo, I've edited the message of #344 and added a zip file with the "Wind Wave" test case presented in the article (Compatible OpenFAST 2.4). The turbulence box is too big to be added to the zip file, so you would need to run TurbSim to generate the ".bts" wind file in the folder "Wind". As a note, this test case uses AeroDyn14. You can use other You are correct regarding the steps needed. Please note that you will need different superelement files for each sea state simulated. The structure and matrices may be the same, but the load vector would change since the hydrodynamic forces will be different for a different sea state. The example provided in the zip file is for the sea state corresponding to the wave elevation given in Best regards, Emmanuel |
@ebranlard |
Is there a possibility to include seismic load case using the extptfm module for different platforms along with wind and wave scenarios? Thanks |
Dear @kashyap5794, What do you mean by "different platforms"? Are you referring to fixed-bottom or floating offshore substructures? The external platform (ExtPtfm) module of OpenFAST provides an interface for a user-defined superelement representation of the substructure. What is accounted for in the superelement (substructure type, wave/seismic loading) will depend on how you deriving the super element. Are you using a specific software to derive the super element? Best regards, |
Dear Sir, I don't know the concept of super elements at the theory level. Are there any simple examples that illustrate it using some simple systems? Do you have any textbook references for it? I am kind of stuck with the implementation of seismic loads in openfast for quite some time with no guidance at my disposal. It would really help if you could help. Thanks |
Hi @kashyap5794, this paper goes over some of the theory behind superelements and how they are typically used. You most likely need a finite element software (it's quite easy to perform a Craig-Bampton reduction of a FEM model, see for instance this python script), and I would think most FEM software can produce superelements. The additional complexity is that you need a software to compute the hydrodynamic and soil loads on your FEM model. Your superelement should contain time series of your loads projected onto your reduced model to indeed account for hydrodynamics and soil. You'll also have to be able to simulate the earthquake with this software. In the paper mentioned above, our co-authors used the software package SACS from the commercial company Berkeley. I believe OpenSees (from Berkeley university) and SAP2000 are other alternatives, but I have never used them. I think they can do the FEM+loads and maybe the earthquake part, but I'm not sure. Maybe others will have other ideas. |
Cordially compliment to all OPENFAST developers and collaborators
I am writing my Doctor Thesis, and I am massively using the family of program: Fast and open fast.
I have a problems with ExtPtfm inputs. The last file (R-test 2.3.0) doenst exist this one.
And the R-test-master have one, but doenst work.
Could you help me?
The ExtPtfm code is working in current version open fast?
If yes, where can I download inputs for ExtPtfm.
I am focus on change stiffnes and mass matrix on the base
Thank you
The text was updated successfully, but these errors were encountered: