1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.4.1-dev |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions [0 1 -1 0 0 0 0];
21 internalField uniform (0 0 0);
27 type movingWallVelocity;
28 value uniform (0 0 0);
32 type movingWallVelocity;
33 value uniform (0 0 0);
37 type movingWallVelocity;
38 value uniform (0 0 0);
42 type movingWallVelocity;
43 value uniform (0 0 0);
52 // ************************************************************************* //