... | @@ -34,6 +34,9 @@ from dG3Dpy import* |
... | @@ -34,6 +34,9 @@ from dG3Dpy import* |
|
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 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)
|
|
|
|
```
|
|
|
|
```python
|
|
lawnum1 = 11 # unique number of law
|
|
lawnum1 = 11 # unique number of law
|
|
E = 210E3
|
|
E = 210E3
|
|
nu = 0.3
|
|
nu = 0.3
|
... | | ... | |