Forward compatibility: flex
[foam-extend-3.2.git] / applications / utilities / preProcessing / setFields / setFieldsDict
blob591e299287744bb9d6fa00d31692d5534fac4e47
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      setFieldsDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 defaultFieldValues
19     volScalarFieldValue gamma 0
20     volVectorFieldValue U (0 0 0)
23 regions
25     boxToCell
26     {
27         box (0 0 -1) (0.1461 0.292 1);
29         fieldValues
30         (
31             volScalarFieldValue gamma 1
32         );
33     }
36 // ************************************************************************* //