mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -57,26 +57,28 @@ rigidBodyMotionCoeffs
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
restraints
|
|
||||||
{
|
|
||||||
translationDamper
|
|
||||||
{
|
|
||||||
type linearDamper;
|
|
||||||
coeff 8596;
|
|
||||||
}
|
|
||||||
|
|
||||||
rotationDamper
|
|
||||||
{
|
|
||||||
type sphericalAngularDamper;
|
|
||||||
coeff 11586;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
patches (hull);
|
patches (hull);
|
||||||
innerDistance 0.3;
|
innerDistance 0.3;
|
||||||
outerDistance 1;
|
outerDistance 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
restraints
|
||||||
|
{
|
||||||
|
translationDamper
|
||||||
|
{
|
||||||
|
type linearDamper;
|
||||||
|
body hull;
|
||||||
|
coeff 8596;
|
||||||
|
}
|
||||||
|
|
||||||
|
rotationDamper
|
||||||
|
{
|
||||||
|
type sphericalAngularDamper;
|
||||||
|
body hull;
|
||||||
|
coeff 11586;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user