STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticNonLinULSolidFoam / rotateSphereUL / 0 / DU
blob32e7150fb49357cd9e9c328b8880b9bf3fb39919
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       volVectorField;
13     location    "0";
14     object      DU;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 0 0 0 0 0];
20 internalField   uniform (0 0 0);
22 boundaryField
24   surface
25     {
26       type            timeVaryingFixedRotation;
27       rotationAxis    ( 0 0 1 );
28       rotationOrigin  ( 0 0 0 );
29       fileName        "$FOAM_CASE/constant/timeVsAngle";
30       outOfBounds     clamp;
31       value           uniform   ( 0 0 0 );
32     }
35 // ************************************************************************* //