fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / lagrangian / rhoPisoTwinParcelFoam / simplifiedSiwek / constant / thermoCloud1Properties
blob5c91a5a1fcfe77d55550386d65c31bd122281b27
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      thermoCloud1Properties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 active          yes;
20 InjectionModel  ManualInjection;
22 DragModel       SphereDrag;
24 DispersionModel StochasticDispersionRAS;
26 PatchInteractionModel StandardWallInteraction;
28 HeatTransferModel RanzMarshall;
30 PostProcessingModel none;
32 radiation       off;
34 coupled         true;
36 cellValueSourceCorrection on;
38 parcelTypeId    1;
40 constantProperties
42     rhoMin          rhoMin [ 1 -3 0 0 0 ] 1e-15;
43     TMin            TMin [ 0 0 0 1 0 ] 200;
44     minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
45     rho0            rho0 [ 1 -3 0 0 0 ] 2500;
46     T0              T0 [ 0 0 0 1 0 ] 300;
47     cp0             cp0 [ 0 2 -2 -1 0 ] 900;
48     epsilon0        epsilon0 [ 0 0 0 0 0 ] 1;
49     f0              f0 [ 0 0 0 0 0 ] 0.5;
50     Pr              Pr [ 0 0 0 0 0 ] 0.7;
53 interpolationSchemes
55     rho             cell;
56     mu              cell;
57     U               cellPoint;
58     T               cell;
59     Cp              cell;
62 integrationSchemes
64     U               Euler;
65     T               Analytical;
68 particleForces
70     gravity         on;
71     virtualMass     off;
72     pressureGradient off;
75 ManualInjectionCoeffs
77     massTotal       massTotal [ 1 0 0 0 0 ] 0.0001;
78     parcelBasisType mass;
79     SOI             0;
80     positionsFile   "thermoCloud1Positions";
81     U0              ( 0 0 0 );
82     parcelPDF
83     {
84         pdfType         RosinRammler;
85         RosinRammlerPDF
86         {
87             minValue        5e-06;
88             maxValue        0.0005;
89             d               ( 5e-05 );
90             n               ( 0.5 );
91         }
92     }
95 StandardWallInteractionCoeffs
97     type            rebound;
100 RanzMarshallCoeffs
102     BirdCorrection  off;
105 // ************************************************************************* //