corrections for readMe.md v-1.0
This commit is contained in:
parent
05ecf37eee
commit
a33ec7d8e0
|
@ -84,6 +84,7 @@ surfaces
|
||||||
// motion component name
|
// motion component name
|
||||||
motion none;
|
motion none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
## Defining particles
|
## Defining particles
|
||||||
### Diameter and material of spheres
|
### Diameter and material of spheres
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
# Problem definition
|
# Problem definition (v-1.0)
|
||||||
|
|
||||||
A rotating drum is randomly filled with two particle sizes and rotated to observe particle segregation. The focus of this tutorial is to show how to use the preprocessing tool `particlesPhasicFlow` to create the initial mixture of small and large particles.
|
A rotating drum is randomly filled with two particle sizes and rotated to observe particle segregation. The focus of this tutorial is to show how to use the preprocessing tool `particlesPhasicFlow` to create the initial mixture of small and large particles.
|
||||||
|
|
||||||
|
@ -17,9 +17,7 @@ a view of the rotating drum with small and large particles after 7 seconds of ro
|
||||||
|
|
||||||
# Case setup
|
# Case setup
|
||||||
|
|
||||||
In the file `caseSetup/shapes` two particle types with the names `smallSphere` and `largeSphere` and the diameters 3 and 5 mm are defined.
|
Simulation case setup files can be found in [tutorials/sphereGranFlow folder.](https://github.com/PhasicFlow/phasicFlow/tree/main/tutorials/sphereGranFlow/binarySystemOfParticles)
|
||||||
|
|
||||||
[Simulation case setup files can be found in tutorials/sphereGranFlow folder.](https://github.com/PhasicFlow/phasicFlow/tree/main/tutorials/sphereGranFlow/binarySystemOfParticles)
|
|
||||||
### Shape definition
|
### Shape definition
|
||||||
|
|
||||||
In the file `caseSetup/shapes` two particle types with the names `smallSphere` and `largeSphere` and the diameters 3 and 5 mm are defined.
|
In the file `caseSetup/shapes` two particle types with the names `smallSphere` and `largeSphere` and the diameters 3 and 5 mm are defined.
|
||||||
|
@ -64,7 +62,7 @@ positionParticles
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
In the `setFields` dictionary, located in the `settings/particlesDict` file, you define the initial `velocity`, `acceleration`, `rotVelocity` and `shapeName` fields for all 30000 particles in the simulation. In the `selectors' dictionary, you can select subsets of particles and set the field value for those subsets. The `selectRange` selector is defined in the `shapeAssigne` subdictionary. It defines a range with `begin`, `end` and `stride` to select particles. And in the `fieldValue` subdictionary the field values for selected particles are set (any number of field values can be set here).
|
In the `setFields` dictionary, located in the `settings/particlesDict` file, you define the initial `velocity`, `acceleration`, `rotVelocity` and `shapeName` fields for all 30000 particles in the simulation. In the `selectors` dictionary, you can select subsets of particles and set the field value for those subsets. The `selectRange` selector is defined in the `shapeAssigne` subdictionary. It defines a range with `begin`, `end` and `stride` to select particles. And in the `fieldValue` subdictionary the field values for selected particles are set (any number of field values can be set here).
|
||||||
|
|
||||||
**Note:** Other selectors are: `selectBox` that selects particles inside a box and `randomSelect` that selects particles randomly from a given index range.
|
**Note:** Other selectors are: `selectBox` that selects particles inside a box and `randomSelect` that selects particles randomly from a given index range.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Simulating a Simple Homogenization Silo Using Periodic Boundary
|
# Simulating a Simple Homogenization Silo Using Periodic Boundary (v-1.0)
|
||||||
|
|
||||||
## Problem
|
## Problem
|
||||||
A homogenization silo is used to mix particles inside a silo using the circulation of particles. A pneumatic conveying system carries particles from the exit and re-enters them from the top. Here, we use a `periodic` boundary to simulate the action of the pneumatic conveyor system for circulating particles. Particles exiting from the bottom are re-entered from the top using this boundary (`periodic`).
|
A homogenization silo is used to mix particles inside a silo using the circulation of particles. A pneumatic conveying system carries particles from the exit and re-enters them from the top. Here, we use a `periodic` boundary to simulate the action of the pneumatic conveyor system for circulating particles. Particles exiting from the bottom are re-entered from the top using this boundary (`periodic`).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Simulating a Screw Conveyor
|
# Simulating a Screw Conveyor (v-1.0)
|
||||||
|
|
||||||
## Problem Definition
|
## Problem Definition
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue