... | ... | @@ -24,6 +24,18 @@ In general, the strain averaging theorem and the Hill-Mandel condition are sasti |
|
|
and $`\mathbf{F}_M(t)`$ can be obtained by different ways.
|
|
|
|
|
|
## 1. Using a microscopic boundary condition
|
|
|
A micro BC is defined as follows:
|
|
|
```python
|
|
|
microBC = microBCName(tag, Arguments)
|
|
|
```
|
|
|
where **microBCName** can be found from the source code.
|
|
|
- **nonLinearPeriodicBC**
|
|
|
- **nonLinearShiftedPeriodicBC**
|
|
|
- **nonLinearGeneralPeriodicBC**
|
|
|
- **nonLinearDisplacementBC**
|
|
|
- **nonLinearMinimalKinematicBC**
|
|
|
- **nonLinearMixedBC**
|
|
|
- **nonLinearOrthogonalMixedBCDirectionFollowing**
|
|
|
|
|
|
## 2. Using macroscopic BC
|
|
|
|
... | ... | |