-
Notifications
You must be signed in to change notification settings - Fork 118
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
Orthotropic material #420
Comments
Yes, if you want to add it into OAS and make a PR, it's page 16 from this thesis. https://www.diva-portal.org/smash/get/diva2:609349/fulltext01.pdf |
I'm down ! Can you give me pointers about where that matrix is defined ? I have a couple of test cases at hand to verify the outputs. Cheers ! |
@benoitpaillard I recommend using GitHub dev and doing a global search for the stiffness matrix definition in the source code. I don't know the code base well enough to point out the exact file. |
Hi all, Can anyone confirm that appending this would be enough for the definition of an orthotropic material ? |
Hi @benoitpaillard that looks right. However, if you also want derivatives working for the orthotopic material so you can do optimization, you must also modify the How do you think you will add the orthotopic stiffness matrix? As an if-check or something else? |
At first I would like to try and implement something quick and dirty, most likely hard coded, and check the results against our results from paper I noticed you also work on hydrofoils, are you interested in doing some testing as well? Do you have any good reference case in mind? |
The experimental and computational results you linked would be a great test case. I would suggest starting with a simpler case though since a NACA hydrofoil is not exactly a beam given the cross-section. We'd also want to rule out that the flow forces are not the cause of any discrepancy so a simpler external load would be better than going straight for a VLM + composite beam test case. It seems like you added viscous corrections to your AVL model that would potentially disagree with the OAS VLM. Since the FEM is a beam model, perhaps some of the composite beam validations from the VABS paper with a simple tip load would be good. If any other test cases come to mind, I'll let you know, but this is probably a decent start. I don't really have the bandwidth to support any testing with OAS myself, but happy to provide general pointers on implementing this. |
Description of feature
I'm wondering if composites laminates would be straightforward to implement in OpenAeroStruct ? Would be neat for aeroelastic tailoring
Potential solution
Using a non-diagonal stiffness matrix would be relatively easy I reckon.
The text was updated successfully, but these errors were encountered: