ENH: made cyclone particles larger to compensate for drag model changes
This commit is contained in:
parent
caaa5c2e49
commit
2044d2df8b
@ -69,26 +69,25 @@ subModels
|
||||
model1
|
||||
{
|
||||
type patchInjection;
|
||||
parcelBasisType fixed;
|
||||
massTotal 40;
|
||||
SOI 1;
|
||||
parcelBasisType mass;
|
||||
patchName inlet;
|
||||
duration 4;
|
||||
parcelsPerSecond 100644;
|
||||
U0 (-10 0 0);
|
||||
nParticle 500000;
|
||||
parcelsPerSecond 244462;
|
||||
flowRateProfile constant 1;
|
||||
sizeDistribution
|
||||
{
|
||||
type normal;
|
||||
normalDistribution
|
||||
{
|
||||
expectation 50e-6;
|
||||
variance 20e-6;
|
||||
minValue 10e-6;
|
||||
maxValue 90e-6;
|
||||
expectation 100e-6;
|
||||
variance 25e-6;
|
||||
minValue 20e-6;
|
||||
maxValue 180e-6;
|
||||
}
|
||||
}
|
||||
flowRateProfile constant 1;
|
||||
massTotal 0;
|
||||
SOI 1;
|
||||
duration 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user