Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different zones for different MARKER_PLOTTING #995

Closed
auzbaig opened this issue May 20, 2020 · 4 comments
Closed

Different zones for different MARKER_PLOTTING #995

auzbaig opened this issue May 20, 2020 · 4 comments

Comments

@auzbaig
Copy link
Member

auzbaig commented May 20, 2020

When I do:
MARKER_PLOTTING=(inlet, outlet)
I get one file which has both as one zone (I use Tecplot). This makes it difficult to analyse inlet and outlet separately. This can be resolved by running SU2_SOL with only one marker but it would be desirable to have them (say 5 surface markers) as separate zones in the future.

@talbring
Copy link
Member

I think the have to ask the tecplot guys if they can help with that (at least for the tecplot binary output).

You might be interested to hear that we have a similar feature already for paraview though (see #845). If you add PARAVIEW_MULTIBLOCK to OUTPUT_FILES you get a *.vtm file that contains all markers and the volume solution. You can then individually interact with those objects within paraview.

@auzbaig
Copy link
Member Author

auzbaig commented May 20, 2020

It's good to hear Paraview has this capability. If SU2 has the structure for such an output maybe this can be extended to Tecplot as well. This will be a good capability.

Additionally, I was also thinking of finding a way to plot along gridlines but that is not possible in Tecplot. It's an unstructured mesh so no i, j, k. If the output structure can have some additional information (maybe assign "dummy" i, j, k?) that would be a good capability to have as well.

@pcarruscag
Copy link
Member

If you want to implement that you can start by looking at CSysMatrix::BuildLineletPreconditioner, it finds lines normal to walls.

@auzbaig
Copy link
Member Author

auzbaig commented May 20, 2020

I will check that.

@auzbaig auzbaig closed this as completed May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants