Simulating Water ================ The project topic is how to simulate water. We looked at two types of simulations: one with particles, simulating the whole fluid structure and one with a grid on which we applied the wave equation thus simulating only the surface. Executables: ------------ pbs_particles_50.exe: particle simulation with 50 particles pbs_particles_100.exe: particle simulation with 100 particles pbs_particles_200.exe: particle simulation with 200 particles pbs_waves_step1.exe: surface simulation with 100x100 nodes pbs_waves_step1_rain10.exe: surface simulation with 100x100 nodes and 10 rain drops pbs_waves_step1_rain50.exe: surface simulation with 100x100 nodes and 50 rain drops pbs_waves_step2.exe: surface simulation with 50x50 nodes pbs_waves_step2_rain10.exe: surface simulation with 50x50 nodes and 10 rain drops pbs_waves_step2_rain50.exe: surface simulation with 50x50 nodes and 50 rain drops Keys for interaction: --------------------- In both simulation there are only two keyboard keys used. 'p' (play): starts and stops the simulation 'r' (reset): reset simulation