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

One-dimensional linear elasticity #151

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

ahenkes1
Copy link

Modulus Pull Request

Corresponds to issue #150

Description

This Pull Request enables the usage of one-dimensional linear elasticity in Modulus-Sym. Previously, linear elasticity was only supported for the two- and three-dimensional case.

In the code base, the 1D case was separated from the 2D and 3D case, as it relies only on Young's modulus "E" instead of Lame's constants. The code for 2D and 3D use Lame's constants extensively.

Care was taken, that also inhomogenous distributions of E are allowed, i.e., E(x).

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.
  • The CHANGELOG.md is up to date with these changes.
  • An issue is linked to this pull request.

Dependencies

None

@ahenkes1
Copy link
Author

Are there any TODOs from your side?

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