Implementing euler equation custom boundaries #348
Unanswered
Nadexterbrown
asked this question in
Q&A
Replies: 1 comment
-
I think that the closest we have to what you are interested in is with the double Mach reflection problem, Line 183 in a3da1f1 I would start with something like that, but if it doesn't work well, we might want to try to do a proper inflow using a one-sided stencil and specifying the interface state outside of the domain directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I am new here and trying to get the hang of using Pyro to solve the Euler equations. I have been able to follow and run the Sod test. Currently, I am a bit confused about how to set up custom boundary conditions. I am attempting to solve the Euler equation for a channel with an imposed velocity at the left-hand side (similar to a piston accelerating). However, from my understanding, to set a Dirichlet boundary condition value, one must go through the multigrid solvers, requiring one to restate the problem again using the equation types provided. Am I understanding this correctly? Any assistance on this would be greatly appreciated. Thank you and have a nice day.
Best,
Nolan Dexter
Beta Was this translation helpful? Give feedback.
All reactions