Skip to content

Commit

Permalink
Merge branch 'fix_obs_for_free_surface' into morris_surface_tension
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Oct 11, 2024
2 parents b4f7a2e + 8294aa9 commit b5663f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/schemes/boundary/open_boundary/boundary_zone.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
end

@testset verbose=true "Illegal Inputs" begin
no_rectangular_plane = [[0.2, 0.3, -0.5], [-1.0, 1.5, 0.2], [-0.2, 2.0, -0.5]]
no_rectangular_plane = [[0.2, 0.3, -0.5], [-1.0, 1.5, 0.2], [-0.4, 0.9, -0.15]]
flow_direction = [0.0, 0.0, 1.0]

error_str = "the vectors `AB` and `AC` for the provided points `A`, `B`, `C` must be orthogonal"
error_str = "The vectors `AB` and `AC` must not be collinear"

@test_throws ArgumentError(error_str) InFlow(; plane=no_rectangular_plane,
particle_spacing=0.1,
Expand Down

0 comments on commit b5663f5

Please sign in to comment.