... | @@ -28,8 +28,8 @@ A micro BC is defined as follows: |
... | @@ -28,8 +28,8 @@ A micro BC is defined as follows: |
|
```python
|
|
```python
|
|
microBC = *microBCName*(tag, dim, addDofPerVertex)
|
|
microBC = *microBCName*(tag, dim, addDofPerVertex)
|
|
```
|
|
```
|
|
- **microBCName**: name of micro BC. Different possibilities are avaliables and can be devided into 3 main groups:
|
|
- **microBCName**: name of micro BC. Different possibilities are avaliables and can be devided into 3 groups:
|
|
- periodic boundary condition:
|
|
- Periodic boundary condition:
|
|
* **nonLinearPeriodicBC** : periodiodic BC
|
|
* **nonLinearPeriodicBC** : periodiodic BC
|
|
* **nonLinearShiftedPeriodicBC**: periodic BC with shifted direction
|
|
* **nonLinearShiftedPeriodicBC**: periodic BC with shifted direction
|
|
* **nonLinearGeneralPeriodicBC**: peridocic
|
|
* **nonLinearGeneralPeriodicBC**: peridocic
|
... | @@ -37,7 +37,7 @@ microBC = *microBCName*(tag, dim, addDofPerVertex) |
... | @@ -37,7 +37,7 @@ microBC = *microBCName*(tag, dim, addDofPerVertex) |
|
* **nonLinearDisplacementBC**
|
|
* **nonLinearDisplacementBC**
|
|
- Minimal kinematic boundary condition:
|
|
- Minimal kinematic boundary condition:
|
|
* **nonLinearMinimalKinematicBC**
|
|
* **nonLinearMinimalKinematicBC**
|
|
- Mixed boundary condition
|
|
- Mixed boundary condition:
|
|
* **nonLinearMixedBC**
|
|
* **nonLinearMixedBC**
|
|
* **nonLinearOrthogonalMixedBCDirectionFollowing**
|
|
* **nonLinearOrthogonalMixedBCDirectionFollowing**
|
|
- **tag** : an arbitrary positive integer number to identify the microBC object.
|
|
- **tag** : an arbitrary positive integer number to identify the microBC object.
|
... | | ... | |