InteractiveComputerGraphics / SPH-Tutorial

A course on Smoothed Particle Hydrodynamics (SPH)
https://sph-tutorial.physics-simulation.org/
172 stars 25 forks source link

Some confusion about multiphase flow in Eq.143? #3

Closed CGrapher closed 3 years ago

CGrapher commented 4 years ago

Dear authors, thank you very much for your excellent tutorial. I have learned a lot. Recently I'm studying multiphase flow. There was some confusion when reading the tutorial. I consulted the literature [RLY 14] and found that the mixture velocity given in the tutorial is inconsistent with the original article [RLY 14]. May be my misunderstanding? I'm not sure about it.

The mixture velocity given in this tutorial: \mathbf{v}_m = \frac{1}{\rho_m \sum_k {\alpha_k \rho_k \mathbf{v}_m}}

while that in [RLY* 14] is: \mathbf{v}_m = \frac{1}{\rho_m} \sum_k {\alpha_k \rho_k \mathbf{v}_k}

janbender commented 4 years ago

Thanks for the comment. We will check this.

janbender commented 4 years ago

You are right. I just fixed the equation in the document. Thanks for pointing this out.