Backported rhoPorousMRFPimpleFoam, rhoPorousSimpleFoam, rhoSimpleFoam, rhoSonicFoam...
[foam-extend-4.0.git] / tutorials / compressible / rhoSonicFoam / shockTube / 0 / U
blob0aef90a6e60c35a2fc97e962a9bcabd8904ea2ed
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     4.0                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  | For copyright notice see file Copyright         |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volVectorField;
13     location    "0";
14     object      U;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 -1 0 0 0 0];
20 internalField   uniform (0 0 0);
22 boundaryField
24     sides
25     {
26         type            zeroGradient;
27     }
28     empty
29     {
30         type            empty;
31     }
35 // ************************************************************************* //