isl-org / DeepLagrangianFluids

Code repository for "Lagrangian Fluid Simulation with Continuous Convolutions", ICLR 2020.
Other
212 stars 41 forks source link

Question about the input of viscosity? #32

Open chenyu-xjtu opened 1 year ago

chenyu-xjtu commented 1 year ago

Hi! I noticed that the input of fluid particles is described by image, which includes the viscosity. But in the code the input just contains [1, v] without viscosity. That makes me confused. What's more, what's the meaning of the '1' in the tuple? Looking forward to your reply!