STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / 0 / nut
blobf4d357c4789b98f9d7e15d1090e9f243c5c76cb9
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://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     inlet
25     {
26         type            calculated;
27         value           uniform 0;
28     }
30     outlet
31     {
32         type            calculated;
33         value           uniform 0;
34     }
36     walls
37     {
38         type            nutWallFunction;
39         Cmu             0.09;
40         kappa           0.41;
41         E               9.8;
42         value           uniform 0;
43     }
45     frontBack
46     {
47         type            empty;
48     }
51 // ************************************************************************* //