FoamFile { version 2.0; format ascii; class dictionary; location "system"; object preciceDict; } preciceConfig "precice-config.xml"; participant Fluid-Outer; modules (FSI); interfaces { Interface1 { mesh Fluid-Outer-Mesh-Nodes; patches (interface); locations faceNodes; readData ( Displacement-Outer ); writeData ( ); }; Interface2 { mesh Fluid-Outer-Mesh-Faces; patches (interface); locations faceCenters; readData ( ); writeData ( Force-Outer ); }; }; FSI { rho rho [1 -3 0 0 0 0 0] 917; // The point displacement field is unused for the RBF mesh motion solver namePointDisplacement unused; // Specify the RBF cell motion field nameCellDisplacement rbfMotionCentersField; }