1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
12 class pointVectorField;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions [0 1 0 0 0 0 0];
20 internalField uniform (0 0 0);
27 value uniform (0 0 0);
32 type surfaceDisplacement;
33 value uniform (0 0 0);
35 // Clip displacement to surface by max deltaT*velocity.
46 // Find projection with surface:
47 // fixedNormal : intersections along prespecified direction
48 // pointNormal : intersections along current pointNormal of patch
49 // nearest : nearest point on surface
51 projectMode fixedNormal;
53 // if fixedNormal : normal
54 projectDirection (0 0 1);
56 //- -1 or component to knock out before doing projection
59 //- Points that should remain fixed
60 //frozenPointsZone fixedPointsZone;
65 // type surfaceSlipDisplacement;
70 // type triSurfaceMesh;
74 // followMode fixedNormal;
76 // projectDirection (0 0 1);
78 // //- -1 or component to knock out before doing projection
81 // //- Points that should remain fixed
82 // //frozenPointsZone fixedPointsZone;
105 type fixedNormalSlip;
111 // ************************************************************************* //