mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated injection models for lagrangian tutorials
This commit is contained in:
@ -94,28 +94,11 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel patchInjection;
|
||||
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singleMixtureFraction;
|
||||
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
devolatilisationModel none;
|
||||
|
||||
surfaceReactionModel none;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
patchInjectionCoeffs
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type patchInjection;
|
||||
massFlowRate 0.8e-03;
|
||||
parcelBasisType mass;
|
||||
patchName inletCentral;
|
||||
@ -151,6 +134,25 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singleMixtureFraction;
|
||||
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
devolatilisationModel none;
|
||||
|
||||
surfaceReactionModel none;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
|
||||
@ -87,7 +87,29 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel manualInjection;
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type manualInjection;
|
||||
massTotal 0.0001;
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
positionsFile "coalCloud1Positions";
|
||||
U0 ( 0 -10 0 );
|
||||
sizeDistribution
|
||||
{
|
||||
type RosinRammler;
|
||||
RosinRammlerDistribution
|
||||
{
|
||||
minValue 5e-06;
|
||||
maxValue 0.0005;
|
||||
d 5e-05;
|
||||
n 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
@ -107,26 +129,6 @@ subModels
|
||||
|
||||
radiation on;
|
||||
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 0.0001;
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
positionsFile "coalCloud1Positions";
|
||||
U0 ( 0 -10 0 );
|
||||
sizeDistribution
|
||||
{
|
||||
type RosinRammler;
|
||||
RosinRammlerDistribution
|
||||
{
|
||||
minValue 5e-06;
|
||||
maxValue 0.0005;
|
||||
d 5e-05;
|
||||
n 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
|
||||
@ -77,20 +77,11 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel manualInjection;
|
||||
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation on;
|
||||
|
||||
manualInjectionCoeffs
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type manualInjection;
|
||||
massTotal 0.0001;
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
@ -108,6 +99,17 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation on;
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
|
||||
@ -66,7 +66,8 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel none;
|
||||
injectionModels
|
||||
{}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
|
||||
@ -57,22 +57,11 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel manualInjection;
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel none;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
collisionModel pairCollision;
|
||||
|
||||
radiation off;
|
||||
|
||||
manualInjectionCoeffs
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type manualInjection;
|
||||
massTotal 0;
|
||||
parcelBasisType fixed;
|
||||
nParticle 1;
|
||||
@ -88,6 +77,19 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel none;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
collisionModel pairCollision;
|
||||
|
||||
radiation off;
|
||||
|
||||
pairCollisionCoeffs
|
||||
{
|
||||
|
||||
@ -88,7 +88,19 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel reactingMultiphaseLookupTableInjection;
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type reactingMultiphaseLookupTableInjection;
|
||||
massTotal 1e-2;
|
||||
parcelBasisType mass;
|
||||
SOI 0.5;
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 1.0;
|
||||
parcelsPerSecond 250;
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
@ -108,16 +120,6 @@ subModels
|
||||
|
||||
radiation off;
|
||||
|
||||
reactingMultiphaseLookupTableInjectionCoeffs
|
||||
{
|
||||
massTotal 1e-2;
|
||||
parcelBasisType mass;
|
||||
SOI 0.5;
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 1.0;
|
||||
parcelsPerSecond 250;
|
||||
}
|
||||
|
||||
localInteractionCoeffs
|
||||
{
|
||||
patches
|
||||
|
||||
@ -88,7 +88,27 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel manualInjection;
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type manualInjection;
|
||||
massTotal 5.23599e-10; // 1 droplet of density 1000 kg/m3
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
positionsFile "reactingCloud1Positions";
|
||||
U0 (0 0 0);
|
||||
sizeDistribution
|
||||
{
|
||||
type uniform;
|
||||
uniformDistribution
|
||||
{
|
||||
minValue 100e-06;
|
||||
maxValue 100e-06;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
@ -108,24 +128,6 @@ subModels
|
||||
|
||||
radiation off;
|
||||
|
||||
manualInjectionCoeffs
|
||||
{
|
||||
massTotal 5.23599e-10; // 1 droplet of density 1000 kg/m3
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
positionsFile "reactingCloud1Positions";
|
||||
U0 (0 0 0);
|
||||
sizeDistribution
|
||||
{
|
||||
type uniform;
|
||||
uniformDistribution
|
||||
{
|
||||
minValue 100e-06;
|
||||
maxValue 100e-06;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
|
||||
@ -88,28 +88,11 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel patchInjection;
|
||||
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singleMixtureFraction;
|
||||
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
devolatilisationModel none;
|
||||
|
||||
surfaceReactionModel none;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
patchInjectionCoeffs
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type patchInjection;
|
||||
SOI 0.01;
|
||||
massTotal 8;
|
||||
parcelBasisType mass;
|
||||
@ -146,6 +129,25 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel stochasticDispersionRAS;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singleMixtureFraction;
|
||||
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
devolatilisationModel none;
|
||||
|
||||
surfaceReactionModel none;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
|
||||
@ -83,7 +83,19 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel reactingLookupTableInjection;
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type reactingLookupTableInjection;
|
||||
massTotal 0.5;
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 20.0;
|
||||
parcelsPerSecond 50;
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
@ -99,16 +111,6 @@ subModels
|
||||
|
||||
radiation off;
|
||||
|
||||
reactingLookupTableInjectionCoeffs
|
||||
{
|
||||
massTotal 0.5;
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 20.0;
|
||||
parcelsPerSecond 50;
|
||||
}
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
|
||||
@ -83,24 +83,11 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel coneInjection;
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel none;
|
||||
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
phaseChangeModel none;
|
||||
|
||||
surfaceFilmModel thermoSurfaceFilm;
|
||||
|
||||
radiation off;
|
||||
|
||||
coneInjectionCoeffs
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type coneInjection;
|
||||
SOI 0.000;
|
||||
duration 20.000;
|
||||
positionAxis
|
||||
@ -130,6 +117,21 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel none;
|
||||
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
phaseChangeModel none;
|
||||
|
||||
surfaceFilmModel thermoSurfaceFilm;
|
||||
|
||||
radiation off;
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
|
||||
@ -83,7 +83,19 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel reactingLookupTableInjection;
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type reactingLookupTableInjection;
|
||||
massTotal 0.1;
|
||||
parcelBasisType mass;
|
||||
SOI 0.01;
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 10.0;
|
||||
parcelsPerSecond 200;
|
||||
}
|
||||
]
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
@ -99,16 +111,6 @@ subModels
|
||||
|
||||
radiation off;
|
||||
|
||||
reactingLookupTableInjectionCoeffs
|
||||
{
|
||||
massTotal 0.1;
|
||||
parcelBasisType mass;
|
||||
SOI 0.01;
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 10.0;
|
||||
parcelsPerSecond 200;
|
||||
}
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
|
||||
@ -85,24 +85,11 @@ subModels
|
||||
gravity;
|
||||
}
|
||||
|
||||
injectionModel manualInjection;
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
manualInjectionCoeffs
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type manualInjection;
|
||||
massTotal 1e-8;
|
||||
parcelBasisType mass;
|
||||
SOI 0;
|
||||
@ -118,6 +105,21 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
|
||||
@ -84,30 +84,11 @@ subModels
|
||||
sphereDrag;
|
||||
}
|
||||
|
||||
injectionModel coneNozzleInjection;
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
phaseChangeModel liquidEvaporationBoil;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
atomizationModel none;
|
||||
|
||||
breakupModel ReitzDiwakar; // ReitzKHRT;
|
||||
|
||||
stochasticCollisionModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
coneNozzleInjectionCoeffs
|
||||
injectionModels
|
||||
{
|
||||
model1
|
||||
{
|
||||
type coneNozzleInjection;
|
||||
SOI 0;
|
||||
massTotal 6.0e-6;
|
||||
parcelBasisType mass;
|
||||
@ -172,6 +153,27 @@ subModels
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
phaseChangeModel liquidEvaporationBoil;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
atomizationModel none;
|
||||
|
||||
breakupModel ReitzDiwakar; // ReitzKHRT;
|
||||
|
||||
stochasticCollisionModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user