Skip to content

Commit a7edecb

Browse files
committed
Add comment in the iisph example file regarding the
smoothing kernel and length
1 parent f9fd8df commit a7edecb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/fluid/dam_break_2d_iisph.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ trixi_include(@__MODULE__,
77
sol=nothing, ode=nothing)
88

99
# Change smoothing kernel and length to get a stable simulation
10+
# IISPH doesn't require a large compact support like WCSPH and performs worse with a typical
11+
# smoothing length
1012
smoothing_length = 1.2 * fluid_particle_spacing
1113
smoothing_kernel = SchoenbergCubicSplineKernel{2}()
1214

0 commit comments

Comments
 (0)