Movement of structures with overset mesh

Hi everyone, I am using overset mesh to simulate a structure moving at a constant velocity. preCICE only supports a few motion solvers of openFoam. I tried to apply velocity in the solid solver Calclix, but then the overset mesh don’t move with the object. For the dynamicsMeshDict file as follows: Do you have a good way to apply velocity in dynamicsMeshDict?

dynamicFvMesh dynamicOversetFvMesh;

motionSolverLibs (fvMotionSolvers);

solver displacementLaplacian;

displacementLaplacianCoeffs {
diffusivity quadratic inverseDistance (floatingObject);
}