-
Notifications
You must be signed in to change notification settings - Fork 847
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
Volume-averaging by extending MARKER_INTERNAL to support volume elements? #1894
Comments
It would not be necessary to tag volume elements but rather points (which is easier). |
Quite simple I imagine. |
I think that defining these regions in separate files would be better. It would keep the mesh format intact and allow users to change the regions without regenerating the mesh.
|
we could maybe also use multizone, and allow a zone to be selected for volume averaging and integrated variables. |
Our multizone implementation is terrible convergence-wise. |
@ChristianBauerEng can you try to export a list of points for an example region so that we can pick a suitable format for the file? |
Took me a while, but here it is: These are the IDs of nodes in the mesh compressible_flow/Unsteady_NACA0012/unsteady_naca0012_mesh.su2 |
Discussed in #1877
Originally posted by ChristianBauerEng January 5, 2023
I would like to monitor the average fluid temperatures in parts of the domain volume. For example here i the part marked red.
In the discussion it became clear, that surface-averages and integrals are supported by means of specifying an MARKER_INTERNAL in the mesh. Could it be possible to extend this functionality to support also volume-elements for MARKER_INTERNAL?
Which code changes would be required to make this happen?
Kind regards,
Christian
The text was updated successfully, but these errors were encountered: