|
## Test Cases Ready to Use
|
|
## Test Cases Ready to Use
|
|
|
|
|
|
Many test cases are given to help users to understand how to use the different features offered by the MigFlow Software. Test cases are in the TheGoodPath/MigFlow/testcases directory. They are given to provide users basic tools in order to build computation script for their own applications.
|
|
Many test cases are given to help users to understand how to use the different features offered by the MigFlow Software. Test cases are in the ~/MigFlow/testcases directory. They are given to provide users basic tools in order to build computation script for their own applications.
|
|
|
|
|
|
### Test Cases Structure
|
|
### Test Cases Structure
|
|
|
|
|
... | @@ -120,3 +120,24 @@ for i in range(nsub) : |
... | @@ -120,3 +120,24 @@ for i in range(nsub) : |
|
```
|
|
```
|
|
The loop also contained instruction to write output files. It is important to note that after moving the grains in computational loop you have to use the _set_particles()_ function to search the new location og the grains in the mesh.
|
|
The loop also contained instruction to write output files. It is important to note that after moving the grains in computational loop you have to use the _set_particles()_ function to search the new location og the grains in the mesh.
|
|
|
|
|
|
|
|
|
|
|
|
__The handy test cases are:__
|
|
|
|
|
|
|
|
+ avalanch/depot/depot.py
|
|
|
|
+ avalanch/avalanch1fluid/avalanch1fluidnofriction.py
|
|
|
|
+ avalanch/avalanch2fluids/avalanch2fluids.py
|
|
|
|
+ avalanch/avalanch2fluids/avalanch2fluidsnofriction.py
|
|
|
|
+ couette-2d/melangeur.py
|
|
|
|
+ depot-2d/depot.py
|
|
|
|
+ depot-3d/depot.py
|
|
|
|
+ drop-2d/SimpleDrop/drop.py
|
|
|
|
+ drop-2d/InteractingDrops/Vert/2VertDrops.py
|
|
|
|
+ drop-2d/InteractingDrops/Diag/2DiagDrops.py
|
|
|
|
+ drop-3d/SimpleDrop/drop.py
|
|
|
|
+ drop-3d/InteractingDrops/Vert/2VertDrops.py
|
|
|
|
+ drop-3d/InteractingDrops/Diag/2DiagDrops.py
|
|
|
|
+ drop-3d/InteractingDrops/DeifferentDensities/2DDDrops.py
|
|
|
|
+ funnel/depot.py
|
|
|
|
+ sablier-2d/sablier.py
|
|
|
|
+ shaker/shaker.py
|
|
|
|
+ smallDepot-3d/depot.py |
|
|
|
\ No newline at end of file |