Reply To: Gas-liquid turbulent flows with LBM
OpenLB – Open Source Lattice Boltzmann Code › Forums › on Lattice Boltzmann Methods › General Topics › Gas-liquid turbulent flows with LBM › Reply To: Gas-liquid turbulent flows with LBM
October 25, 2019 at 2:47 pm
#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