Skip to content

Commit 8368b55

Browse files
authored
Update SU2_CFD/src/fluid/CSU2TCLib.cpp
1 parent 274c34e commit 8368b55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/fluid/CSU2TCLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ vector<su2double>& CSU2TCLib::ComputeTemperatures(vector<su2double>& val_rhos, s
20162016
su2double Btol = 1.0E-6; // Tolerance for the Bisection method
20172017
unsigned short maxBIter = 50; // Maximum Bisection method iterations
20182018
unsigned short maxNIter = 50; // Maximum Newton-Raphson iterations
2019-
su2double scale = 0.5; // Scaling factor for Newton-Raphson step
2019+
su2double scale = 0.9; // Scaling factor for Newton-Raphson step
20202020

20212021
/*--- Execute a Newton-Raphson root-finding method for Tve ---*/
20222022
//Initialize solution

0 commit comments

Comments
 (0)