Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / floatingBox6DOF / system / setFieldsDict
blobbd1883d11af1bffce74ba92ab3281aca32ffe1b6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     location        "system";
15     object          setFieldsDict;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 defaultFieldValues
22     volScalarFieldValue alpha1 0
25 regions
27     boxToCell
28     {
29         box (-10 -10 -1) (10 0 1);
31         fieldValues
32         (
33             volScalarFieldValue alpha1 1
34         );
35     }
37     boxToCell
38     {
39         box (-10 -10 -1) (-0.4 0.15 1);
41         fieldValues
42         (
43             volScalarFieldValue alpha1 1
44         );
45     }
49 // ************************************************************************* //