Reinstated IATE settings

This commit is contained in:
Henry
2014-02-05 16:57:51 +00:00
committed by Andrew Heather
parent e5e8f49489
commit b49af36892

View File

@ -19,11 +19,32 @@ phases (air water);
air
{
diameterModel isothermal;
isothermalCoeffs
diameterModel IATE;
IATECoeffs
{
d0 3e-3;
p0 1e5;
dMax 1e-2;
dMin 1e-4;
residualAlpha 1e-6;
sources
(
wakeEntrainmentCoalescence
{
Cwe 0.002;
}
randomCoalescence
{
Crc 0.04;
C 3;
alphaMax 0.75;
}
turbulentBreakUp
{
Cti 0.085;
WeCr 6;
}
);
}
}