Added Graham's 6DoF solver-based BC for mesh-motion which uses the forces functionObj...
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interDyMFoam / ras / floatingObject / system / setFieldsDict
blob3565b89deede7023901256fb0f38769f5094019c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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.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     }
39 // ************************************************************************* //