Mesh moving methods
The flow solver uses different methods to compute the mesh movement in fluid structure interaction modeling
- Radial basis function (RBF) method
- Inverse distance weighting (IDW) method
- Laplace smoothing equation method
The RBF method computes the nodal displacement of the fluid mesh using a radial basis function interpolation. The IDW method computes an interpolated value for the fluid mesh using an inverse distance weighting interpolation technique. The Laplace smoothing equation method computes the fluid nodal displacement by solving the Laplace equations. The IDW method computes translation and rotation separately to preserve a better orthogonality of the bulk fluid mesh region compared to the RBF method. The RBF method requires a linear system computation for each fluid mesh displacement, which makes it less robust than the IDW method. For models with a high number of mesh points, the Laplace smoothing equation performs much faster than both the RBF and IDW. With this method, the flow solver computes the wall distance each time the mesh is moved, to calculate the diffusion coefficient for the next iteration. This is useful in FSI modeling when you use turbulence models that require a wall distance computation.