mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated lagrangian tutorials
This commit is contained in:
@ -122,7 +122,7 @@ hollowConeInjectorCoeffs
|
||||
{
|
||||
sizeDistribution
|
||||
{
|
||||
pdfType RosinRammler;
|
||||
type RosinRammler;
|
||||
RosinRammlerDistribution
|
||||
{
|
||||
minValue 1e-06;
|
||||
|
||||
@ -130,7 +130,7 @@ subModels
|
||||
U0 ( 0 -10 0 );
|
||||
sizeDistribution
|
||||
{
|
||||
distributionModelType RosinRammler;
|
||||
type RosinRammler;
|
||||
RosinRammlerDistribution
|
||||
{
|
||||
minValue 5e-06;
|
||||
|
||||
@ -106,7 +106,7 @@ subModels
|
||||
U0 ( 0 0 0 );
|
||||
sizeDistribution
|
||||
{
|
||||
distributionModelType RosinRammler;
|
||||
type RosinRammler;
|
||||
RosinRammlerDistribution
|
||||
{
|
||||
minValue 5e-06;
|
||||
|
||||
@ -24,8 +24,9 @@ createBaffles cycLeft '(cycLeft_half0 cycLeft_half1)' -overwrite > log.createBaf
|
||||
|
||||
# create the second cyclic - rhs of porous zone
|
||||
createBaffles cycRight '(cycRight_half0 cycRight_half1)' -overwrite > log.createBaffles2 2>&1
|
||||
|
||||
# Initialise newly created patchFields to 0
|
||||
changeDictionary
|
||||
runApplication changeDictionary
|
||||
|
||||
runApplication $application
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ solution
|
||||
integrationSchemes
|
||||
{
|
||||
U Euler;
|
||||
T Analytical;
|
||||
T analytical;
|
||||
}
|
||||
}
|
||||
|
||||
@ -98,31 +98,29 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
InjectionModel ReactingMultiphaseLookupTableInjection;
|
||||
injectionModel reactingMultiphaseLookupTableInjection;
|
||||
|
||||
DispersionModel none;
|
||||
dispersionModel none;
|
||||
|
||||
PatchInteractionModel LocalInteraction;
|
||||
patchInteractionModel localInteraction;
|
||||
|
||||
HeatTransferModel RanzMarshall;
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
CompositionModel SingleMixtureFraction;
|
||||
compositionModel singleMixtureFraction;
|
||||
|
||||
PhaseChangeModel LiquidEvaporation;
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
PostProcessingModel PatchPostProcessing;
|
||||
postProcessingModel patchPostProcessing;
|
||||
|
||||
DevolatilisationModel none;
|
||||
devolatilisationModel none;
|
||||
|
||||
SurfaceReactionModel none;
|
||||
surfaceReactionModel none;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
|
||||
CollisionModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
ReactingMultiphaseLookupTableInjectionCoeffs
|
||||
reactingMultiphaseLookupTableInjectionCoeffs
|
||||
{
|
||||
massTotal 1e-2;
|
||||
parcelBasisType mass;
|
||||
@ -132,7 +130,7 @@ subModels
|
||||
parcelsPerSecond 250;
|
||||
}
|
||||
|
||||
LocalInteractionCoeffs
|
||||
localInteractionCoeffs
|
||||
{
|
||||
patches
|
||||
(
|
||||
@ -156,7 +154,7 @@ subModels
|
||||
BirdCorrection true;
|
||||
}
|
||||
|
||||
SingleMixtureFractionCoeffs
|
||||
singleMixtureFractionCoeffs
|
||||
{
|
||||
phases
|
||||
(
|
||||
@ -176,14 +174,14 @@ subModels
|
||||
YSolidTot0 0;
|
||||
}
|
||||
|
||||
LiquidEvaporationCoeffs
|
||||
liquidEvaporationCoeffs
|
||||
{
|
||||
enthalpyTransfer enthalpyDifference;
|
||||
|
||||
activeLiquids ( H2O );
|
||||
}
|
||||
|
||||
PatchPostProcessingCoeffs
|
||||
patchPostProcessingCoeffs
|
||||
{
|
||||
maxStoredParcels 20;
|
||||
|
||||
|
||||
@ -98,31 +98,29 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
InjectionModel ManualInjection;
|
||||
injectionModel manualInjection;
|
||||
|
||||
DispersionModel none;
|
||||
dispersionModel none;
|
||||
|
||||
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 none;
|
||||
postProcessingModel none;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
|
||||
CollisionModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
ManualInjectionCoeffs
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 5.23599e-10; // 1 droplet of density 1000 kg/m3
|
||||
parcelBasisType mass;
|
||||
@ -131,7 +129,7 @@ subModels
|
||||
U0 (0 0 0);
|
||||
sizeDistribution
|
||||
{
|
||||
distributionModelType uniform;
|
||||
type uniform;
|
||||
uniformDistribution
|
||||
{
|
||||
minValue 100e-06;
|
||||
@ -139,7 +137,8 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
StandardWallInteractionCoeffs
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
}
|
||||
@ -149,7 +148,7 @@ subModels
|
||||
BirdCorrection off;
|
||||
}
|
||||
|
||||
SingleMixtureFractionCoeffs
|
||||
singleMixtureFractionCoeffs
|
||||
{
|
||||
phases
|
||||
(
|
||||
@ -169,7 +168,7 @@ subModels
|
||||
YSolidTot0 0;
|
||||
}
|
||||
|
||||
LiquidEvaporationCoeffs
|
||||
liquidEvaporationCoeffs
|
||||
{
|
||||
enthalpyTransfer enthalpyDifference; // latentHeat;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ solution
|
||||
integrationSchemes
|
||||
{
|
||||
U Euler;
|
||||
T Analytical;
|
||||
T analytical;
|
||||
}
|
||||
}
|
||||
|
||||
@ -95,27 +95,25 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
InjectionModel ManualInjection;
|
||||
injectionModel manualInjection;
|
||||
|
||||
DispersionModel none;
|
||||
dispersionModel none;
|
||||
|
||||
PatchInteractionModel StandardWallInteraction;
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
HeatTransferModel RanzMarshall;
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
CompositionModel SinglePhaseMixture;
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
PhaseChangeModel LiquidEvaporation;
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
PostProcessingModel none;
|
||||
postProcessingModel none;
|
||||
|
||||
CollisionModel none;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
ManualInjectionCoeffs
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 1e-8;
|
||||
parcelBasisType mass;
|
||||
@ -124,7 +122,7 @@ subModels
|
||||
U0 ( 0 0 0 );
|
||||
sizeDistribution
|
||||
{
|
||||
distributionModelType uniform;
|
||||
type uniform;
|
||||
uniformDistribution
|
||||
{
|
||||
minValue 1e-04;
|
||||
@ -133,7 +131,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
StandardWallInteractionCoeffs
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
}
|
||||
@ -143,7 +141,7 @@ subModels
|
||||
BirdCorrection true;
|
||||
}
|
||||
|
||||
SinglePhaseMixtureCoeffs
|
||||
singlePhaseMixtureCoeffs
|
||||
{
|
||||
phases
|
||||
(
|
||||
@ -154,7 +152,7 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
LiquidEvaporationCoeffs
|
||||
liquidEvaporationCoeffs
|
||||
{
|
||||
enthalpyTransfer enthalpyDifference;
|
||||
|
||||
|
||||
@ -67,19 +67,17 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
InjectionModel ManualInjection;
|
||||
injectionModel manualInjection;
|
||||
|
||||
DispersionModel StochasticDispersionRAS;
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
PatchInteractionModel StandardWallInteraction;
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
PostProcessingModel none;
|
||||
postProcessingModel none;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
CollisionModel none;
|
||||
|
||||
ManualInjectionCoeffs
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 0.0002;
|
||||
parcelBasisType mass;
|
||||
@ -88,7 +86,7 @@ subModels
|
||||
U0 ( 0 0 0 );
|
||||
sizeDistribution
|
||||
{
|
||||
distributionModelType RosinRammler;
|
||||
type RosinRammler;
|
||||
RosinRammlerDistribution
|
||||
{
|
||||
minValue 5e-05;
|
||||
@ -99,7 +97,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
StandardWallInteractionCoeffs
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
}
|
||||
|
||||
@ -46,7 +46,7 @@ solution
|
||||
integrationSchemes
|
||||
{
|
||||
U Euler;
|
||||
T Analytical;
|
||||
T analytical;
|
||||
}
|
||||
}
|
||||
|
||||
@ -82,23 +82,21 @@ subModels
|
||||
);
|
||||
}
|
||||
|
||||
InjectionModel ManualInjection;
|
||||
injectionModel manualInjection;
|
||||
|
||||
DispersionModel StochasticDispersionRAS;
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
PatchInteractionModel StandardWallInteraction;
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
HeatTransferModel RanzMarshall;
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
PostProcessingModel none;
|
||||
postProcessingModel none;
|
||||
|
||||
CollisionModel none;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
ManualInjectionCoeffs
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 0.0001;
|
||||
parcelBasisType mass;
|
||||
@ -107,7 +105,7 @@ subModels
|
||||
U0 ( 0 0 0 );
|
||||
sizeDistribution
|
||||
{
|
||||
distributionModelType RosinRammler;
|
||||
type RosinRammler;
|
||||
RosinRammlerDistribution
|
||||
{
|
||||
minValue 5e-06;
|
||||
@ -118,7 +116,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
StandardWallInteractionCoeffs
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
}
|
||||
|
||||
@ -64,7 +64,7 @@ solution
|
||||
integrationSchemes
|
||||
{
|
||||
U Euler;
|
||||
T Analytical;
|
||||
T analytical;
|
||||
}
|
||||
}
|
||||
|
||||
@ -109,32 +109,30 @@ 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 ParticleTracks;
|
||||
postProcessingModel particleTracks;
|
||||
|
||||
SurfaceFilmModel none;
|
||||
|
||||
CollisionModel none;
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
|
||||
PatchInjectionCoeffs
|
||||
patchInjectionCoeffs
|
||||
{
|
||||
massFlowRate 0.8e-03;
|
||||
parcelBasisType mass;
|
||||
@ -145,7 +143,7 @@ subModels
|
||||
flowRateProfile constant 1;
|
||||
sizeDistribution
|
||||
{
|
||||
distributionModelType general;
|
||||
type general;
|
||||
generalDistribution
|
||||
{
|
||||
distribution
|
||||
@ -172,7 +170,7 @@ subModels
|
||||
}
|
||||
}
|
||||
|
||||
StandardWallInteractionCoeffs
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
}
|
||||
@ -182,7 +180,7 @@ subModels
|
||||
BirdCorrection off;
|
||||
}
|
||||
|
||||
SingleMixtureFractionCoeffs
|
||||
singleMixtureFractionCoeffs
|
||||
{
|
||||
phases
|
||||
(
|
||||
@ -202,19 +200,19 @@ subModels
|
||||
YSolidTot0 0;
|
||||
}
|
||||
|
||||
LiquidEvaporationCoeffs
|
||||
liquidEvaporationCoeffs
|
||||
{
|
||||
enthalpyTransfer enthalpyDifference;
|
||||
activeLiquids ( H2O );
|
||||
}
|
||||
|
||||
PatchPostProcessingCoeffs
|
||||
patchPostProcessingCoeffs
|
||||
{
|
||||
maxStoredParcels 100;
|
||||
patches ( outlet );
|
||||
}
|
||||
|
||||
ParticleTracksCoeffs
|
||||
particleTracksCoeffs
|
||||
{
|
||||
trackInterval 5;
|
||||
maxSamples 1000000;
|
||||
|
||||
Reference in New Issue
Block a user