Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose...
[OpenFOAM-1.6-ext.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / injectorProperties
blob67146003dfbc52ed0d6ccce418062c0e605c4ac5
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      injectorProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19     {
20         injectorType        unitInjector;
22         unitInjectorProps
23         {
24             position        (0 0.0995 0);
25             direction       (0 -1 0);
26             diameter        0.00019;
27             Cd              0.9;
28             mass            6e-06;
29             nParcels        5000;
31             X
32             (
33                 1.0
34             );
36             massFlowRateProfile
37             (
38                 (0 0.1272)
39                 (4.16667e-05 6.1634)
40                 (8.33333e-05 9.4778)
41                 (0.000125 9.5806)
42                 (0.000166667 9.4184)
43                 (0.000208333 9.0926)
44                 (0.00025 8.7011)
45                 (0.000291667 8.2239)
46                 (0.000333333 8.0401)
47                 (0.000375 8.845)
48                 (0.000416667 8.9174)
49                 (0.000458333 8.8688)
50                 (0.0005 8.8882)
51                 (0.000541667 8.6923)
52                 (0.000583333 8.0014)
53                 (0.000625 7.2582)
54                 (0.000666667 7.2757)
55                 (0.000708333 6.968)
56                 (0.00075 6.7608)
57                 (0.000791667 6.6502)
58                 (0.000833333 6.7695)
59                 (0.000875 5.5774)
60                 (0.000916667 4.8649)
61                 (0.000958333 5.0805)
62                 (0.001 4.9547)
63                 (0.00104167 4.5613)
64                 (0.00108333 4.4536)
65                 (0.001125 5.2651)
66                 (0.00116667 5.256)
67                 (0.00120833 5.1737)
68                 (0.00125 3.9213)
69             );
71             temperatureProfile
72             (
73                 (0.0      320.0)
74                 (0.00125  320.0)
75             );
77         }
79         commonRailInjectorProps
80         {
81             position            (0 0.0995 0);
82             direction           (0 -1 0);
83             diameter            0.00019;
84             mass                6e-06;
85             injectionPressure   200.0e+5;
86             temperature         320;
87             nParcels            5000;
89             X
90             (
91                 1.0
92             );
94             massFlowRateProfile
95             (
96                 (0 0.1272)
97                 (4.16667e-05 6.1634)
98                 (8.33333e-05 9.4778)
99                 (0.000125 9.5806)
100                 (0.000166667 9.4184)
101                 (0.000208333 9.0926)
102                 (0.00025 8.7011)
103                 (0.000291667 8.2239)
104                 (0.000333333 8.0401)
105                 (0.000375 8.845)
106                 (0.000416667 8.9174)
107                 (0.000458333 8.8688)
108                 (0.0005 8.8882)
109                 (0.000541667 8.6923)
110                 (0.000583333 8.0014)
111                 (0.000625 7.2582)
112                 (0.000666667 7.2757)
113                 (0.000708333 6.968)
114                 (0.00075 6.7608)
115                 (0.000791667 6.6502)
116                 (0.000833333 6.7695)
117                 (0.000875 5.5774)
118                 (0.000916667 4.8649)
119                 (0.000958333 5.0805)
120                 (0.001 4.9547)
121                 (0.00104167 4.5613)
122                 (0.00108333 4.4536)
123                 (0.001125 5.2651)
124                 (0.00116667 5.256)
125                 (0.00120833 5.1737)
126                 (0.00125 3.9213)
127             );
129             injectionPressureProfile
130             (
131                 (0.0        1.0)
132                 (0.00125    1.0)
133             );
134         }
135     }
138 // ************************************************************************* //