Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / dbnsFoam / shockTube / 0 / p
blob7278f3fbb22337843cbde958487930c46e3ea8d6
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       volScalarField;
13     location    "0";
14     object      p;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 -1 -2 0 0 0 0];
20 internalField   nonuniform List<scalar>
21 100
23 303975
24 303975
25 303975
26 303975
27 303975
28 303975
29 303975
30 303975
31 303975
32 303975
33 303975
34 303975
35 303975
36 303975
37 303975
38 303975
39 303975
40 303975
41 303975
42 303975
43 303975
44 303975
45 303975
46 303975
47 303975
48 303975
49 303975
50 303975
51 303975
52 303975
53 303975
54 303975
55 303975
56 303975
57 303975
58 303975
59 303975
60 303975
61 303975
62 303975
63 303975
64 303975
65 303975
66 303975
67 303975
68 303975
69 303975
70 303975
71 303975
72 303975
73 101325
74 101325
75 101325
76 101325
77 101325
78 101325
79 101325
80 101325
81 101325
82 101325
83 101325
84 101325
85 101325
86 101325
87 101325
88 101325
89 101325
90 101325
91 101325
92 101325
93 101325
94 101325
95 101325
96 101325
97 101325
98 101325
99 101325
100 101325
101 101325
102 101325
103 101325
104 101325
105 101325
106 101325
107 101325
108 101325
109 101325
110 101325
111 101325
112 101325
113 101325
114 101325
115 101325
116 101325
117 101325
118 101325
119 101325
120 101325
121 101325
122 101325
126 boundaryField
128     inlet
129     {
130         type            slip;
131     }
132     outlet
133     {
134         type            slip;
135     }
136     bottom
137     {
138         type            symmetryPlane;
139     }
140     top
141     {
142         type            symmetryPlane;
143     }
144     defaultFaces
145     {
146         type            empty;
147     }
150 // ************************************************************************* //