Niklas Neher
Niklas Neher
Yes, you can set the faces by passing a tuple to the faces kwarg. For an example, take a look at the hydrostatic_water_column_2d.jl example and modify the following code: ```julia...
You're welcome! Of course. You can take a look at the example files `dam_break_2d.jl` and `moving_wall_2d.jl`, for guidance. Use the function `reset_wall!` for the `tank` in the dam break example...
Here is the modified moving wall example extended to 3D. ```julia using TrixiParticles using OrdinaryDiffEq # ========================================================================================== # ==== Resolution fluid_particle_spacing = 0.05 # Make sure that the kernel support...
Do you need the maximum or the average water height? For the maximum height, you can simply check the particle coordinates to determine the highest point. However, if you want...
You can extract the position using the post-processing callback (see [PostprocessCallback documentation](https://trixi-framework.github.io/TrixiParticles.jl/stable/callbacks/#TrixiParticles.PostprocessCallback)) and then visualize it using a suitable tool, such as Plots.jl or ParaView.
\run-gpu-tests
/run-gpu-tests
/run-gpu-tests
/run-gpu-tests
/run-gpu-tests