diff --git a/tutorials/multiphase/interDyMFoam/ras/DTCHull/constant/dynamicMeshDict b/tutorials/multiphase/interDyMFoam/ras/DTCHull/constant/dynamicMeshDict index 50d603874d..f1575c49c3 100644 --- a/tutorials/multiphase/interDyMFoam/ras/DTCHull/constant/dynamicMeshDict +++ b/tutorials/multiphase/interDyMFoam/ras/DTCHull/constant/dynamicMeshDict @@ -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; + } + } }