Skip to content

Commit b0c1470

Browse files
author
LasNikas
committed
increase buffer particles
1 parent b7b7a93 commit b0c1470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/fluid/vortex_street_2d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pipe = RectangularTank(particle_spacing, domain_size, boundary_size, fluid_densi
5050
# Shift pipe walls in negative x-direction for the inflow
5151
pipe.boundary.coordinates[1, :] .-= particle_spacing * open_boundary_layers
5252

53-
n_buffer_particles = 10 * pipe.n_particles_per_dimension[2]^(ndims(pipe.fluid) - 1)
53+
n_buffer_particles = 20 * pipe.n_particles_per_dimension[2]^(ndims(pipe.fluid) - 1)
5454

5555
cylinder_center = (5 * cylinder_diameter, domain_size[2] / 2)
5656
cylinder = SphereShape(particle_spacing, cylinder_diameter / 2,

0 commit comments

Comments
 (0)