1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions [0 1 0 0 0 0 0];
20 internalField uniform (0 0 0);
35 traction uniform ( 0 0 0 );
37 value uniform (0 0 0);
41 type fixedDisplacement;
42 value uniform (0 0 0);
47 traction uniform ( 0 0 0 );
49 value uniform (0 0 0);
53 type timeVaryingFixedDisplacement;
55 fileName "$FOAM_CASE/constant/timeVsDisp";
56 value uniform (0 0 0);
60 // ************************************************************************* //