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

Fix orthotropic material #684

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

WeiyiVirtonomy
Copy link
Collaborator

See issue #680

The major changes are:

  1. Fix CalculateAllLambda()
  2. Fix CalculateAllMu()
  3. Fix the wrong parentheses and the integer division 1/2 (!) in PK2 stress computation
  4. Use the maximum bulk modulus in three principle directions $\max (\frac{1}{3}(\sum_j \lambda_{ij} + 2\mu_i))$ instead of maximum E and nu to compute K0 and c0, as the relation between K and E, nu no longer holds for anisotropic material

TODO:

  1. Add parameter check
  2. Implement Cauchy stress
  3. Add unit test

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

Successfully merging this pull request may close these issues.

1 participant