mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
multiphaseEulerFoam damBreak4phase: Changed air bubble size for stability
This commit is contained in:
@ -79,9 +79,9 @@ sigmas
|
|||||||
(air water) 0.07
|
(air water) 0.07
|
||||||
(air oil) 0.07
|
(air oil) 0.07
|
||||||
(air mercury) 0.07
|
(air mercury) 0.07
|
||||||
(water oil) 0.07
|
(water oil) 0
|
||||||
(water mercury) 0.07
|
(water mercury) 0
|
||||||
(oil mercury) 0.07
|
(oil mercury) 0
|
||||||
);
|
);
|
||||||
|
|
||||||
interfaceCompression
|
interfaceCompression
|
||||||
@ -109,22 +109,22 @@ drag
|
|||||||
(air water)
|
(air water)
|
||||||
{
|
{
|
||||||
type SchillerNaumann;
|
type SchillerNaumann;
|
||||||
residualPhaseFraction 1e-6;
|
residualPhaseFraction 1e-3;
|
||||||
residualSlip 1e-6;
|
residualSlip 1e-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
(air oil)
|
(air oil)
|
||||||
{
|
{
|
||||||
type SchillerNaumann;
|
type SchillerNaumann;
|
||||||
residualPhaseFraction 1e-6;
|
residualPhaseFraction 1e-3;
|
||||||
residualSlip 1e-6;
|
residualSlip 1e-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
(air mercury)
|
(air mercury)
|
||||||
{
|
{
|
||||||
type SchillerNaumann;
|
type SchillerNaumann;
|
||||||
residualPhaseFraction 1e-6;
|
residualPhaseFraction 1e-3;
|
||||||
residualSlip 1e-6;
|
residualSlip 1e-3;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user