tutorials/multiphase/multiphaseEulerFoam: Non-backwards compatible changes
These changes are required for the cases to run with the new phaseInterface system.
This commit is contained in:
@ -104,7 +104,7 @@ populationBalanceCoeffs
|
||||
(
|
||||
phaseChange
|
||||
{
|
||||
pairs ((gas and liquid));
|
||||
interfaces (gas_liquid);
|
||||
dmdtf thermalPhaseChange:dmdtf;
|
||||
}
|
||||
|
||||
|
||||
@ -130,8 +130,8 @@ populationBalanceCoeffs
|
||||
(
|
||||
phaseChange
|
||||
{
|
||||
pairs ((gas and liquid) (gas2 and liquid));
|
||||
dmdtf thermalPhaseChange:dmdtf;
|
||||
interfaces (gas_liquid gas2_liquid);
|
||||
dmdtf thermalPhaseChange:dmdtf;
|
||||
}
|
||||
|
||||
densityChange
|
||||
|
||||
@ -22,17 +22,38 @@ boundaryField
|
||||
{
|
||||
leftWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
oil { theta0 90; }
|
||||
water { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
rightWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
oil { theta0 90; }
|
||||
water { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
oil { theta0 90; }
|
||||
water { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -22,17 +22,38 @@ boundaryField
|
||||
{
|
||||
leftWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
oil { theta0 90; }
|
||||
water { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
rightWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
oil { theta0 90; }
|
||||
water { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
oil { theta0 90; }
|
||||
water { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -22,17 +22,38 @@ boundaryField
|
||||
{
|
||||
leftWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
water { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
rightWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
water { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
water { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -22,17 +22,38 @@ boundaryField
|
||||
{
|
||||
leftWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
oil { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
rightWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
oil { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type alphaContactAngle;
|
||||
contactAngleProperties
|
||||
{
|
||||
air { theta0 90; }
|
||||
oil { theta0 90; }
|
||||
mercury { theta0 90; }
|
||||
}
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -24,7 +24,7 @@ stopAt endTime;
|
||||
|
||||
endTime 6;
|
||||
|
||||
deltaT 0.001;
|
||||
deltaT 0.0001;
|
||||
|
||||
writeControl adjustableRunTime;
|
||||
|
||||
|
||||
@ -119,7 +119,7 @@ populationBalanceCoeffs
|
||||
(
|
||||
phaseChange
|
||||
{
|
||||
pairs ((particles and vapor));
|
||||
interfaces (particles_vapor);
|
||||
dmdtf phaseTransfer:dmidtf;
|
||||
specie TiO2_s;
|
||||
surfaceGrowthType ParkRogak;
|
||||
|
||||
Reference in New Issue
Block a user