Corrected tutorials.

This commit is contained in:
henry
2009-08-18 17:12:15 +01:00
parent a7e4cdea99
commit cf08f081da
10 changed files with 100 additions and 11 deletions

View File

@ -452,5 +452,6 @@ done
#----------------------------- #-----------------------------
myEcho "Generated XY files for:" myEcho "Generated XY files for:"
getAllQueries $DBFILE $LOG getAllQueries $DBFILE $LOG
myEcho "End"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

@ -32,13 +32,13 @@ boundaryField
upperWall upperWall
{ {
type compressible::alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type compressible::alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
value uniform 0; value uniform 0;
} }

View File

@ -32,13 +32,13 @@ boundaryField
upperWall upperWall
{ {
type compressible::muSgsWallFunction; type muSgsUSpaldingWallFunction;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type compressible::muSgsWallFunction; type muSgsUSpaldingWallFunction;
value uniform 0; value uniform 0;
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -32,13 +32,13 @@ boundaryField
upperWall upperWall
{ {
type compressible::alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type compressible::alphaSgsJayatillekeWallFunction; type alphaSgsJayatillekeWallFunction;
value uniform 0; value uniform 0;
} }

View File

@ -32,13 +32,13 @@ boundaryField
upperWall upperWall
{ {
type compressible::muSgsWallFunction; type muSgsUSpaldingWallFunction;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type compressible::muSgsWallFunction; type muSgsUSpaldingWallFunction;
value uniform 0; value uniform 0;
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -0,0 +1,80 @@
0.000625 0.001
0.001875 0.001
0.003125 0.001
0.004375 0.001
0.005625 0.001
0.006875 0.001
0.008125 0.001
0.009375 0.001
0.010625 0.001
0.011875 0.001
0.013125 0.001
0.014375 0.001
0.015625 0.001
0.016875 0.001
0.018125 0.001
0.019375 0.001
0.020625 0.001
0.021875 0.001
0.023125 0.001
0.024375 0.001
0.025625 0.001
0.026875 0.001
0.028125 0.001
0.029375 0.001
0.030625 0.001
0.031875 0.001
0.033125 0.001
0.034375 0.001
0.035625 0.001
0.036875 0.001
0.038125 0.001
0.039375 0.001
0.040625 0.001
0.041875 0.001
0.043125 0.001
0.044375 0.001
0.045625 0.001
0.046875 0.001
0.048125 0.001
0.049375 0.001
0.050625 0.001
0.051875 0.001
0.053125 0.001
0.054375 0.001
0.055625 0.001
0.056875 0.001
0.058125 0.001
0.059375 0.001
0.060625 0.001
0.061875 0.001
0.063125 0.001
0.064375 0.001
0.065625 0.001
0.066875 0.001
0.068125 0.001
0.069375 0.001
0.070625 0.001
0.071875 0.001
0.073125 0.001
0.074375 0.001
0.075625 0.001
0.076875 0.001
0.078125 0.001
0.079375 0.001
0.080625 0.001
0.081875 0.001
0.083125 0.001
0.084375 0.001
0.085625 0.001
0.086875 0.001
0.088125 0.001
0.089375 0.001
0.090625 0.001
0.091875 0.001
0.093125 0.001
0.094375 0.001
0.095625 0.001
0.096875 0.001
0.098125 0.001
0.099375 0.001

View File

@ -19,7 +19,7 @@ Ubar Ubar [ 0 1 -1 0 0 0 0 ] ( 10 0 0 );
transportModel Newtonian; transportModel Newtonian;
nu nu [ 0 2 -1 0 0 0 0 ] 1e-8; nu nu [ 0 2 -1 0 0 0 0 ] 1e-3;
// ************************************************************************* // // ************************************************************************* //

View File

@ -0,0 +1,8 @@
#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
runApplication $application