File tree Expand file tree Collapse file tree
SU2_CFD/include/numerics/turbulent
TestCases/transition/Schubauer_Klebanoff Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -936,7 +936,7 @@ inline TURB_FAMILY TurbModelFamily(TURB_MODEL model) {
936936 case TURB_MODEL::NONE:
937937 return TURB_FAMILY::NONE;
938938 case TURB_MODEL::SA:
939- return TURB_FAMILY::SA;
939+ return TURB_FAMILY::SA;
940940 case TURB_MODEL::SST:
941941 return TURB_FAMILY::KW;
942942 }
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class CSourceBase_TurbSA : public CNumerics {
7171 su2double Jacobian_Buffer; /* !< \brief Static storage for the Jacobian (which needs to be pointer for return type). */
7272
7373 const FlowIndices idx; /* !< \brief Object to manage the access to the flow primitives. */
74- const SA_ParsedOptions options; /* !< \brief . */
74+ const SA_ParsedOptions options; /* !< \brief Struct with SA options . */
7575
7676 public:
7777 /* !
Original file line number Diff line number Diff line change 44% Case description: Schubauer-Klebanoff Flat Plate Natural Transition %
55% Author: Samet Cakmakcioglu %
66% Institution: TOBB University of Economics and Technology %
7- % TAI-TUSAS Turkish Aerospace Industries %
7+ % TAI-TUSAS Turkish Aerospace Industries %
88% Date: Oct 10th, 2016 %
99% File Version 7.3.1 " Blackbird" %
1010% %
You can’t perform that action at this time.
0 commit comments