mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
This commit is contained in:
@ -121,8 +121,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
Info<< "Patch " << patchi
|
||||
<< " named " << currPatch.name()
|
||||
<< " y+ : min: " << min(Yp) << " max: " << max(Yp)
|
||||
<< " average: " << average(Yp) << nl << endl;
|
||||
<< " y+ : min: " << min(yPlus) << " max: " << max(yPlus)
|
||||
<< " average: " << average(yPlus) << nl << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
checkYPlus.C
|
||||
yPlusRAS.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/checkYPlus
|
||||
EXE = $(FOAM_APPBIN)/yPlusRAS
|
||||
|
||||
Reference in New Issue
Block a user