Skip to content

Commit

Permalink
1. Modify low Re wall omega to Mentor form in SST model
Browse files Browse the repository at this point in the history
2. Update the version number
  • Loading branch information
sdhzhs committed Oct 11, 2024
1 parent 3c65bf1 commit 2fff923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Wallfunc.f03
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ Subroutine Wallfunc
else if(ksplus(i)>=25) then
Twplusl(i)=100/ksplus(i)
end if
Twplus(i)=min(Twplusl(i),6./(betai(i)*Yplus(i)**2))
Twplus(i)=min(Twplusl(i),60./(betai(i)*Yplus(i)**2))
else
Twplus(i)=6./(betai(i)*Yplus(i)**2)
Twplus(i)=60./(betai(i)*Yplus(i)**2)
end if
end DO
end if
Expand Down
2 changes: 1 addition & 1 deletion src/console.f03
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Program RANSFOIL
print *,"should input a name of the configuration file."
print *,"usage: ",trim(argv(1))," [options] [configuration file]"
else if(trim(argv(2))=="--version") then
print *,"ransfoil version 2.2.17"
print *,"ransfoil version 2.2.18"
print *,"Copyright (c) 2012-2024, Hou Shuo"
else if(trim(argv(2))=="-h".or.trim(argv(2))=="--help") then
print *,"usage: ",trim(argv(1))," [options] [configuration file]"
Expand Down

0 comments on commit 2fff923

Please sign in to comment.