more tutorial updates

This commit is contained in:
andy
2009-06-24 12:27:18 +01:00
parent 81dfb596d6
commit 441b8b0832
71 changed files with 252 additions and 263 deletions

View File

@ -54,7 +54,7 @@ functions
probes
{
type probes;
name probes;
functionObjectLibs ( "libsampling.so" );
outputControl timeStep;
outputInterval 1;
probeLocations

View File

@ -52,9 +52,9 @@ snGradSchemes
fluxRequired
{
default no;
pd ;
pcorr ;
alpha ;
p;
pcorr;
alpha;
}

View File

@ -40,7 +40,7 @@ solvers
maxIter 100;
}
pd
p
{
solver GAMG;
tolerance 1e-08;
@ -55,7 +55,7 @@ solvers
mergeLevels 1;
}
pdFinal
pFinal
{
solver PCG;
preconditioner
@ -99,8 +99,7 @@ PISO
cAlpha 1.5;
correctPhi no;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefPoint (0 0 0.15);
pRefValue 1e5;
}

View File

@ -25,7 +25,10 @@ regions
boxToCell
{
box ( -100 -100 -100 ) ( 100 100 0 );
fieldValues ( volScalarFieldValue alpha1 1 );
fieldValues
(
volScalarFieldValue alpha1 1
);
}
);