... | @@ -34,7 +34,7 @@ from gmshpy import * |
... | @@ -34,7 +34,7 @@ from gmshpy import * |
|
from dG3Dpy import*
|
|
from dG3Dpy import*
|
|
```
|
|
```
|
|
## define Material law and Domain
|
|
## define Material law and Domain
|
|
The basic principle of the FE implementation is to divide the whole domain of interest by domains. Each domain possesses its own behavior govering by a material law. Mechanical, thermal, or multi-physical coupled domain-material law can be used.
|
|
The basic principle of the FE implementation is to divide the whole domain of interest by domains. Each domain possesses its own constitutive behavior govering by a material law. Mechanical, thermal, or multi-physical coupled domain-material law can be used.
|
|
### *Material law*
|
|
### *Material law*
|
|
```python
|
|
```python
|
|
law = MaterialLawName(matNum, Arguments)
|
|
law = MaterialLawName(matNum, Arguments)
|
... | | ... | |