initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rhoCentralFoam / shockTube / system / setFieldsDict
blob83d5d1949f882e06edebc5978d5fd1e41b8a95e1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      setFieldsDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 defaultFieldValues
19     volVectorFieldValue U     (0 0 0)
20     volScalarFieldValue T     348.43206
21     volScalarFieldValue p     1.0e+5
24 regions
26     boxToCell
27     {
28         box    (0 -1 -1) (5 1 1);
30         fieldValues
31         (
32             volScalarFieldValue T     278.74564
33             volScalarFieldValue p     1.0e+4
34         );
35     }
38 // ************************************************************************* //