Skip to content
Snippets Groups Projects
Commit 2044d2df authored by william's avatar william Committed by Andrew Heather
Browse files

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

parent caaa5c2e
Branches
Tags
No related merge requests found
......@@ -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;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment