One Dimensional

The default behaviour of the Model is to draw two-dimensional realizations. It is possible to draw one-dimensional realizations too. This is achieved by setting the flag one_dimensional to True. Additionally, the vertical velocities should be set to zero:

Such a model will result in the following realization:

show_model(dataset=ds, interval=100, gif_name="1d_animation.gif")
StreamPlayer