Skip to content

Commit 15ae0bf

Browse files
authored
Apply suggestions from code review
1 parent 6cdeb66 commit 15ae0bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

SU2_CFD/src/fluid/CSU2TCLib.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ CSU2TCLib::CSU2TCLib(const CConfig* config, unsigned short val_nDim, bool viscou
111111
ElDegeneracy(0,6) = 15;
112112

113113
if (viscous) {
114+
//F.M. White, Viscous Fluid Flow, 3rd ed., McGraw-Hill, 2006.
114115
mu_ref[0] = 2.125E-5;
115116
k_ref[0] = 0.0163;
116117
Sm_ref[0] = 114.0;
@@ -260,6 +261,7 @@ CSU2TCLib::CSU2TCLib(const CConfig* config, unsigned short val_nDim, bool viscou
260261
Omega11(1,1,0) = -7.7439615E-03; Omega11(1,1,1) = 1.7129007E-01; Omega11(1,1,2) = -1.4809088E+00; Omega11(1,1,3) = 2.1284951E+03;
261262

262263
if (viscous) {
264+
//F.M. White, Viscous Fluid Flow, 3rd ed., McGraw-Hill, 2006.
263265
k_ref[0] = 0.0242;
264266
mu_ref[0] = 1.663E-5;
265267
Sm_ref[0] = 107.0;
@@ -613,6 +615,7 @@ CSU2TCLib::CSU2TCLib(const CConfig* config, unsigned short val_nDim, bool viscou
613615
Omega11(4,4,0) = -4.2451096E-03; Omega11(4,4,1) = 9.6820337E-02; Omega11(4,4,2) = -9.9770795E-01; Omega11(4,4,3) = 8.3320644E+02;
614616

615617
if (viscous) {
618+
//F.M. White, Viscous Fluid Flow, 3rd ed., McGraw-Hill, 2006.
616619
k_ref[0] = 0.0241;
617620
mu_ref[0] = 1.716E-5;
618621
Sm_ref[0] = 111.0;
@@ -1050,6 +1053,7 @@ CSU2TCLib::CSU2TCLib(const CConfig* config, unsigned short val_nDim, bool viscou
10501053
Omega11(4,4,0) = -4.2451096E-03; Omega11(4,4,1) = 9.6820337E-02; Omega11(4,4,2) = -9.9770795E-01; Omega11(4,4,3) = 8.3320644E+02;
10511054

10521055
if (viscous) {
1056+
//F.M. White, Viscous Fluid Flow, 3rd ed., McGraw-Hill, 2006.
10531057
k_ref[0] = 0.0241;
10541058
mu_ref[0] = 1.716E-5;
10551059
Sm_ref[0] = 111.0;

0 commit comments

Comments
 (0)