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); location (2.75 0.5 0);
fieldData fieldData
( (
(H2O 1) (H2O 0.1)
); );
} }
); );

View File

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

View File

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

View File

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