2013-12-11 16:09:41 +00:00
|
|
|
/*--------------------------------*- C++ -*----------------------------------*\
|
2012-09-11 15:42:55 +00:00
|
|
|
| ========= | |
|
2013-12-11 16:09:41 +00:00
|
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
2015-05-17 13:55:59 +00:00
|
|
|
| \\ / O peration | Version: 3.2 |
|
|
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
2012-09-11 15:42:55 +00:00
|
|
|
| \\/ M anipulation | |
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
|
|
{
|
|
|
|
version 2.0;
|
|
|
|
format ascii;
|
|
|
|
class volVectorField;
|
|
|
|
location "0";
|
|
|
|
object U;
|
|
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
|
|
dimensions [0 1 0 0 0 0 0];
|
|
|
|
|
|
|
|
internalField uniform (0 0 0);
|
|
|
|
|
|
|
|
boundaryField
|
|
|
|
{
|
|
|
|
topBrickUp
|
|
|
|
{
|
|
|
|
type timeVaryingFixedDisplacement;
|
|
|
|
outOfBounds clamp;
|
|
|
|
fileName "$FOAM_CASE/constant/timeVsTopDisp";
|
|
|
|
value uniform (0 0 0);
|
|
|
|
}
|
|
|
|
|
2013-10-14 08:26:40 +00:00
|
|
|
topBrickDown
|
2012-09-11 15:42:55 +00:00
|
|
|
{
|
2013-10-14 08:26:40 +00:00
|
|
|
type solidContact;
|
|
|
|
master yes;
|
|
|
|
contactActive yes;
|
|
|
|
rigidMaster yes;
|
|
|
|
shadowPatch bottomBrickUp;
|
|
|
|
interpolationMethod ggi;
|
|
|
|
//interpolationMethod patchToPatch;
|
|
|
|
projectionAlgo visible;
|
|
|
|
projectionDir contactSphere;
|
|
|
|
correctionFrequency 50;
|
|
|
|
normalContactModel dirichletNeumann;
|
|
|
|
dirichletNeumannNormalModelDict
|
2014-06-14 20:16:41 +00:00
|
|
|
{
|
2013-10-14 08:26:40 +00:00
|
|
|
relaxationFactor 0.9;
|
|
|
|
contactGapTol 1e-10;
|
|
|
|
limitPenetration no;
|
2014-06-14 20:16:41 +00:00
|
|
|
settleContact no;
|
|
|
|
settleIterationNumber 100;
|
2013-10-14 08:26:40 +00:00
|
|
|
penetrationLimit -0.03;
|
|
|
|
limitPressure no;
|
|
|
|
pressureLimit 1e9;
|
|
|
|
correctMissedVertices no;
|
|
|
|
distanceMethod point;
|
|
|
|
aitkenRelaxation no;
|
|
|
|
infoFrequency 10;
|
|
|
|
oscillationCorrection yes;
|
2014-06-01 18:12:52 +00:00
|
|
|
smoothingSteps 1;
|
2013-10-14 08:26:40 +00:00
|
|
|
}
|
|
|
|
//frictionContactModel frictionless;
|
|
|
|
frictionContactModel dirichletNeumann;
|
|
|
|
dirichletNeumannFrictionModelDict
|
|
|
|
{
|
|
|
|
relaxationFactor 0.2;
|
|
|
|
infoFrequency 10;
|
|
|
|
oscillationCorrection yes;
|
2014-06-01 18:12:52 +00:00
|
|
|
smoothingSteps 1;
|
|
|
|
|
2013-10-14 08:26:40 +00:00
|
|
|
frictionLaw coulomb;
|
|
|
|
frictionLawDict
|
|
|
|
{
|
|
|
|
frictionCoeff 0.01;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
value uniform (0 0 0);
|
2012-09-11 15:42:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bottomBrickUp
|
|
|
|
{
|
2013-10-14 08:26:40 +00:00
|
|
|
type solidContact;
|
|
|
|
master no;
|
|
|
|
contactActive yes;
|
|
|
|
shadowPatch topBrickDown;
|
|
|
|
value uniform (0 0 0);
|
2012-09-11 15:42:55 +00:00
|
|
|
}
|
|
|
|
|
2013-10-14 08:26:40 +00:00
|
|
|
bottomBrickDown
|
2012-09-11 15:42:55 +00:00
|
|
|
{
|
2013-10-14 08:26:40 +00:00
|
|
|
type fixedDisplacement;
|
2012-09-11 15:42:55 +00:00
|
|
|
value uniform (0 0 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
bottomBrickLeft
|
|
|
|
{
|
|
|
|
type solidTraction;
|
|
|
|
traction uniform ( 0 0 0 );
|
|
|
|
pressure uniform 0;
|
|
|
|
value uniform (0 0 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
bottomBrickRight
|
|
|
|
{
|
|
|
|
type solidTraction;
|
|
|
|
traction uniform ( 0 0 0 );
|
|
|
|
pressure uniform 0;
|
|
|
|
value uniform (0 0 0);
|
|
|
|
}
|
|
|
|
topBrickLeft
|
|
|
|
{
|
|
|
|
type solidTraction;
|
|
|
|
traction uniform ( 0 0 0 );
|
|
|
|
pressure uniform 0;
|
|
|
|
value uniform (0 0 0);
|
|
|
|
}
|
|
|
|
topBrickRight
|
|
|
|
{
|
|
|
|
type solidTraction;
|
2013-10-14 08:26:40 +00:00
|
|
|
traction uniform ( 0 0 0 );
|
2012-09-11 15:42:55 +00:00
|
|
|
pressure uniform 0;
|
|
|
|
value uniform (0 0 0);
|
|
|
|
}
|
|
|
|
back
|
|
|
|
{
|
|
|
|
type empty;
|
|
|
|
}
|
|
|
|
front
|
|
|
|
{
|
|
|
|
type empty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ************************************************************************* //
|