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

Talamini/feature/rate dependence #1314

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

btalamini
Copy link
Member

@btalamini btalamini commented Jan 18, 2025

Enables rate dependent material response in the solid mechanics module. These materials take an extra argument, the time increment, so the call looks like stress = material(state, dt, du_dX, params...);

I didn't want to break the interface (yet) and make users change all their existing materials, so I added a new method setRateDependentMaterial(...) to the solid mechanics module. We can revisit unifying them later once we have some more experience and feedback.

The results look good. Here is the force-displacement output of a new example app, uniaxial tension of a bar:

rate_sensitivity

Other notable changes:

  • Chris improved the build system files in the examples/ directory and made things clearer and easier to replicate for adding new examples
  • Fixes a bug in the tensor symmetric 3x3 eigensolver

btalamini and others added 23 commits December 31, 2024 07:59
…ials so rate independent material signatures are preserved
@btalamini btalamini requested review from tupek2 and ebchin January 18, 2025 21:39
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.

2 participants