2 /*--------------------------------*- C++ -*----------------------------------* \
4 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
5 | \\ / O peration | Version: 1.6-ext |
6 | \\ / A nd | Web: www.extend-project.de |
7 | \\/ M anipulation | |
8 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions [0 1 0 0 0 0 0];
21 internalField uniform (0 0 0);
27 type timeVaryingFixedDisplacement;
29 fileName "$FOAM_CASE/constant/timeVsTopDisp";
30 value uniform (0 0 0);
39 shadowPatch bottomBrickUp;
40 interpolationMethod ggi;
41 //interpolationMethod patchToPatch;
42 projectionAlgo visible;
43 projectionDir contactSphere;
44 correctionFrequency 50;
45 normalContactModel dirichletNeumann;
46 dirichletNeumannNormalModelDict
51 penetrationLimit -0.03;
54 correctMissedVertices no;
58 oscillationCorrection yes;
61 //frictionContactModel frictionless;
62 frictionContactModel dirichletNeumann;
63 dirichletNeumannFrictionModelDict
67 oscillationCorrection yes;
76 value uniform (0 0 0);
84 shadowPatch topBrickDown;
85 value uniform (0 0 0);
90 type fixedDisplacement;
91 value uniform (0 0 0);
97 traction uniform ( 0 0 0 );
99 value uniform (0 0 0);
105 traction uniform ( 0 0 0 );
107 value uniform (0 0 0);
112 traction uniform ( 0 0 0 );
114 value uniform (0 0 0);
119 traction uniform ( 0 0 0 );
121 value uniform (0 0 0);
133 // ************************************************************************* //