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

Different behavior in GEOM and OBST with prescribed VEL and TMP_FRONT #13299

Open
johodges opened this issue Aug 8, 2024 · 4 comments
Open
Assignees

Comments

@johodges
Copy link
Collaborator

johodges commented Aug 8, 2024

Describe the bug
I was running a small test case of a heat gun blowing hot air on a plate as part of evaluating the impinging jet model heat transfer model. I wanted to try using a circular nozzle to better align with the nozzle geometry, but was observing some oddities in the boundary conditions with GEOM. I put together the simple test case below to demonstrate. In this case the heat gun is represented as a rectangular prism for simplicity. In one mesh the heat gun is defined as an OBST and in the other as a GEOM. The attached video shows the different behavior (further mesh = GEOM, closer mesh = OBST).

Desktop (please complete the following information):

  • OS: Windows
  • Version: 6.9.1 release

Additional context

heat_gun.zip

heat_gun.txt

@marcosvanella
Copy link
Contributor

Thank you Jon, I'll take a look.

@marcosvanella
Copy link
Contributor

Jon do an update and try the case. Also, try the more complicated case you have and let me know.
Thanks

@johodges
Copy link
Collaborator Author

I can confirm the update fixes the first test case. Unfortunately, the more complicated case still fails. The attached version uses a cylinder rather than a rectangular prism for the jet. Similar behavior to the original issue.
bench_scale.txt

@marcosvanella
Copy link
Contributor

On this case we you have 2 cells across the cylinder making all cells/faces across it cut-cells/faces. The simple method we use transferring vorticity and stresses information to cartesian edges breaks apart here, and it seems you would need substantial resolution on the heat gun tip. We have to come up with a scheme of representing sub grid scale cut-cell features for momentum. I'm thinking of discretizing these in a completely unstructured manner. I'll look into how to go about this for general polyhedrons.

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

2 participants