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);
26 type timeVaryingFixedDisplacement;
28 fileName "$FOAM_CASE/constant/timeVsTopDisp";
29 value uniform (0 0 0);
38 shadowPatch bottomBrickUp;
39 interpolationMethod ggi;
40 //interpolationMethod patchToPatch;
41 projectionAlgo visible;
42 projectionDir contactSphere;
43 correctionFrequency 50;
44 normalContactModel dirichletNeumann;
45 dirichletNeumannNormalModelDict
51 settleIterationNumber 100;
52 penetrationLimit -0.03;
55 correctMissedVertices no;
59 oscillationCorrection yes;
62 //frictionContactModel frictionless;
63 frictionContactModel dirichletNeumann;
64 dirichletNeumannFrictionModelDict
68 oscillationCorrection yes;
77 value uniform (0 0 0);
85 shadowPatch topBrickDown;
86 value uniform (0 0 0);
91 type fixedDisplacement;
92 value uniform (0 0 0);
98 traction uniform ( 0 0 0 );
100 value uniform (0 0 0);
106 traction uniform ( 0 0 0 );
108 value uniform (0 0 0);
113 traction uniform ( 0 0 0 );
115 value uniform (0 0 0);
120 traction uniform ( 0 0 0 );
122 value uniform (0 0 0);
134 // ************************************************************************* //