fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / injectorProperties
blobbbc3da5edf276ff4d1207d410974718fb129a634
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             mass            2e-06;
32             nParcels        15000;
34             X
35             (
36                 1.0
37             );
39             massFlowRateProfile
40             (
41                 (0 0.1272)
42                 (4.16667e-05 6.1634)
43                 (8.33333e-05 9.4778)
44                 (0.000125 9.5806)
45                 (0.000166667 9.4184)
46                 (0.000208333 9.0926)
47                 (0.00025 8.7011)
48                 (0.000291667 8.2239)
49                 (0.000333333 8.0401)
50                 (0.000375 8.845)
51                 (0.000416667 8.9174)
52                 (0.000458333 8.8688)
53                 (0.0005 8.8882)
54                 (0.000541667 8.6923)
55                 (0.000583333 8.0014)
56                 (0.000625 7.2582)
57                 (0.000666667 7.2757)
58                 (0.000708333 6.968)
59                 (0.00075 6.7608)
60                 (0.000791667 6.6502)
61                 (0.000833333 6.7695)
62                 (0.000875 5.5774)
63                 (0.000916667 4.8649)
64                 (0.000958333 5.0805)
65                 (0.001 4.9547)
66                 (0.00104167 4.5613)
67                 (0.00108333 4.4536)
68                 (0.001125 5.2651)
69                 (0.00116667 5.256)
70                 (0.00120833 5.1737)
71                 (0.00125 3.9213)
72             );
74             temperatureProfile
75             (
76                 (0.0      320.0)
77                 (0.00125  320.0)
78             );
80         }
82         commonRailInjectorProps
83         {
84             position            (0 0.0995 0);
85             direction           (0 -1 0);
86             diameter            0.00019;
87             mass                6e-06;
88             injectionPressure   200.0e+5;
89             temperature         320;
90             nParcels            5000;
92             X
93             (
94                 1.0
95             );
97             massFlowRateProfile
98             (
99                 (0 0.1272)
100                 (4.16667e-05 6.1634)
101                 (8.33333e-05 9.4778)
102                 (0.000125 9.5806)
103                 (0.000166667 9.4184)
104                 (0.000208333 9.0926)
105                 (0.00025 8.7011)
106                 (0.000291667 8.2239)
107                 (0.000333333 8.0401)
108                 (0.000375 8.845)
109                 (0.000416667 8.9174)
110                 (0.000458333 8.8688)
111                 (0.0005 8.8882)
112                 (0.000541667 8.6923)
113                 (0.000583333 8.0014)
114                 (0.000625 7.2582)
115                 (0.000666667 7.2757)
116                 (0.000708333 6.968)
117                 (0.00075 6.7608)
118                 (0.000791667 6.6502)
119                 (0.000833333 6.7695)
120                 (0.000875 5.5774)
121                 (0.000916667 4.8649)
122                 (0.000958333 5.0805)
123                 (0.001 4.9547)
124                 (0.00104167 4.5613)
125                 (0.00108333 4.4536)
126                 (0.001125 5.2651)
127                 (0.00116667 5.256)
128                 (0.00120833 5.1737)
129                 (0.00125 3.9213)
130             );
132             injectionPressureProfile
133             (
134                 (0.0        1.0)
135                 (0.00125    1.0)
136             );
137         }
138     }
141 // ************************************************************************* //