SantaP
SantaP
I took a setup for the thermal convection in 2D and set betta=0. So no buoyancy force. Linear temperature distribution between hot and cold boundaries is expected. But I've found...
Hi! Just uncommenting #define MOVING_BOUNDARIES makes simulation unstable. I set velocity 0 in TYPE_S cells but it does not help. Why is it so?
I'm trying to ignore everything except files *.txt in root directory and subdirectories with following ``` * !*.txt !*/ ``` but it does not ignore subdirectories without *.txt files. What...
Hi! I wonder is there any more optimal way to model the Coriolis force than rhis ``` while (true) { // main simulation loop lbm.u.read_from_device(); for (uint z = 1u;...