Skip to content

Commit

Permalink
Added sample gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
michalJur committed May 24, 2022
1 parent 0c54e0d commit 8696b0a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ output/*

*.jpg
*.png
*.gif
*.pdf
*.pt

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

conmech is a simulating package written in Python that allows to numerically solve contact mechanics problems. It uses the Finite Element Method, works with static, quasistatic and dynamic models, both in 2D and 3D. It can simulate various physical phenomena, such as Coulomb friction and hardness of the obstacle. Additional variables, such as the temperature of the body, can also be calculated. The code is modular and can be further extended to include other models.

| 2D, with temperature | 3D |
| 2D with temperature | 3D |
:-------------------------:|:-------------------------:
<img src="https://user-images.githubusercontent.com/56348419/170043164-69a5c6b0-0f48-4755-822b-8706a4712994.gif" width="100%" /> | <img src="https://user-images.githubusercontent.com/56348419/170040202-b2f15c61-4beb-4e74-bbef-789cda924071.gif" width="100%" />

Expand Down
Binary file added samples/ball_roll_3d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/circle_roll_temperature.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/graph_circle_left.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/graph_circle_slope.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8696b0a

Please sign in to comment.