Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / lagrangian / rhoPisoTwinParcelFoam / simplifiedSiwek / constant / kinematicCloud1Properties
blob2f173cac5ac28448a37c81e97aa1b0cfb51b0cd0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      kinematicCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 active          yes;
20 InjectionModel  ManualInjection;
22 DragModel       SphereDrag;
24 DispersionModel StochasticDispersionRAS;
26 PatchInteractionModel StandardWallInteraction;
28 PostProcessingModel none;
30 coupled         true;
32 cellValueSourceCorrection on;
34 parcelTypeId    2;
36 constantProperties
38     rhoMin          rhoMin [ 1 -3 0 0 0 ] 1e-15;
39     minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
40     rho0            rho0 [ 1 -3 0 0 0 ] 5000;
43 interpolationSchemes
45     rho             cell;
46     U               cellPoint;
47     mu              cell;
50 integrationSchemes
52     U               Euler;
55 particleForces
57     gravity         on;
58     virtualMass     off;
59     pressureGradient off;
62 ManualInjectionCoeffs
64     massTotal       massTotal [ 1 0 0 0 0 ] 0.0002;
65     parcelBasisType mass;
66     SOI             0;
67     positionsFile   "kinematicCloud1Positions";
68     U0              ( 0 0 0 );
69     parcelPDF
70     {
71         pdfType         RosinRammler;
72         RosinRammlerPDF
73         {
74             minValue        5e-05;
75             maxValue        0.0001;
76             d               ( 7.5e-05 );
77             n               ( 0.5 );
78         }
79     }
82 ConeInjectionCoeffs
84     SOI             0.001;
85     duration        0.005;
86     position        ( 0.25 0.25 0.05 );
87     direction       ( 0 -1 0 );
88     parcelsPerSecond 10000;
89     volumeFlowRate  Constant 0.01;
90     Umag            Constant 50;
91     thetaInner      Constant 0;
92     thetaOuter      Constant 30;
94     parcelPDF
95     {
96         pdfType         RosinRammler;
97         RosinRammlerPDF
98         {
99             minValue        5e-05;
100             maxValue        0.0001;
101             d               ( 7.5e-05 );
102             n               ( 0.5 );
103         }
104     }
107 StandardWallInteractionCoeffs
109     type            rebound;
112 // ************************************************************************* //