tutorial updates

This commit is contained in:
andy
2009-06-03 19:39:18 +01:00
parent 0e527a8f83
commit d4da7d823a
4 changed files with 29 additions and 13 deletions

View File

@ -26,7 +26,7 @@ pointSources
location (2.75 0.5 0);
fieldData
(
(H2O 1)
(H2O 0.1)
);
}
);

View File

@ -29,7 +29,7 @@ CompositionModel SinglePhaseMixture;
PhaseChangeModel LiquidEvaporation;
PostProcessingModel StandardPostProcessing;
PostProcessingModel PatchPostProcessing;
radiation off;
@ -105,7 +105,7 @@ ReactingLookupTableInjectionCoeffs
SOI 0;
inputFile "parcelInjectionProperties";
duration 1.0;
parcelsPerSecond 1e3;
parcelsPerSecond 1e2;
}
@ -124,6 +124,11 @@ LocalInteractionCoeffs
e 1;
mu 0;
}
cycLeft
{
e 1;
mu 0;
}
);
}
@ -151,7 +156,7 @@ LiquidEvaporationCoeffs
);
}
StandardPostProcessingCoeffs
PatchPostProcessingCoeffs
{
patches
(

View File

@ -21,7 +21,7 @@ startTime 0;
stopAt endTime;
endTime 1;
endTime 5;
deltaT 0.001;
@ -45,9 +45,9 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.3;
maxCo 1.0;
maxDeltaT 1e-3;
maxDeltaT 1;
// ************************************************************************* //

View File

@ -33,11 +33,21 @@ solvers
}
p
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
}
solver GAMG;
tolerance 1e-6;
relTol 0;
smoother GaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
};
G
{
solver PCG;
@ -133,7 +143,8 @@ solvers
PISO
{
transonic yes;
transonic no;
nOuterCorrectors 2;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
momentumPredictor yes;