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 / system / fvSolution
blob793f3741f6eb2a2b87845f4f8b9ceec3def47ae1
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       dictionary;
13     object      fvSolution;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 solvers
19     rho
20     {}
22     rhoU
23     {}
25     rhoE
26     {}
28     p
29     {}
31     U
32     {}
34     T
35     {}
38 fieldBounds
40     rho 0.001 10000;
41     p   0.001 1e7;
42     T   0.001 10000;
45 // ************************************************************************* //