Skip to content
Snippets Groups Projects
Commit 9c710173 authored by Henry Weller's avatar Henry Weller
Browse files

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

Resolves bug-report http://bugs.openfoam.org/view.php?id=2224
parent 15fda67b
Branches
Tags
No related merge requests found
......@@ -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;
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment