-
Notifications
You must be signed in to change notification settings - Fork 469
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
chrono software calculation accuracy problems #453
Comments
It is a good question, but not an issue of code development. |
Hi @pchaoWT , Thank you for your answer, you mean that OpenFAST's BeamDyn is more suitable for structural calculations of large wind turbine blades. However, in QBlade software the aerodynamic part can be calculated using the lift line free vortex wake method, which is more accurate than the BEM method in OpenFAST. We can only say that each of them has its own advantages. I would like to know if chrono module has geometrically accurate beam model to provide calculations? It would be great if it does. Best regards, |
I didn't look into the source code of QBlade, but in Chrono we have IGA beam element which is a kind of GEB. Thus in principal, you have a chance to extend QBlade to involve the feature of GEB(IGA). |
Hi @pchaoWT |
Dear all,
I am using QBlade software for aeroelastic simulation of wind turbines and I learned that QBlade uses chrono software for its structural calculation module. Until then I have been using openfast to calculate aeroelasticity and there is a module in openfast dedicated to calculate structural deformation, it is BeamDyn, which uses geometrically accurate beam model. I learned that chrono software uses what seems to be the Euler Bernoulli beam model. So I would like to know which of these two modules is more accurate.
Best regards,
The text was updated successfully, but these errors were encountered: