You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// DESCRIPTION: Root-mean square residual of the adjoint nu tilde.
119
119
AddHistoryOutput("RMS_ADJ_NU_TILDE", "rms[A_nu]", ScreenOutputFormat::FIXED, "RMS_RES", "Root-mean square residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
120
120
break;
121
-
case TURB_MODEL::SST:
121
+
case TURB_MODEL::SST:case TURB_MODEL::SST_SUST:
122
122
/// DESCRIPTION: Root-mean square residual of the adjoint kinetic energy.
123
123
AddHistoryOutput("RMS_ADJ_TKE", "rms[A_k]", ScreenOutputFormat::FIXED, "RMS_RES", "Root-mean square residual of the adjoint kinetic energy.", HistoryFieldType::RESIDUAL);
124
124
/// DESCRIPTION: Root-mean square residual of the adjoint dissipation.
125
125
AddHistoryOutput("RMS_ADJ_DISSIPATION", "rms[A_w]", ScreenOutputFormat::FIXED, "RMS_RES", " Root-mean square residual of the adjoint dissipation.", HistoryFieldType::RESIDUAL);
/// DESCRIPTION: Maximum residual of the adjoint nu tilde.
147
147
AddHistoryOutput("MAX_ADJ_NU_TILDE", "max[A_nu]", ScreenOutputFormat::FIXED, "MAX_RES", "Maximum residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
148
148
break;
149
-
case TURB_MODEL::SST:
149
+
case TURB_MODEL::SST:case TURB_MODEL::SST_SUST:
150
150
/// DESCRIPTION: Maximum residual of the adjoint kinetic energy.
151
151
AddHistoryOutput("MAX_ADJ_TKE", "max[A_k]", ScreenOutputFormat::FIXED, "MAX_RES", "Maximum residual of the adjoint kinetic energy.", HistoryFieldType::RESIDUAL);
152
152
/// DESCRIPTION: Maximum residual of the adjoint dissipation.
153
153
AddHistoryOutput("MAX_ADJ_DISSIPATION", "max[A_w]", ScreenOutputFormat::FIXED, "MAX_RES", "Maximum residual of the adjoint dissipation.", HistoryFieldType::RESIDUAL);
/// DESCRIPTION: BGS residual of the adjoint nu tilde.
176
176
AddHistoryOutput("BGS_ADJ_NU_TILDE", "bgs[A_nu]", ScreenOutputFormat::FIXED, "BGS_RES", "BGS residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
177
177
break;
178
-
case TURB_MODEL::SST:
178
+
case TURB_MODEL::SST:case TURB_MODEL::SST_SUST:
179
179
/// DESCRIPTION: BGS residual of the adjoint kinetic energy.
180
180
AddHistoryOutput("BGS_ADJ_TKE", "bgs[A_k]", ScreenOutputFormat::FIXED, "BGS_RES", "BGS residual of the adjoint kinetic energy.", HistoryFieldType::RESIDUAL);
181
181
/// DESCRIPTION: BGS residual of the adjoint dissipation.
182
182
AddHistoryOutput("BGS_ADJ_DISSIPATION", "bgs[A_w]", ScreenOutputFormat::FIXED, "BGS_RES", "BGS residual of the adjoint dissipation.", HistoryFieldType::RESIDUAL);
183
183
break;
184
-
default: break;
184
+
case TURB_MODEL::NONE: break;
185
185
}
186
186
}
187
187
@@ -235,11 +235,11 @@ void CAdjFlowCompOutput::LoadHistoryData(CConfig *config, CGeometry *geometry, C
235
235
case TURB_MODEL::SA: case TURB_MODEL::SA_NEG: case TURB_MODEL::SA_E: case TURB_MODEL::SA_COMP: case TURB_MODEL::SA_E_COMP:
/// DESCRIPTION: Root-mean square residual of the adjoint nu tilde.
125
125
AddHistoryOutput("RMS_ADJ_NU_TILDE", "rms[A_nu]", ScreenOutputFormat::FIXED, "RMS_RES", "Root-mean square residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
126
126
break;
127
-
case TURB_MODEL::SST:
127
+
case TURB_MODEL::SST:case TURB_MODEL::SST_SUST:
128
128
/// DESCRIPTION: Root-mean square residual of the adjoint kinetic energy.
129
129
AddHistoryOutput("RMS_ADJ_TKE", "rms[A_k]", ScreenOutputFormat::FIXED, "RMS_RES", "Root-mean square residual of the adjoint kinetic energy.", HistoryFieldType::RESIDUAL);
130
130
/// DESCRIPTION: Root-mean square residual of the adjoint dissipation.
131
131
AddHistoryOutput("RMS_ADJ_DISSIPATION", "rms[A_w]", ScreenOutputFormat::FIXED, "RMS_RES", "Root-mean square residual of the adjoint dissipation.", HistoryFieldType::RESIDUAL);
/// DESCRIPTION: Maximum residual of the adjoint nu tilde.
157
157
AddHistoryOutput("MAX_ADJ_NU_TILDE", "max[A_nu]", ScreenOutputFormat::FIXED, "MAX_RES", "Maximum residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
158
158
break;
159
-
case TURB_MODEL::SST:
159
+
case TURB_MODEL::SST:case TURB_MODEL::SST_SUST:
160
160
/// DESCRIPTION: Maximum residual of the adjoint kinetic energy.
161
161
AddHistoryOutput("MAX_ADJ_TKE", "max[A_k]", ScreenOutputFormat::FIXED, "MAX_RES", "Maximum residual of the adjoint kinetic energy.", HistoryFieldType::RESIDUAL);
162
162
/// DESCRIPTION: Maximum residual of the adjoint dissipation.
163
163
AddHistoryOutput("MAX_ADJ_DISSIPATION", "max[A_w]", ScreenOutputFormat::FIXED, "MAX_RES", "Maximum residual of the adjoint dissipation.", HistoryFieldType::RESIDUAL);
/// DESCRIPTION: BGS residual of the adjoint nu tilde.
185
185
AddHistoryOutput("BGS_ADJ_NU_TILDE", "bgs[A_nu]", ScreenOutputFormat::FIXED, "BGS_RES", "BGS residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
186
186
break;
187
-
case TURB_MODEL::SST:
187
+
case TURB_MODEL::SST:case TURB_MODEL::SST_SUST:
188
188
/// DESCRIPTION: BGS residual of the adjoint kinetic energy.
189
189
AddHistoryOutput("BGS_ADJ_TKE", "bgs[A_k]", ScreenOutputFormat::FIXED, "BGS_RES", "BGS residual of the adjoint kinetic energy.", HistoryFieldType::RESIDUAL);
190
190
/// DESCRIPTION: BGS residual of the adjoint dissipation.
191
191
AddHistoryOutput("BGS_ADJ_DISSIPATION", "bgs[A_w]", ScreenOutputFormat::FIXED, "BGS_RES", "BGS residual of the adjoint dissipation.", HistoryFieldType::RESIDUAL);
0 commit comments