Remove trailing whitespace systematically
[foam-extend-3.2.git] / tutorials / surfaceTracking / surfactantFoam / planeTransport / 0 / Us
blob28a0607c107b7c8b3a70d821e475b1855c25af06
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.1                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       areaVectorField;
13     location    "0";
14     object      Us;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions          [0 1 -1 0 0 0 0];
20 internalField       uniform (0.05 0 0);
22 boundaryField
24     inlet {
25         type fixedValue;
26         value $internalField;
27     }
28     outlet {
29         type zeroGradient;
30     }
31     bound {
32         type symmetryPlane;
33     }
36 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //