tutorials/multiphase/interDyMFoam/ras/DTCHull: Corrected specification of restraints

Resolves bug-report http://bugs.openfoam.org/view.php?id=2224
This commit is contained in:
Henry Weller
2016-09-03 21:14:17 +01:00
parent 15fda67bbc
commit 9c7101739b

View File

@ -57,26 +57,28 @@ rigidBodyMotionCoeffs
);
}
restraints
{
translationDamper
{
type linearDamper;
coeff 8596;
}
rotationDamper
{
type sphericalAngularDamper;
coeff 11586;
}
}
patches (hull);
innerDistance 0.3;
outerDistance 1;
}
}
restraints
{
translationDamper
{
type linearDamper;
body hull;
coeff 8596;
}
rotationDamper
{
type sphericalAngularDamper;
body hull;
coeff 11586;
}
}
}