We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cec71 commit e28815cCopy full SHA for e28815c
1 file changed
src/callbacks/split_integration.jl
@@ -41,6 +41,8 @@ of fluid to solid particles is large enough (e.g. 100:1 or more).
41
For large time step size ratios, `stage_coupling=false` might
42
require a significantly (often 2x) smaller fluid time step size
43
for stability at the FSI interface.
44
+ For small time step size ratios, `stage_coupling=false` might be
45
+ sufficiently stable and more efficient than `stage_coupling=true`.
46
- `predict_positions=true`: The force on the structure due to the fluid is kept constant
47
during one sub-integration call. When computing this force,
48
the new fluid state and the old structure state are available.
0 commit comments