Replies: 2 comments 6 replies
-
From your input file, I cannot tell your whole grid configuration. Does your plot include the ghost cells or only active cells? If not, use Eulerian hydrodynamic codes are not good at handling very high Mach number. I guess you do not really need to set the pressure so low, and it is OK as long as the pressure is low enough and does not affect the jet dynamics. |
Beta Was this translation helpful? Give feedback.
-
Sorry for my late response, I am currently busy (well, as usual). This is not an easy calculation. From your figure, I guess the injected flow near the boundary is in a quasi steady state. The injected low density flow immediately hits the upstream gas and compressed. It might help if you put the jet in the active zone in the initial condition. Also, you could try lower ambient density, although it may make the simulation unstable. Is there any literature using similar setup (other than SPH)? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am running a 3D hydrodynamical simulation. This is based on the jet.cpp file, but I converted it to a spherical coordinate system and added a point mass at the centre to see how the stream evolves as it approaches the BH. However, the stream pressure was kept several orders of magnitude higher than I set in the input file once they were injected into the simulation box.
Here is part of my cpp file:
And some of the parameters in my input file are as follows:
And here is one of the outputs:

The pressure of the stream is about 1e-6 when they are injected, but in the input file, the 'pjet' is 2e-8.
I think the high ratio between the kinetic energy and internal energy may contribute to this, but no matter how I change the pressure of the inject stream, this phenomenon keeps appearing.
Beta Was this translation helpful? Give feedback.
All reactions