Open
Description
I found that when running a model with a parallel phase interface, the liquid phase immediately below the wall would bounce up
Image at time step 0
And when looking at the velocity map, I noticed abnormal y-direction velocities at the upper and lower walls (I set the upper and lower boundaries to be walls, and the left and right cycle boundaries)
my XML
<Geometry nx="300" ny="150">
<MRT>
<Box />
</MRT>
<LIQUID name="blobb">
...
</LIQUID>
<Wall mask="ALL" name="border">
<Box ny="1" />
<Box dy="-1" />
</Wall>
</Geometry>
According to the lattice Boltzmann bounce boundary and code, there should not be a velocity in the y-direction, and this velocity looks as if the upper and lower boundaries have periodicity. If my guess is true, can you tell me how to lift this periodicity?