Laplace smoothing equation method
Understand how the flow solver computes nodal displacement with the Laplace smoothing equation method.
The flow solver uses the Laplace smoothing equation method to compute nodal displacement in the fluid mesh [60]. The Laplace operator is:
where:
- d is the nodal displacement.
- γ is the spatially varying diffusion coefficient.
The spatially varying diffusion coefficient is computed as:
where h is the nodal distance from the wall boundary.
The nodal location after displacement, xnew, is computed as:
where xold is the most recent nodal location before displacement.
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.