-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
tarekhussein
commented
Feb 28, 2024
- 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
- the Linear elasticity equations are done
* add requirements.txt * extend README.md
There was a problem hiding this 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.
There was a problem hiding this 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.
- rename mech_strain into elastic_strain -simplify the 2D mesh
- optimize lame's parameter
- the model is able to deal with different forms of mesh and BCs
- to avoid convergence into zero value, a conditional case is applied