-
Notifications
You must be signed in to change notification settings - Fork 465
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
Defining more points along span wise to Blade ED file #2531
Comments
I tried discretizing the Elastodyn file from 51 to 1001. I wanted to check the modal coefficients with BModes but it cannot allocate the array (See the following error). Instead of discretizing uniformly, can I discretize the a smaller portion of the beam where I want to change the stiffness? Will it create any instability ? Running BModes (v3.00.00, 20-Mar-2008, compiled using double precision). Aborting BModes. |
Dear @PaulKSmith, You can increase the number of structural analysis nodes in ElastoDyn by increasing Likewise, I don't see any need to increase the resolution of finite elements in BeamDyn so high, but BeamDyn certainly allows you to specify a nonlinear distribution of finite elements if you want to discretize finer in specific areas of the blade. Best regards, |
Dear @jjonkman, Thank you for your kind reply and confirmation. Is there any restriction on no of nodes on In my current setup, I only have Regards, |
Dear @PaulKSmith, Internally within ElastoDyn, the blade structural analysis nodes can be discretized nonuniformly; however, there is no input file setting for that, so taking advantage of this capability will require a small source code change and recompile. Regarding the BModes error, sounds like an allocation error (likely due to the large memory requirement of 1000 finite elements), but I'm not familiar with the BModes source code to to comment. To get around this error, I would suggest lowering the number of blade elements ( BeamDyn requires additional information beyond what ElastoDyn does, including torsional and axial stiffness, mass/elastic offsets, and coupling terms. While not in ElastoDyn, this data should exist for the DTU 10-MW RWT. If you are using the IEA Wind version of the DTU 10-MW RWT, you can find an OpenFAST model with BeamDyn here enabled here: https://github.com/IEAWindTask37/IEA-10.0-198-RWT/tree/master/openfast. Best regards, |
Dear @jjonkman Thank you for clarification. For my existing setup, the Blade ElastoDyn file looks like it has non-uniform distribution. Therefore, I suppose it linearly interpolates this data again inside code before proceeding further? My model is the old DTU10MW, not sure I am naming it correctly (Got it from another lab member who does not have BeamDyn file as well). For IEATask37 the blade length and other properties are different. See the Different column, which is BlFract(i) -BlFract(i+1). I am quite beginner to this field, therefore changing the source code and recompile would take some time. Is there any guide on how to do that? For my problem I just need to change the flap and edge stiffness at some locations for a element size of [0.1, 0.5, 1.0]m . Would you suggest any possible way out of this situation ? Appreciate your feedback. Regards, |
Dear @PaulKSmith, Yes, ElastoDyn will linearly interpolate the distributed blade property inputs from the blade file to the structural analysis nodes, which are then used in the calculation. Guidance on compiling OpenFAST can be found here: https://openfast.readthedocs.io/en/main/source/install/index.html#compile-from-source. If you are using Windows, I would install the Intel Fortran compiler and Visual Studio, which are both free. The uniform distribution of blade analysis nodes is set within Best regards. |
Dear @jjonkman, Thank you for your guidance. Regards, |
Dear @PaulKSmith, I agree that you'll need more information to run VABS, BECAS, and/or NuMAD/BPE. But as far as I can tell, you have the beam properties needed to populate the 6x6 mass and stiffness matrices, at least the two sets of 3x3 matrices, assuming the bending-axial terms are uncoupled from the shear-torsion terms. See the following document for more information on how to derive the BeamDyn mass and stiffness matrices from the beam properties you already have: https://openfast.readthedocs.io/en/main/_downloads/fd7a8bc10f2371a50828391f75170032/beamdyn_inputs_sectional_props.pdf. Best regards, |
Hello,
Is it possible to discretize the blade ED file more (0.1 m apart) to study the effect of elasticity? For this purpose, does the linear interpolation work among properties already available in the file? What are the settings I need to be careful to avoid any imbalance? It would be helpful if anyone could guide me.
Regards,
The text was updated successfully, but these errors were encountered: