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
Revert some clang-formatting to please python history parsing.
Note that the AddHistoryOutput lines are read by the
update_historyMap.py script. And if there are line breaks there are
information missing for that script.
Using // clang-format off/on can prevent this accidentally breaking.
"Root-mean square residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
45
+
AddHistoryOutput("RMS_ADJ_NU_TILDE", "rms[A_nu]", ScreenOutputFormat::FIXED, "RMS_RES", "Root-mean square residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
45
46
break;
46
47
case TURB_FAMILY::KW:
47
48
/// DESCRIPTION: Root-mean square residual of the adjoint kinetic energy.
"Maximum residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
70
+
AddHistoryOutput("MAX_ADJ_NU_TILDE", "max[A_nu]", ScreenOutputFormat::FIXED, "MAX_RES", "Maximum residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
75
71
break;
76
72
case TURB_FAMILY::KW:
77
73
/// DESCRIPTION: Maximum residual of the adjoint kinetic energy.
"BGS residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
97
+
AddHistoryOutput("BGS_ADJ_NU_TILDE", "bgs[A_nu]", ScreenOutputFormat::FIXED, "BGS_RES", "BGS residual of the adjoint nu tilde.", HistoryFieldType::RESIDUAL);
107
98
break;
108
99
case TURB_FAMILY::KW:
109
100
/// DESCRIPTION: BGS residual of the adjoint kinetic energy.
AddHistoryOutput("LINSOL_ITER_TURB", "LinSolIterTurb", ScreenOutputFormat::INTEGER, "LINSOL", "Number of iterations of the linear solver for turbulence.");
120
+
AddHistoryOutput("LINSOL_RESIDUAL_TURB", "LinSolResTurb", ScreenOutputFormat::FIXED, "LINSOL", "Residual of the linear solver for turbulence.");
136
121
}
137
122
138
123
if (config->GetKind_Species_Model() != SPECIES_MODEL::NONE) {
"Residual of the linear solver for species solver.");
124
+
AddHistoryOutput("LINSOL_ITER_SPECIES", "LinSolIterSpecies", ScreenOutputFormat::INTEGER, "LINSOL", "Number of iterations of the linear solver for species solver.");
125
+
AddHistoryOutput("LINSOL_RESIDUAL_SPECIES", "LinSolResSpecies", ScreenOutputFormat::FIXED, "LINSOL", "Residual of the linear solver for species solver.");
AddHistoryOutput("LINSOL_RESIDUAL_SPECIES", "LinSolResSpecies", ScreenOutputFormat::FIXED, "LINSOL", "Residual of the linear solver for species solver.");
0 commit comments