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

Add math-function for the right Cauchy-Green deformation tensor #898

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Nov 13, 2024

This PR adds math.right_cauchy_green_deformation(field) as well as FieldContainer.evaluate.right_cauchy_green_deformation(). Furthermore, this also adds math.strain(field, C=None, ..., **kwargs) to use a given right Cauchy-Green deformation tensor for the evaluation of the strain tensor. In the docstring of RegionBoundary, an example is added to show the evaluation of the in-plane strain of faces.

image

compared to the max. principal strain of the volume

image

@adtzlr adtzlr self-assigned this Nov 13, 2024
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.29%. Comparing base (8c46cdf) to head (3396a64).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #898   +/-   ##
=======================================
  Coverage   97.28%   97.29%           
=======================================
  Files         171      171           
  Lines        6159     6166    +7     
=======================================
+ Hits         5992     5999    +7     
  Misses        167      167           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adtzlr adtzlr merged commit e6135d0 into main Nov 13, 2024
3 checks passed
@adtzlr adtzlr deleted the add-right-cauchy-green-tensor branch November 13, 2024 15:07
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