mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Updated lagrangian tutorials
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user