Merge pull request #169 from ramin1728/main
layeredSiloFilling is Updated.
This commit is contained in:
commit
8e13c377eb
|
@ -1,7 +1,7 @@
|
||||||
# Problem Definition
|
# Problem Definition
|
||||||
The problem is to simulate a Rotary Air-Lock Valve. The external diameter of rotor is about 21 cm. There is one type of particle in this simulation. Particles are inserted into the inlet of the valve from t=**0** s.
|
The problem is to simulate a Rotary Air-Lock Valve. The external diameter of rotor is about 21 cm. There is one type of particle in this simulation. Particles are inserted into the inlet of the valve from t=**0** s.
|
||||||
* **28000** particles with **5 mm** diameter are inserted into the valve with the rate of **4000 particles/s**.
|
* **28000** particles with **5 mm** diameter are inserted into the valve with the rate of **4000 particles/s**.
|
||||||
* The rotor starts its ortation at t = 1.25 s at the rate of 2.1 rad/s.
|
* The rotor starts its rotation at t = 1.25 s at the rate of 2.1 rad/s.
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
|
@ -46,7 +46,7 @@ model
|
||||||
nu (0.25 0.25 // Poisson's ratio [-]
|
nu (0.25 0.25 // Poisson's ratio [-]
|
||||||
0.25);
|
0.25);
|
||||||
|
|
||||||
en (0.7 0.8 // coefficient of normal restitution
|
en (0.70 0.80 // coefficient of normal restitution
|
||||||
1.0);
|
1.0);
|
||||||
|
|
||||||
et (1.0 1.0 // coefficient of tangential restitution
|
et (1.0 1.0 // coefficient of tangential restitution
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
||||||
| phasicFlow File |
|
|
||||||
| copyright: www.cemf.ir |
|
|
||||||
\* ------------------------------------------------------------------------- */
|
|
||||||
objectName particleInsertion;
|
|
||||||
objectType dicrionary;
|
|
||||||
fileFormat ASCII;
|
|
||||||
/*---------------------------------------------------------------------------*/
|
|
||||||
objectName sphereDict;
|
|
||||||
objectType sphereShape;
|
|
||||||
|
|
||||||
// names of shapes
|
|
||||||
names (sphere);
|
|
||||||
|
|
||||||
// diameter of shapes
|
|
||||||
diameters (0.005);
|
|
||||||
|
|
||||||
// material names for shapes
|
|
||||||
materials (sphereMat);
|
|
Loading…
Reference in New Issue