Uneven time interval between outputs. #573
Unanswered
mishraabhijeet0
asked this question in
Q&A
Replies: 1 comment 6 replies
-
What is printed to stdout when you run this simulation? How many timesteps does it execute? (3,1,128,128,128 ) = 3 magnetic field vector components, 1 meshblock, 128 grid cells in x, y, and z dimensions |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement a non-uniform magnetic field (instead of the uniform constant field provided with the jet.cpp pgen) around the jet inlet in the ambient medium. Here is the snippet of the implementation.
I have tested for the divergence condition and it vanishes. Also, my jet inlet is from the inner x-boundary so I have placed the magnetic field around the inlet coiled over a cylindrical surface. However, if I try to run the simulation, with following inputs,
I expect 300 output files but I get only 19 files while the sequence terminates on time limit. Please explain what is the fault in the simulation. Also, the magnetic field array in the output has a shape (3,1,128,128,128 ) in this case. If you could explain the meaning of these dimensions it would be very helpful for me to plot the streamlines of this vector field. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions