FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object dynamicMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libfvMotionSolvers.so" "libRBFMeshMotionSolver.so"); solver RBFMeshMotionSolver; RBFMeshMotionSolverCoeffs { // Settings for the RBF solver staticPatches (front back); movingPatches (interface); fixedPatches (lowerWall); interpolation { function TPS; } coarsening { enabled no; } }