Skip to content

Commit 6b6a86b

Browse files
authored
Update SU2_CFD/src/output/CFlowOutput.cpp
1 parent 5baca6b commit 6b6a86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SU2_CFD/src/output/CFlowOutput.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,7 @@ void CFlowOutput::AddAerodynamicCoefficients(const CConfig* config) {
17201720
/// DESCRIPTION: Angle of attack
17211721
AddHistoryOutput("AOA", "AoA", ScreenOutputFormat::FIXED, "AOA", "Angle of attack");
17221722

1723+
// CUSTOM_OBJFUNC is added here so historyMap.py knows how to get its value, the actual output is COMBO.
17231724
AddHistoryOutput("CUSTOM_OBJFUNC", "ComboObj", ScreenOutputFormat::SCIENTIFIC, "COMBO", "Custom obj. function value.", HistoryFieldType::COEFFICIENT);
17241725
AddHistoryOutput("COMBO", "ComboObj", ScreenOutputFormat::SCIENTIFIC, "COMBO", "Combined obj. function value.", HistoryFieldType::COEFFICIENT);
17251726
}

0 commit comments

Comments
 (0)