-
Notifications
You must be signed in to change notification settings - Fork 239
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
OrthotropicSolid seems to be wrong #680
Comments
WeiyiVirtonomy
changed the title
Lambda calculation of OrthotropicSolid seems to be wrong
OrthotropicSolid seems to be wrong
Nov 19, 2024
@DongWuTUM Could you take a look at this issue? This material class is problematic |
I am not sure. Could you share some references? |
This model is added by Virtonomy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function
CalculateAllLambda()
defines the compliance matrix as:Shouldn't it be
?
The definition of mu also has problems. It should be:
The sound speed cannot be defined by E_max and nu_max, as the material parameter relation derived from isotropic material no longer holds for the orthotropic case. I think we can replace it by lambda_max + 2/3*G_max.
The result of the test case is still weird after making those corrections. I'll also check the implementation of PK2 stress
The text was updated successfully, but these errors were encountered: