Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interDyMFoam / ras / testTubeMixer / system / setFieldsDict
blob74e0ef977afe5d559d5587bf1e4f43c77f1bec89
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     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.0025);
28         fieldValues ( volScalarFieldValue alpha1 1 );
29     }
33 // ************************************************************************* //