mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Reinstated IATE settings
This commit is contained in:
@ -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;
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user