Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / twoBoats / system / setFieldsDict
blob51c30727f3c4620e49e027c803b6245f52152fb6
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     }
39 // ************************************************************************* //