Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / interDyMFoam / ras / floatingObject / system / setFieldsDict
blob181f01d331ca37170b13675f3acef63e2a409c27
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     location    "system";
14     object      setFieldsDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 defaultFieldValues
20     volScalarFieldValue alpha1 0
23 regions
25     boxToCell
26     {
27         box ( -100 -100 -100 ) ( 100 100 0.5368 );
28         fieldValues ( volScalarFieldValue alpha1 1 );
29     }
31     boxToCell
32     {
33         box ( 0.7 0.8 -100 ) ( 100 100 0.65 );
34         fieldValues ( volScalarFieldValue alpha1 1 );
35     }
38 // ************************************************************************* //