In the second figure, we see that two secondary vortices are in the bottom left. When I flip the center of the axis, the first figure shows that the bottom left vortex is removed, and three vortices appear at the bottom right and top left.
Is there a way to display all six vortices in a single picture? Please help me with this. How can we improve he presentation of these pictures ?
You can make use of StreamTracerWithCustomSource, which allows you make use of any arbitrary source as a seed. To align with your usage of line source, you may consider combining two line sources into one (using AppendDataset) and then use the combined lines as a source for the StreamTracer. Changing the resolution of the lines to a desired value can help you adjust the density of the streamlines that appear. Please mark the reply as a solution if the method works for you.
I want the same solution as you provided. Can you explain me in detail ?
Using append data set I will combine both the line source and get the desired result. I didn’t understand what is the use of StreamTracerWithCustomSource ?
In your case, a single line is the seed source.
In my solution, two lines together is a seed source. So it is a custom source I can use with the StreamTracerWithCustomSource
I tried the steps attached on the above screenshot (top-left) but didn’t understand the use of StreamTracerWithCustomSource. I don’t need this. Please look into it. Is I am doing correctly ?
yes, both works. but StreamTracerWithCustomSource can take custom sources like a curve instead of a line as the point source. Can be useful in some scenarios. Good work!
One more thing: as in my plot some streamlines break. Can I do something about that? Below, I also attach the diagram and I want streamlines similar to that.
Should I put the colored square to mark the position of the vortex?
This is purely dependent on the data and also streamtracer settings. Possible reasons could be insufficient integration steps, complex fields, or numerical inaccuracies. Try changing the streamtracer properties that can help the streamtracer to integrate further without breaking.
That is totally up to you. If you are trying to make things easier to the person/reader who interpret the streamlines, you can always add indicators but in your case, the colored squares are in fact hiding the visualization of two smaller vortices at the bottom extremes.