initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bed / constant / filterProperties
blob2852529d43362397ae0b4b738a7b0061201fa6a4
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      binary;
12     class       dictionary;
13     location    "constant";
14     object      filterProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 filter          off;
20 filterNormal    ( 0 0 1 );
22 filterPosition  filterPosition [ 0 1 0 0 0 ] ( 0 0 0.02 );
24 filterThickness filterThickness [ 0 1 0 0 0 ] 1e-06;
27 // ************************************************************************* //