Skip to content
Snippets Groups Projects
Commit b49af368 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

Reinstated IATE settings

parent e5e8f494
Branches
Tags
No related merge requests found
......@@ -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;
}
);
}
}
......
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