|
| 1 | +/* -------------------------------*- C++ -*--------------------------------- *\ |
| 2 | +| phasicFlow File | |
| 3 | +| copyright: www.cemf.ir | |
| 4 | +\* ------------------------------------------------------------------------- */ |
| 5 | +objectName particleInsertion; |
| 6 | +objectType dictionary; |
| 7 | +fileFormat ASCII; |
| 8 | +/*---------------------------------------------------------------------------*/ |
| 9 | + |
| 10 | +active yes; // is insertion active? |
| 11 | + |
| 12 | +particleInlet1 |
| 13 | +{ |
| 14 | + regionType box; // type of insertion region |
| 15 | + |
| 16 | + rate 250000; // insertion rate (particles/s) |
| 17 | + |
| 18 | + timeControl simulationTime; |
| 19 | + |
| 20 | + startTime 0; // (s) |
| 21 | + |
| 22 | + endTime 2.0; // (s) |
| 23 | + |
| 24 | + insertionInterval 0.05; //s |
| 25 | + |
| 26 | + boxInfo |
| 27 | + { |
| 28 | + min (-0.17 0.23 0.46); // (m,m,m) |
| 29 | + max ( 0.17 0.24 0.88); // (m,m,m) |
| 30 | + } |
| 31 | + |
| 32 | + setFields |
| 33 | + { |
| 34 | + velocity realx3 (0.0 -0.3 0.0); // initial velocity of inserted particles |
| 35 | + } |
| 36 | + |
| 37 | + mixture |
| 38 | + { |
| 39 | + smallParticle 1; // mixture composition of inserted particles |
| 40 | + } |
| 41 | +} |
| 42 | + |
| 43 | +particleInlet2 |
| 44 | +{ |
| 45 | + regionType box; // type of insertion region |
| 46 | + |
| 47 | + rate 250000; // insertion rate (particles/s) |
| 48 | + |
| 49 | + timeControl simulationTime; |
| 50 | + |
| 51 | + startTime 0; // (s) |
| 52 | + |
| 53 | + endTime 2.0; // (s) |
| 54 | + |
| 55 | + insertionInterval 0.05; //s |
| 56 | + |
| 57 | + boxInfo |
| 58 | + { |
| 59 | + min ( -0.17 0.23 0.02); // (m,m,m) |
| 60 | + max ( 0.17 0.24 0.44); // (m,m,m) |
| 61 | + } |
| 62 | + |
| 63 | + setFields |
| 64 | + { |
| 65 | + velocity realx3 (0.0 -0.3 0.0); // initial velocity of inserted particles |
| 66 | + } |
| 67 | + |
| 68 | + mixture |
| 69 | + { |
| 70 | + largeParticle 1; // mixture composition of inserted particles |
| 71 | + } |
| 72 | +} |
0 commit comments