Radial basis function method

Understand how the flow solver computes the nodal displacement with the radial basis function method.

The flow solver applies radial basis function (RBF) interpolation to derive the nodal displacement in the fluid mesh by applying the nodal displacement on the structure boundary for FSI computation [58]. The nodal displacement of the solid structure boundary and fluid internal mesh is computed by:

where:

  • xbj is the node position on the boundary and represents the xbj, ybj and zbj coordinate components, respectively.
  • nb is the number of nodes on the boundary.
  • x∥ is the Euclidean distance.

The flow solver uses the following RBF:

where:

  • ε is the smoothing factor.
  • r is the radius.

The αj coefficients are computed as follows:

where:

  • db is the displacement of the nodes on the structure boundary.
  • xbi is the location of the displaced nodes on the solid structure boundary.

The nodal displacement in the fluid mesh, dt, is computed by:

where xIi is the node position in the fluid mesh and represents the xIi, yIi and zIi coordinate components, respectively.