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

Panzer: Periodic boundaries not aligned with coordinate axes #13537

Open
kincaidkc opened this issue Oct 17, 2024 · 1 comment
Open

Panzer: Periodic boundaries not aligned with coordinate axes #13537

kincaidkc opened this issue Oct 17, 2024 · 1 comment

Comments

@kincaidkc
Copy link

Question

@trilinos/panzer I am part of the dev team for a trilinos-based CFD package. I am trying to create a test case for periodic channel flow on an incline. The inlet and outlet boundaries of the rectangular domain should be periodic; however the boundary normals are not aligned with the x- or y-axis, since the domain is rotated by some inclination angle. I have looked through the panzer STK periodic boundary code but it is not obvious to me if the existing periodic BCs are compatible with this scenario. Does this capability exist or will we need to add additional boundary matcher types for this to work?

Thanks,
Kellis

@rppawlo
Copy link
Contributor

rppawlo commented Oct 17, 2024

I don't think any of the current matchers will work. You would have to add a new one for this case.

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

No branches or pull requests

3 participants