Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / les / pitzDaily / system / setFieldsDict
blob143dfd1e9a418dc834e5a9d049e8500e539e9dac
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      setFieldsDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 defaultFieldValues
20     volScalarFieldValue b 1
21     volScalarFieldValue T 293
24 regions
26     boxToCell
27     {
28         box (-1 -1 -1) (1 0 1);
29         fieldValues
30         (
31             volScalarFieldValue b 0
32             volScalarFieldValue T 1650
33         );
34     }
38 // ************************************************************************* //