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

@ -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;
}
// ************************************************************************* //