1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.1 |
5 | \\ / A nd | Web: http://www.extend-project.de |
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
50 penetrationLimit -0.03;
53 correctMissedVertices no;
57 oscillationCorrection yes;
60 //frictionContactModel frictionless;
61 frictionContactModel dirichletNeumann;
62 dirichletNeumannFrictionModelDict
66 oscillationCorrection yes;
75 value uniform (0 0 0);
83 shadowPatch topBrickDown;
84 value uniform (0 0 0);
89 type fixedDisplacement;
90 value uniform (0 0 0);
96 traction uniform ( 0 0 0 );
98 value uniform (0 0 0);
104 traction uniform ( 0 0 0 );
106 value uniform (0 0 0);
111 traction uniform ( 0 0 0 );
113 value uniform (0 0 0);
118 traction uniform ( 0 0 0 );
120 value uniform (0 0 0);
132 // ************************************************************************* //