Hello everyone, I am conducting a SimLab FSI (Fluid-Structure Interaction) analysis and encountered a problem. I would like to seek advice from experienced users.
1. Problem Description
The solid side (OptiStruct) was set with multiple time steps, but in practice it does not execute exactly as specified.
The fluid side (AcuSolve) ideally should follow the same multiple time steps and is currently executing correctly.
- The solid computation progresses too fast:Solid side completes at t = 1 sFluid side has only reached t = 0.55 s
The time steps are not synchronized, preventing proper data exchange between the two sides.
Additional Note (Theoretical Perspective)
In theory, FSI requires the solid and fluid sides to synchronize their time steps for correct coupling.
- Currently:The solid side does not follow the specified multiple time stepsThe fluid side executes correctly
Therefore, even though the fluid results are generated successfully, the overall FSI solution is not reliable due to the unsynchronized solid side.