mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates and clean-up
This commit is contained in:
@ -27,7 +27,7 @@ solvers
|
|||||||
|
|
||||||
U
|
U
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -27,7 +27,7 @@ solvers
|
|||||||
|
|
||||||
U
|
U
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -40,7 +40,7 @@ solvers
|
|||||||
|
|
||||||
U
|
U
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -19,7 +19,7 @@ solvers
|
|||||||
{
|
{
|
||||||
st
|
st
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -43,7 +43,7 @@ solvers
|
|||||||
|
|
||||||
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)"
|
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
@ -52,7 +52,7 @@ solvers
|
|||||||
|
|
||||||
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)Final"
|
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)Final"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -43,7 +43,7 @@ solvers
|
|||||||
|
|
||||||
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)"
|
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
@ -52,7 +52,7 @@ solvers
|
|||||||
|
|
||||||
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)Final"
|
"(U|b|ft|fu|Su|Xi|ha|hau|k|epsilon)Final"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -30,20 +30,12 @@ boundaryField
|
|||||||
entrainment
|
entrainment
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1.4;
|
|
||||||
p0 uniform 101325;
|
p0 uniform 101325;
|
||||||
value uniform 101325;
|
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1.4;
|
|
||||||
p0 uniform 101325;
|
p0 uniform 101325;
|
||||||
value uniform 101325;
|
|
||||||
}
|
}
|
||||||
region0_to_panelRegion_wallPanel
|
region0_to_panelRegion_wallPanel
|
||||||
{
|
{
|
||||||
|
|||||||
@ -48,9 +48,5 @@ snGradSchemes
|
|||||||
default uncorrected;
|
default uncorrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -37,13 +37,7 @@ boundaryField
|
|||||||
side
|
side
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1.4;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
value $internalField;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -61,11 +61,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -54,7 +54,7 @@ solvers
|
|||||||
|
|
||||||
Yi
|
Yi
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-8;
|
tolerance 1e-8;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
@ -62,7 +62,7 @@ solvers
|
|||||||
|
|
||||||
U
|
U
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-6;
|
tolerance 1e-6;
|
||||||
relTol 0.0;
|
relTol 0.0;
|
||||||
@ -70,7 +70,7 @@ solvers
|
|||||||
|
|
||||||
UFinal
|
UFinal
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-7;
|
tolerance 1e-7;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
@ -78,7 +78,7 @@ solvers
|
|||||||
|
|
||||||
k
|
k
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-8;
|
tolerance 1e-8;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
@ -87,7 +87,7 @@ solvers
|
|||||||
//hs
|
//hs
|
||||||
h
|
h
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-8;
|
tolerance 1e-8;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
@ -95,7 +95,7 @@ solvers
|
|||||||
|
|
||||||
Ii
|
Ii
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-8;
|
tolerance 1e-8;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -49,9 +49,5 @@ snGradSchemes
|
|||||||
default uncorrected;
|
default uncorrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -27,7 +27,7 @@ solvers
|
|||||||
|
|
||||||
"Yi"
|
"Yi"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-06;
|
tolerance 1e-06;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -41,7 +41,7 @@ solvers
|
|||||||
|
|
||||||
"(U|h|e|k|epsilon|R)"
|
"(U|h|e|k|epsilon|R)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-6;
|
tolerance 1e-6;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
|
|||||||
@ -54,7 +54,7 @@ solvers
|
|||||||
|
|
||||||
"(U|h|k|epsilon|R)"
|
"(U|h|k|epsilon|R)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-7;
|
tolerance 1e-7;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
|
|||||||
@ -24,79 +24,37 @@ boundaryField
|
|||||||
maxY
|
maxY
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
value $internalField;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
}
|
}
|
||||||
minX
|
minX
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
value $internalField;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
}
|
}
|
||||||
maxX
|
maxX
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
value $internalField;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
}
|
}
|
||||||
minY
|
minY
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
value $internalField;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
}
|
}
|
||||||
maxZ
|
maxZ
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
value $internalField;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
}
|
}
|
||||||
air_to_floor
|
air_to_floor
|
||||||
{
|
{
|
||||||
type fixedFluxPressure;
|
type fixedFluxPressure;
|
||||||
value uniform 100000;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
}
|
}
|
||||||
air_to_solid
|
air_to_solid
|
||||||
{
|
{
|
||||||
type fixedFluxPressure;
|
type fixedFluxPressure;
|
||||||
value uniform 100000;
|
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -128,12 +128,6 @@ dictionaryReplacement
|
|||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
value $internalField;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"air.*"
|
"air.*"
|
||||||
|
|||||||
@ -55,10 +55,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -40,7 +40,7 @@ solvers
|
|||||||
|
|
||||||
"(U|h|e|k|epsilon|R)"
|
"(U|h|e|k|epsilon|R)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-6;
|
tolerance 1e-6;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
|
|||||||
@ -45,9 +45,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -38,9 +38,5 @@ snGradSchemes
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -45,9 +45,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -30,11 +30,7 @@ boundaryField
|
|||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
p0 uniform 100000;
|
p0 uniform 100000;
|
||||||
value uniform 100000;
|
|
||||||
}
|
}
|
||||||
symmetry
|
symmetry
|
||||||
{
|
{
|
||||||
|
|||||||
@ -24,11 +24,7 @@ boundaryField
|
|||||||
atmosphere
|
atmosphere
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
p0 uniform 100000;
|
p0 uniform 100000;
|
||||||
value uniform 100000;
|
|
||||||
}
|
}
|
||||||
symmetry
|
symmetry
|
||||||
{
|
{
|
||||||
|
|||||||
@ -57,12 +57,6 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh ;
|
|
||||||
}
|
|
||||||
|
|
||||||
wallDist
|
wallDist
|
||||||
{
|
{
|
||||||
method meshWave;
|
method meshWave;
|
||||||
|
|||||||
@ -57,12 +57,6 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh ;
|
|
||||||
}
|
|
||||||
|
|
||||||
wallDist
|
wallDist
|
||||||
{
|
{
|
||||||
method meshWave;
|
method meshWave;
|
||||||
|
|||||||
@ -48,7 +48,7 @@ solvers
|
|||||||
|
|
||||||
"(U|h|R|k|epsilon|omega)"
|
"(U|h|R|k|epsilon|omega)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
|
|||||||
@ -53,11 +53,5 @@ snGradSchemes
|
|||||||
default limited corrected 0.333;
|
default limited corrected 0.333;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -64,7 +64,7 @@ solvers
|
|||||||
|
|
||||||
"(U|h)"
|
"(U|h)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-05;
|
tolerance 1e-05;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
|
|||||||
@ -51,11 +51,5 @@ snGradSchemes
|
|||||||
default uncorrected;
|
default uncorrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -54,12 +54,6 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p;
|
|
||||||
}
|
|
||||||
|
|
||||||
wallDist
|
wallDist
|
||||||
{
|
{
|
||||||
method meshWave;
|
method meshWave;
|
||||||
|
|||||||
@ -49,11 +49,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -29,8 +29,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
gamma 1.4;
|
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wall
|
wall
|
||||||
|
|||||||
@ -25,12 +25,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 0;
|
|
||||||
value $internalField;
|
|
||||||
}
|
}
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
|
|||||||
@ -70,7 +70,7 @@ solvers
|
|||||||
|
|
||||||
"(Yi|O2|N2|H2O)"
|
"(Yi|O2|N2|H2O)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-6;
|
tolerance 1e-6;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -52,13 +52,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh;
|
|
||||||
pcorr;
|
|
||||||
alpha.water;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -57,15 +57,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
pcorr ;
|
|
||||||
p ;
|
|
||||||
pd;
|
|
||||||
alpha1;
|
|
||||||
p_rgh;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -28,14 +28,8 @@ boundaryField
|
|||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
p0 $internalField;
|
p0 $internalField;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
value $internalField;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
left
|
left
|
||||||
|
|||||||
@ -60,12 +60,5 @@ wallDist
|
|||||||
method meshWave;
|
method meshWave;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default none;
|
|
||||||
p_rgh;
|
|
||||||
alpha.liquid;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -100,7 +100,7 @@ solvers
|
|||||||
|
|
||||||
"(k.*|omega.*|Theta.*).*"
|
"(k.*|omega.*|Theta.*).*"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-7;
|
tolerance 1e-7;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
|||||||
@ -34,12 +34,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -50,13 +50,6 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh;
|
|
||||||
pcorr;
|
|
||||||
}
|
|
||||||
|
|
||||||
wallDist
|
wallDist
|
||||||
{
|
{
|
||||||
method meshWave;
|
method meshWave;
|
||||||
|
|||||||
@ -51,11 +51,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
s;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -60,11 +60,5 @@ wallDist
|
|||||||
method meshWave;
|
method meshWave;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
s;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -40,19 +40,13 @@ boundaryField
|
|||||||
|
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -40,19 +40,13 @@ boundaryField
|
|||||||
|
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -40,19 +40,13 @@ boundaryField
|
|||||||
|
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -40,19 +40,13 @@ boundaryField
|
|||||||
|
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -40,19 +40,13 @@ boundaryField
|
|||||||
|
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
U U;
|
|
||||||
phi phi;
|
|
||||||
rho rho;
|
|
||||||
psi none;
|
|
||||||
gamma 1;
|
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -63,12 +63,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
p_rgh;
|
|
||||||
alpha.solids;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -63,11 +63,6 @@ snGradSchemes
|
|||||||
default uncorrected;
|
default uncorrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
|
||||||
{
|
|
||||||
default no;
|
|
||||||
}
|
|
||||||
|
|
||||||
wallDist
|
wallDist
|
||||||
{
|
{
|
||||||
method meshWave;
|
method meshWave;
|
||||||
|
|||||||
@ -49,7 +49,7 @@ solvers
|
|||||||
|
|
||||||
"(U|h|k|epsilon|R)"
|
"(U|h|k|epsilon|R)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-7;
|
tolerance 1e-7;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
|
|||||||
@ -49,7 +49,7 @@ solvers
|
|||||||
|
|
||||||
"(U|h|k|epsilon|R)"
|
"(U|h|k|epsilon|R)"
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-7;
|
tolerance 1e-7;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user