ENH: Tutorial updates and clean-up

This commit is contained in:
Andrew Heather 2016-12-16 13:26:28 +00:00
parent c3c963bcaf
commit 30d8fc3459
53 changed files with 31 additions and 274 deletions

View File

@ -27,7 +27,7 @@ solvers
U
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;

View File

@ -27,7 +27,7 @@ solvers
U
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;

View File

@ -40,7 +40,7 @@ solvers
U
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;

View File

@ -19,7 +19,7 @@ solvers
{
st
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;

View File

@ -43,7 +43,7 @@ solvers
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0.1;
@ -52,7 +52,7 @@ solvers
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)Final"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;

View File

@ -43,7 +43,7 @@ solvers
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0.1;
@ -52,7 +52,7 @@ solvers
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)Final"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0;

View File

@ -30,20 +30,12 @@ boundaryField
entrainment
{
type totalPressure;
rho rho;
psi none;
gamma 1.4;
p0 uniform 101325;
value uniform 101325;
}
outlet
{
type totalPressure;
rho rho;
psi none;
gamma 1.4;
p0 uniform 101325;
value uniform 101325;
}
region0_to_panelRegion_wallPanel
{

View File

@ -48,9 +48,5 @@ snGradSchemes
default uncorrected;
}
fluxRequired
{
default no;
}
// ************************************************************************* //

View File

@ -37,13 +37,7 @@ boundaryField
side
{
type totalPressure;
U U;
phi phi;
rho rho;
psi none;
gamma 1.4;
p0 $internalField;
value $internalField;
}
frontAndBack

View File

@ -61,11 +61,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p_rgh;
}
// ************************************************************************* //

View File

@ -54,7 +54,7 @@ solvers
Yi
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-8;
relTol 0;
@ -62,7 +62,7 @@ solvers
U
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-6;
relTol 0.0;
@ -70,7 +70,7 @@ solvers
UFinal
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-7;
relTol 0;
@ -78,7 +78,7 @@ solvers
k
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-8;
relTol 0;
@ -87,7 +87,7 @@ solvers
//hs
h
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-8;
relTol 0;
@ -95,7 +95,7 @@ solvers
Ii
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-8;
relTol 0;

View File

@ -49,9 +49,5 @@ snGradSchemes
default uncorrected;
}
fluxRequired
{
default no;
}
// ************************************************************************* //

View File

@ -27,7 +27,7 @@ solvers
"Yi"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-06;
relTol 0;

View File

@ -41,7 +41,7 @@ solvers
"(U|h|e|k|epsilon|R)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-6;
relTol 0.1;

View File

@ -54,7 +54,7 @@ solvers
"(U|h|k|epsilon|R)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-7;
relTol 0.1;

View File

@ -24,79 +24,37 @@ boundaryField
maxY
{
type totalPressure;
value $internalField;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
}
minX
{
type totalPressure;
value $internalField;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
}
maxX
{
type totalPressure;
value $internalField;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
}
minY
{
type totalPressure;
value $internalField;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
}
maxZ
{
type totalPressure;
value $internalField;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
}
air_to_floor
{
type fixedFluxPressure;
value uniform 100000;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
}
air_to_solid
{
type fixedFluxPressure;
value uniform 100000;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
}
}

View File

@ -128,12 +128,6 @@ dictionaryReplacement
{
type totalPressure;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
value $internalField;
}
"air.*"

View File

@ -55,10 +55,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p_rgh;
}
// ************************************************************************* //

View File

@ -40,7 +40,7 @@ solvers
"(U|h|e|k|epsilon|R)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-6;
relTol 0.1;

View File

@ -45,9 +45,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
}
// ************************************************************************* //

View File

@ -38,9 +38,5 @@ snGradSchemes
{
}
fluxRequired
{
}
// ************************************************************************* //

View File

@ -45,9 +45,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
}
// ************************************************************************* //

View File

@ -30,11 +30,7 @@ boundaryField
outlet
{
type totalPressure;
rho rho;
psi none;
gamma 1;
p0 uniform 100000;
value uniform 100000;
}
symmetry
{

View File

@ -24,11 +24,7 @@ boundaryField
atmosphere
{
type totalPressure;
rho rho;
psi none;
gamma 1;
p0 uniform 100000;
value uniform 100000;
}
symmetry
{

View File

@ -57,12 +57,6 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p_rgh ;
}
wallDist
{
method meshWave;

View File

@ -57,12 +57,6 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p_rgh ;
}
wallDist
{
method meshWave;

View File

@ -48,7 +48,7 @@ solvers
"(U|h|R|k|epsilon|omega)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0.1;

View File

@ -53,11 +53,5 @@ snGradSchemes
default limited corrected 0.333;
}
fluxRequired
{
default no;
p_rgh ;
}
// ************************************************************************* //

View File

@ -64,7 +64,7 @@ solvers
"(U|h)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-05;
relTol 0.1;

View File

@ -51,11 +51,5 @@ snGradSchemes
default uncorrected;
}
fluxRequired
{
default no;
p ;
}
// ************************************************************************* //

View File

@ -54,12 +54,6 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p;
}
wallDist
{
method meshWave;

View File

@ -49,11 +49,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p;
}
// ************************************************************************* //

View File

@ -29,8 +29,6 @@ boundaryField
{
type totalPressure;
p0 uniform 0;
gamma 1.4;
value uniform 0;
}
wall

View File

@ -25,12 +25,6 @@ boundaryField
{
type totalPressure;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 0;
value $internalField;
}
region0_to_wallFilmRegion_wallFilmFaces
{

View File

@ -70,7 +70,7 @@ solvers
"(Yi|O2|N2|H2O)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-6;
relTol 0;

View File

@ -52,13 +52,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p_rgh;
pcorr;
alpha.water;
}
// ************************************************************************* //

View File

@ -57,15 +57,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
pcorr ;
p ;
pd;
alpha1;
p_rgh;
}
// ************************************************************************* //

View File

@ -28,14 +28,8 @@ boundaryField
top
{
type totalPressure;
p0 $internalField;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value $internalField;
type totalPressure;
p0 $internalField;
}
left

View File

@ -60,12 +60,5 @@ wallDist
method meshWave;
}
fluxRequired
{
default none;
p_rgh;
alpha.liquid;
}
// ************************************************************************* //

View File

@ -100,7 +100,7 @@ solvers
"(k.*|omega.*|Theta.*).*"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-7;
relTol 0;

View File

@ -34,12 +34,6 @@ boundaryField
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
}

View File

@ -50,13 +50,6 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p_rgh;
pcorr;
}
wallDist
{
method meshWave;

View File

@ -51,11 +51,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
s;
}
// ************************************************************************* //

View File

@ -60,11 +60,5 @@ wallDist
method meshWave;
}
fluxRequired
{
default no;
s;
}
// ************************************************************************* //

View File

@ -40,19 +40,13 @@ boundaryField
sides
{
type empty;
type empty;
}
top
{
type totalPressure;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
p0 uniform 0;
value uniform 0;
}
}

View File

@ -40,19 +40,13 @@ boundaryField
sides
{
type empty;
type empty;
}
top
{
type totalPressure;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
p0 uniform 0;
value uniform 0;
}
}

View File

@ -40,19 +40,13 @@ boundaryField
sides
{
type empty;
type empty;
}
top
{
type totalPressure;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
p0 uniform 0;
value uniform 0;
}
}

View File

@ -40,19 +40,13 @@ boundaryField
sides
{
type empty;
type empty;
}
top
{
type totalPressure;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
p0 uniform 0;
value uniform 0;
}
}

View File

@ -40,19 +40,13 @@ boundaryField
sides
{
type empty;
type empty;
}
top
{
type totalPressure;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
p0 uniform 0;
value uniform 0;
}
}

View File

@ -63,12 +63,5 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
p_rgh;
alpha.solids;
}
// ************************************************************************* //

View File

@ -63,11 +63,6 @@ snGradSchemes
default uncorrected;
}
fluxRequired
{
default no;
}
wallDist
{
method meshWave;

View File

@ -49,7 +49,7 @@ solvers
"(U|h|k|epsilon|R)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-7;
relTol 0.1;

View File

@ -49,7 +49,7 @@ solvers
"(U|h|k|epsilon|R)"
{
solver PBiCG;
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-7;
relTol 0.1;