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

Sponge layer_pelec.diffuse_vel #825

Closed
vtmaran opened this issue Jul 11, 2024 · 1 comment · Fixed by #826
Closed

Sponge layer_pelec.diffuse_vel #825

vtmaran opened this issue Jul 11, 2024 · 1 comment · Fixed by #826

Comments

@vtmaran
Copy link

vtmaran commented Jul 11, 2024

https://github.com/AMReX-Combustion/PeleC/blob/development/Exec/RegTests/EB-ConvergingNozzle/eb-converging-nozzle.inp

pelec.diffuse_vel = 0
prob.do_sponge_zones = 1

pelec.diffuse_vel should be 1 instead of 0 to make the sponge zone work.?

@baperry2
Copy link
Contributor

You're right. The sponge zones in this implementation use the standard diffusion, so diffusion has to be on for them to work. That's the case in example.inp but not the other input files here. The linked PR fixes the issue. Sorry for the confusion on this!

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

Successfully merging a pull request may close this issue.

2 participants