ENH: Tutorial updates

This commit is contained in:
Andrew Heather
2017-05-18 14:47:00 +01:00
parent 28868f8d4d
commit 0a4733acab
99 changed files with 250 additions and 339 deletions

View File

@ -17,6 +17,6 @@ FoamFile
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1.0e-6;
nu 1.0e-6;
// ************************************************************************* //

View File

@ -17,6 +17,6 @@ FoamFile
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1e-05;
nu 1e-05;
// ************************************************************************* //

View File

@ -15,11 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
rho0 rho0 [1 -3 0 0 0 0 0] 1000;
rho0 1000;
p0 p0 [1 -1 -2 0 0 0 0] 100000;
p0 100000;
psi psi [0 -2 2 0 0 0 0] 4.54e-07;
psi 4.54e-07;
// ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
mu mu [1 -1 -1 0 0 0 0] 0.001;
mu 0.001;
// ************************************************************************* //