ENH: Updated lagrangian tutorials

This commit is contained in:
andy
2011-02-25 14:58:54 +00:00
parent e13251989f
commit 1e371c13b6
11 changed files with 104 additions and 116 deletions

View File

@ -55,7 +55,7 @@ solution
integrationSchemes
{
U Euler;
T Analytical;
T analytical;
}
}
@ -98,31 +98,29 @@ subModels
);
}
InjectionModel PatchInjection;
injectionModel patchInjection;
DispersionModel StochasticDispersionRAS;
dispersionModel stochasticDispersionRAS;
PatchInteractionModel StandardWallInteraction;
patchInteractionModel standardWallInteraction;
HeatTransferModel RanzMarshall;
heatTransferModel RanzMarshall;
CompositionModel SingleMixtureFraction;
compositionModel singleMixtureFraction;
PhaseChangeModel LiquidEvaporation;
phaseChangeModel liquidEvaporation;
DevolatilisationModel none;
devolatilisationModel none;
SurfaceReactionModel none;
surfaceReactionModel none;
PostProcessingModel PatchPostProcessing;
postProcessingModel patchPostProcessing;
SurfaceFilmModel none;
CollisionModel none;
surfaceFilmModel none;
radiation off;
PatchInjectionCoeffs
patchInjectionCoeffs
{
SOI 0.01;
massTotal 8;
@ -134,7 +132,7 @@ subModels
flowRateProfile constant 1;
sizeDistribution
{
distributionModelType general;
type general;
generalDistribution
{
distribution
@ -161,7 +159,7 @@ subModels
}
}
StandardWallInteractionCoeffs
standardWallInteractionCoeffs
{
type rebound;
}
@ -171,7 +169,7 @@ subModels
BirdCorrection off;
}
SingleMixtureFractionCoeffs
singleMixtureFractionCoeffs
{
phases
(
@ -191,14 +189,14 @@ subModels
YSolidTot0 0;
}
LiquidEvaporationCoeffs
liquidEvaporationCoeffs
{
enthalpyTransfer enthalpyDifference;
activeLiquids ( H2O );
}
PatchPostProcessingCoeffs
patchPostProcessingCoeffs
{
maxStoredParcels 100;