forked from KOS-UJ/conmech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,31 @@ | ||
# conmech | ||
|
||
Contact mechanics simulation package | ||
|
||
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 | | ||
:-------------------------:|:-------------------------: | ||
<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%" /> | ||
|
||
|
||
## Instalation | ||
|
||
Install requirements from "requirements.txt" | ||
|
||
## Usage | ||
|
||
To run sample simulations, start any file from examples folder | ||
|
||
, and can calculate . | ||
|
||
|
||
# deep_conmech | ||
|
||
This project uses Graph Neural Networks to learn dynamic contact mechanics simulations based on energy function implemented in conmech. | ||
deep_conmech uses Graph Neural Networks to learn dynamic contact mechanics simulations based on energy function implemented in conmech. | ||
|
||
|
||
|
||
<img src="https://user-images.githubusercontent.com/56348419/170040218-0a575f38-72f9-4ba3-aefd-8c0b78322bc3.gif" width="100%" /> | <img src="https://user-images.githubusercontent.com/56348419/170040235-1179552a-ae97-4761-b876-1e2239eb7972.gif" width="100%" /> | ||
:-------------------------:|:-------------------------: | ||
|
||
|
||
|
||
|