Skip to content

Commit

Permalink
default of SDRWallFactor: 1 -> 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumseok Lee authored and marchdf committed Jul 30, 2024
1 parent 0bc1fca commit abe69db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolutionOptions.C
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ SolutionOptions::initialize_turbulence_constants()
turbModelConstantMap_[TM_cmuCs] = 0.17;
turbModelConstantMap_[TM_Cw] = 0.325;
turbModelConstantMap_[TM_CbTwo] = 0.35;
turbModelConstantMap_[TM_SDRWallFactor] = 1.0;
turbModelConstantMap_[TM_SDRWallFactor] = 10.0;
turbModelConstantMap_[TM_zCV] = 0.5;
turbModelConstantMap_[TM_ci] = 0.9;
turbModelConstantMap_[TM_elog] = 9.8;
Expand Down

0 comments on commit abe69db

Please sign in to comment.