SU2
SU2 copied to clipboard
Question regarding Description of available screen/history output fields
Hi! I am currently testing the case inside TestCases/disc_adj_turbomachinery/transonic_stator_2D When I use the command
SU2_CFD -d transonic_stator.cfg
The output contains Description information that seems inconsistent with the previous names. Could there be an error here?
Examining the source code, I found that the issue arises at line 4054 in the CFlowOutput.cpp file.
This is my first time asking a question here, and I really appreciate receiving your response.
Ah yes, good catch. Must've missed this in the turbo output updates. Will fix the descriptions in #2209. I assume this is what you are referring to. The values here are still calculated correctly, the descriptions are just wrong. The '_1' values in the naming refers to the zone, if you run a multizone case you will see both '_1' and '_2', if there is any confusion there.
Resolved in #2209