ENH: made cyclone particles larger to compensate for drag model changes

This commit is contained in:
william
2014-04-04 16:07:47 +01:00
committed by Andrew Heather
parent caaa5c2e49
commit 2044d2df8b

View File

@ -69,26 +69,25 @@ subModels
model1 model1
{ {
type patchInjection; type patchInjection;
parcelBasisType fixed; massTotal 40;
SOI 1;
parcelBasisType mass;
patchName inlet; patchName inlet;
duration 4;
parcelsPerSecond 100644;
U0 (-10 0 0); U0 (-10 0 0);
nParticle 500000; flowRateProfile constant 1;
parcelsPerSecond 244462;
sizeDistribution sizeDistribution
{ {
type normal; type normal;
normalDistribution normalDistribution
{ {
expectation 50e-6; expectation 100e-6;
variance 20e-6; variance 25e-6;
minValue 10e-6; minValue 20e-6;
maxValue 90e-6; maxValue 180e-6;
} }
} }
flowRateProfile constant 1;
massTotal 0;
SOI 1;
duration 4;
} }
} }