Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Dec 13, 2024
1 parent 55e6557 commit ee5c2da
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions test/schemes/fluid/surface_normal_sph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,15 @@ end
mass = sphere_ic.mass
density = sphere_ic.density

system, bnd_system, semi, ode = create_fluid_system(coordinates, velocity, mass, density,
particle_spacing, nothing;
NDIMS=NDIMS,
smoothing_length=smoothing_length,
smoothing_kernel=smoothing_kernel,
surface_normal_method=ColorfieldSurfaceNormal(interface_threshold=0.1,
ideal_density_threshold=0.9),
wall=true, walldistance=2.0)
system, bnd_system, semi, ode = create_fluid_system(coordinates, velocity, mass,
density,
particle_spacing, nothing;
NDIMS=NDIMS,
smoothing_length=smoothing_length,
smoothing_kernel=smoothing_kernel,
surface_normal_method=ColorfieldSurfaceNormal(interface_threshold=0.1,
ideal_density_threshold=0.9),
wall=true, walldistance=2.0)

compute_and_test_surface_normals(system, semi, ode; NDIMS=NDIMS)

Expand Down

0 comments on commit ee5c2da

Please sign in to comment.