Open omid-khosravi opened 1 year ago
There is a misspelling in RDB Readme file in PhasicFlow main branch.
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.