fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / pimpleDyMFoam / wingMotion / wingMotion2D_simpleFoam / 0 / nut
blob9a12b15a4fa2dab10fc56f5c5982c04d3565664d
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      nut;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -1 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     wing
25     {
26         type            nutkWallFunction;
27         value           uniform 0;
28     }
30     "(front|back|topAndBottom|inlet|outlet)"
31     {
32         type            calculated;
33         value           uniform 0;
34     }
37 // ************************************************************************* //