Replies: 1 comment
-
I created the EB-ConvergingNozzle case. It was a while ago and I don't remember why I didn't implement the characteristic extrapolation inflow - perhaps it was just that the fixed pressure inlet worked well enough for that case so I didn't bother going further. Looking at it again now, I'm not seeing a physical reason why this wouldn't work at least with GammaLaw EoS, which you appear to be assuming based on your implementation. Specifying the correct boundary conditions depends a lot on your case and what you're interested in. If your case is a jet into an open domain, you may have success using the inlet BC that takes pressure from the domain interior coupled with the characteristic extrapolation outlets that specify outlet pressure (the default setup for EB-ConvergingNozzle). In case it's useful to you, I also have an implementation that uses fixed stagnation conditions for the inlet and pulls the Mach number from the domain interior. The code for that is:
|
Beta Was this translation helpful? Give feedback.
-
Hi! I'm working on a Ma > 0.3 subsonic jet simulation,but the numerical result of applying the same inflow boundary condition in EB-ConvergingNozzle is not so satisfying, the pressure at the boundary decreases as time advance, so I want to use Characteristic boundary condition in my simulation.
I tried to apply the characteristic boundary condition but it diverged, here's the code I used.
In EB-ConvergingNozzle case, it shows this kind of inlet boundary condition is invalid. Does it mean this kind of boundary condition is not practical in PeleC?
Anything else I can do to make it match the nozzle static pressure?
Beta Was this translation helpful? Give feedback.
All reactions