Skip to content

Reply To: Gas-liquid turbulent flows with LBM

#4652
Aurelio H
Participant

Hi Simon,

By state of the fluid we mean if it is liquid or gas. For instance, to specify gas state in a given point you assign:
rho = rho(gas)
to that point. In the two component SC model you should assign proper values to both lattices, e.g. if you have components A and B and there is only A at a given point, then:
rhoA = 1 (or whichever reference density you are using)
rhoB = 0

Regards,
Aurelio