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

Thussein mechanical bc #13

Closed
wants to merge 14 commits into from
Closed

Thussein mechanical bc #13

wants to merge 14 commits into from

Conversation

tarekhussein
Copy link
Collaborator

  • The equations of linear elasticity are implemented in dependence on displacements, without interpretation in the total strain equations.
  • The displacements have not exact values yet, I suggest the problem might be in functions _setup_solver_eps(self) and _solve_u(self), where the linear solver is implemented @pzimbrod

This was linked to issues Feb 28, 2024
Copy link
Collaborator

@pzimbrod pzimbrod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't validated results in Paraview yet, but I made some comments on what I noticed on the code itself, it's mostly minor and naming convention things.

Copy link
Collaborator

@pzimbrod pzimbrod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found the culprit for the model to not update

- exchange Functions names' "displacements" into "U"
- apply expression & interpolate to get mechanical strain values.
tarekhussein and others added 7 commits March 11, 2024 08:33
- rename mech_strain into elastic_strain
-simplify the 2D mesh
- the model is able to deal with different forms of mesh and BCs
- to avoid convergence into zero value, a conditional case is applied
@tarekhussein tarekhussein deleted the thussein_mechanical_BC branch August 21, 2024 14:28
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.

Make case work in higher dimensions Include mechanical loads
2 participants