tum-pbs / DMCF

Guaranteed Conservation of Momentum for Learning Particle-based Fluid Dynamics (NeurIPS '22)
MIT License
49 stars 10 forks source link

May I ask how you used splishsplash to generate a dataset and put it in a format that the network could use? #7

Closed Vesuvius6 closed 1 year ago

Vesuvius6 commented 1 year ago

May I ask how you used splishsplash to generate a dataset and put it in a format that the network could use?

Prantl commented 1 year ago

The data was generated based on the code of previous work (https://github.com/isl-org/DeepLagrangianFluids). The required code is in the 'datasets' folder. 'create_data.sh' is the shell script to run the data generation.

Vesuvius6 commented 1 year ago

Thank you very much. I am very glad to read your reply. :-) I will try to generate some custom examples.