ludwig-cf / ludwig

A lattice Boltzmann code for complex fluids
https://ludwig.epcc.ed.ac.uk
Other
53 stars 35 forks source link

Bond Number #9

Closed JaSiddiqui closed 5 years ago

JaSiddiqui commented 5 years ago

@kevinstratford Hello I am using using v.0.6.7 version of ludwig and I tried to reproduce the bond number graph present in your publication "Physical and computational scaling issues in lattice Boltzmann simulations of binary fluid mixtures" (2005) But I failed to do so. Particle is not trapping at the interface for any bond number even for very low values. Can you please give me your input file for that graph? and can you guide me in this regard.

kevinstratford commented 5 years ago

Getting the Bond number correct in the code is a little awkward.

I've added a couple of examples with a description. I hope these should help:

tests/regression/d3q19/serial-bond-c01.inp tests/regression/d3q19/serial-bond-c02.inp

A separate input file is required to run each Bond number.

kevinstratford commented 5 years ago

I'll close the issue here. Many thanks.

JaSiddiqui commented 5 years ago

Thank you so much. You helped me alot.