Skip to content

Questions about wall bouncing #482

Open
@Darcher007

Description

@Darcher007

I found that when running a model with a parallel phase interface, the liquid phase immediately below the wall would bounce up
image
Image at time step 0

image

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)
image
image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion regarding the code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions