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

Implement principal stresses and strains #214

Open
acodcha opened this issue Jun 3, 2024 · 0 comments
Open

Implement principal stresses and strains #214

acodcha opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@acodcha
Copy link
Owner

acodcha commented Jun 3, 2024

Implement principal stresses and strains for the PhQ::Stress, PhQ::Strain, and PhQ::StrainRate quantities. These should have a Principal() method that returns the principal stresses/strains. Perhaps also FirstPrincipal(), SecondPrincipal(), and ThirdPrincipal() classes.

Implement these classes:

  • PhQ::PrincipalStress: Contains a PhQ::Stress and a PhQ::Direction.
  • PhQ::PrincipalStresses: Contains three PhQ::PrincipalStress objects. Has First(), Second(), and Third() methods.
  • PhQ::PrincipalStrain
  • PhQ::PrincipalStrains
  • PhQ::PrincipalStrainRate
  • PhQ::PrincipalStrainRates

Requires #213

@acodcha acodcha added the enhancement New feature or request label Jun 3, 2024
@acodcha acodcha self-assigned this Jun 3, 2024
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

1 participant