Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / LTSInterFoam / wigleyHull / system / setFieldsDict
blob095b41fadfb658c784edb825ccb54e57eaa47361
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 alpha1 0
23 regions
25     boxToCell
26     {
27         box (-100 -100 -100) (100 100 0);
28         fieldValues
29         (
30             volScalarFieldValue alpha1 1
31         );
32     }
36 // ************************************************************************* //