Code: calc_gamma_des.f
N_Re = (2.0d0*DES_RADIUS(NP)SLIPRO_g(IJK)) / MU_g(IJK)
The Ranz and Mrshall, 1952 model is used in the code.
However, in J.Musser’s thesis,
Re is defined as (epsilon_g2.0d0DES_RADIUS(NP)SLIPRO_g(IJK)) / MU_g(IJK)
It seems like that the voidage: epsilon_g is missed in the code. I was wondering which defination is right.
Thank you so much and hope to recieve your answer. Thank you.