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
); );
} }
patches (hull);
innerDistance 0.3;
outerDistance 1;
}
}
restraints restraints
{ {
translationDamper translationDamper
{ {
type linearDamper; type linearDamper;
body hull;
coeff 8596; coeff 8596;
} }
rotationDamper rotationDamper
{ {
type sphericalAngularDamper; type sphericalAngularDamper;
body hull;
coeff 11586; coeff 11586;
} }
} }
patches (hull);
innerDistance 0.3;
outerDistance 1;
}
}
} }