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

Mechanical material modeling layer #186

Open
termi-official opened this issue Jan 24, 2025 · 0 comments
Open

Mechanical material modeling layer #186

termi-official opened this issue Jan 24, 2025 · 0 comments
Labels
feature New feature

Comments

@termi-official
Copy link
Owner

Inspired by https://github.com/kimauth/MaterialModels.jl we should add a high level interface for the solid mechanical elements containing

  • A stress measure type, mostly for post-processing
  • A strain measure type identification struct (e.g. DeformationGradientMeasure, LeftCauchyGreenMeasure)
  • A container for different strain quantities (e.g. deformation gradient, material velocity, higher order terms, ...)
  • Some ALE connector type
  • Material state containers to simplify dispatching the internal solvers
  • Transformation and chain-rule functions between the different systems

The current interface only supports P(F) as the stress (and strain) measure.

@termi-official termi-official added the feature New feature label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant