From ee5c2da4147c6c7e3610fc29b2628191fff7c430 Mon Sep 17 00:00:00 2001 From: Sven Berger Date: Fri, 13 Dec 2024 03:00:57 +0100 Subject: [PATCH] format --- test/schemes/fluid/surface_normal_sph.jl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/test/schemes/fluid/surface_normal_sph.jl b/test/schemes/fluid/surface_normal_sph.jl index 4b63763cf..fdf861ddb 100644 --- a/test/schemes/fluid/surface_normal_sph.jl +++ b/test/schemes/fluid/surface_normal_sph.jl @@ -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)