Skip to content

Commit

Permalink
repair
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelschurer committed Dec 16, 2024
1 parent c73b2ca commit a51cf2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/fluid/hydrostatic_water_column_3d.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
using TrixiParticles

trixi_include(@__MODULE__,
joinpath(examples_dir(), "fluid", "hydrostatic_water_column_2d.jl"), fluid_particle_spacing=0.05, initial_fluid_size=(1.0, 1.0, 0.9),
joinpath(examples_dir(), "fluid", "hydrostatic_water_column_2d.jl"),
fluid_particle_spacing=0.05, initial_fluid_size=(1.0, 1.0, 0.9),
tank_size=(1.0, 1.0, 1.2), acceleration=(0.0, 0.0, -9.81),
smoothing_kernel=SchoenbergCubicSplineKernel{3}(), tspan=(0.0, 1.0),
maxiters=10^5, fluid_density_calculator=ContinuityDensity(),
clip_negative_pressure=false)
tspan=(0.0, 0.1))
clip_negative_pressure=false,
tspan=(0.0, 0.1))

0 comments on commit a51cf2f

Please sign in to comment.