Skip to content
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

Open
benoitpaillard opened this issue Jan 13, 2024 · 7 comments
Open

Orthotropic material #420

benoitpaillard opened this issue Jan 13, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@benoitpaillard
Copy link

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.

@gawng
Copy link

gawng commented Feb 7, 2024

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

@benoitpaillard
Copy link
Author

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 !

@gawng
Copy link

gawng commented Feb 8, 2024

@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.

@benoitpaillard
Copy link
Author

Hi all,
I've tracked down the stiffness matrix definition to these lines

Can anyone confirm that appending this would be enough for the definition of an orthotropic material ?

@gawng
Copy link

gawng commented Apr 29, 2024

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 compute_partials() routine just below it.

How do you think you will add the orthotopic stiffness matrix? As an if-check or something else?

@gawng gawng added the enhancement New feature or request label Apr 29, 2024
@benoitpaillard
Copy link
Author

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?

@gawng
Copy link

gawng commented Apr 29, 2024

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.
Then, there is this distributed pressure load case from Fig 4. from Liao et al 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants