Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantBoussinesqPimpleFoam / hotRoom / system / setFieldsDict
blob2b0442eb9a68568ab45073ba534beb32ecb5a362
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      setFieldsDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 defaultFieldValues
20     volScalarFieldValue T 300
23 regions
25     // Set patch values (using ==)
26     boxToFace
27     {
28         box (4.5 -1000 4.5) (5.5 1e-5 5.5);
30         fieldValues
31         (
32             volScalarFieldValue T 600
33         );
34     }
37 // ************************************************************************* //