PhasicFlow / phasicFlow

Parallel, highly efficient code (CPU and GPU) for DEM and CFD-DEM simulations.
GNU General Public License v3.0
43 stars 25 forks source link

Tutorials #78

Open omid-khosravi opened 1 year ago

omid-khosravi commented 1 year ago
omid-khosravi commented 1 year ago

There is a misspelling in RDB Readme file in PhasicFlow main branch.

hamidrezanorouzi commented 1 year ago

Please consider the following for simulation 1) Simulation should be two phase: first, settling of particles under gravity (for 1 second) and then, rotation of blender. 2) Reduce timePrecision to 3. 3) in positionParticles, change the box to cylinder to better fit the geometry and axisOrder to (x y z). In setFields dict, change rotVelocity to rVelocity. 4) Choose a better name for property. For example use solidProperty 5) move the rotatingAxisMotionInfo dict to the two lines after motionModel line. rename rotAxis --> axisOfRotation, omega from 3 to 1.5708 // ~15 rpm 6) In geometry names should be changed enterGate -> topGate cylinderinlet ->topCylinder coneShelldown->coneShellbottom cylinderoutlet-> bottomCylinder exitGate-> bottomGate

7) the top and bottom gate should be cylinders with end diameters 0.03 and 0.0001 and very small length. this will produce a circle instead of a square.

Change the readme.md accordingly.