initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / rhoPisoTwinParcelFoam / simplifiedSiwek / constant / kinematicCloud1Properties
blobf88d7e10904b8d2a9817df191b5489a0bdbe4301
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.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 InjectionModel  ManualInjection;
20 DragModel       SphereDrag;
22 DispersionModel StochasticDispersionRAS;
24 PatchInteractionModel StandardWallInteraction;
26 PostProcessingModel none;
28 coupled         true;
30 cellValueSourceCorrection on;
32 parcelTypeId    2;
34 constantProperties
36     rhoMin          rhoMin [ 1 -3 0 0 0 ] 1e-15;
37     minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
38     rho0            rho0 [ 1 -3 0 0 0 ] 5000;
41 interpolationSchemes
43     rho             cell;
44     U               cellPoint;
45     mu              cell;
48 integrationSchemes
50     U               Euler;
53 particleForces
55     gravity         on;
56     virtualMass     off;
57     pressureGradient off;
60 ManualInjectionCoeffs
62     massTotal       massTotal [ 1 0 0 0 0 ] 0.0002;
63     parcelBasisType mass;
64     SOI             0;
65     positionsFile   "kinematicCloud1Positions";
66     U0              ( 0 0 0 );
67     parcelPDF
68     {
69         pdfType         RosinRammler;
70         RosinRammlerPDF
71         {
72             minValue        5e-05;
73             maxValue        0.0001;
74             d               ( 7.5e-05 );
75             n               ( 0.5 );
76         }
77     }
80 ConeInjectionCoeffs
82     SOI             0.001;
83     duration        0.005;
84     position        ( 0.25 0.25 0.05 );
85     direction       ( 0 -1 0 );
86     parcelsPerSecond 10000;
87     volumeFlowRate  Constant 0.01;
88     Umag            Constant 50;
89     thetaInner      Constant 0;
90     thetaOuter      Constant 30;
92     parcelPDF
93     {
94         pdfType         RosinRammler;
95         RosinRammlerPDF
96         {
97             minValue        5e-05;
98             maxValue        0.0001;
99             d               ( 7.5e-05 );
100             n               ( 0.5 );
101         }
102     }
105 StandardWallInteractionCoeffs
107     e               e [ 0 0 0 0 0 ] 1;
108     mu              mu [ 0 0 0 0 0 ] 0;
112 // ************************************************************************* //