mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorial updates
This commit is contained in:
@ -26,7 +26,7 @@ pointSources
|
||||
location (2.75 0.5 0);
|
||||
fieldData
|
||||
(
|
||||
(H2O 1)
|
||||
(H2O 0.1)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
@ -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
|
||||
(
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user