tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile: Corrected typo
Resolves bug-report http://bugs.openfoam.org/view.php?id=2170
This commit is contained in:
parent
089b50696c
commit
2519a47b74
2 changed files with 2 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
graphName="OF_vs_ANAYTICAL.eps"
|
||||
graphName="OF_vs_ANALYTICAL.eps"
|
||||
|
||||
echo "Creating graph of u+ vs y+ to $graphName"
|
||||
gnuplot<<EOF
|
||||
|
|
|
|||
|
|
@ -10,5 +10,4 @@ Usage:
|
|||
|
||||
- run test using Allrun script
|
||||
- uses foamLog to generate u+ and y+ values
|
||||
- postscript (.eps) plot generated using gnuplot, OF_vs_ANAYTICAL.eps
|
||||
|
||||
- postscript (.eps) plot generated using gnuplot, OF_vs_ANALYTICAL.eps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue