Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boundary problem #23

Open
Lidabao77 opened this issue Nov 8, 2024 · 3 comments
Open

boundary problem #23

Lidabao77 opened this issue Nov 8, 2024 · 3 comments

Comments

@Lidabao77
Copy link

Dr. Karnakov,in examples/205_multivof/clustering,how the boundary conditions are set.
Is the following code setting the top and bottom boundaries to slipwall?
set string bc_path inline "
slipwall {
box 0 0 0 10
}
"
Thank you!

@pkarnakov
Copy link
Collaborator

pkarnakov commented Nov 12, 2024

Yes, this code sets top and bottom boundaries to slip walls. box 0 0 0 10 means a box centered at 0 0 0 with a side of 20 (10 is half-size) in all directions. All cell faces that fall inside the box get their boundary conditions set to slipwall.
Here's some description of the geometric primitives https://cselab.github.io/aphros/doc/#geometric-primitives and then the boundary conditions in the next section.

@Lidabao77
Copy link
Author

Thanks for the answer!

@gesx123
Copy link

gesx123 commented Nov 14, 2024

你好 可以交流下吗,QQ2606612132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants