tutorials/modules/multiphaseEuler/mixerVessel2DMRF: Added missing virtualMass entries
to avoid warning messages
This commit is contained in:
@ -69,7 +69,6 @@ PIMPLE
|
|||||||
nOuterCorrectors 3;
|
nOuterCorrectors 3;
|
||||||
nCorrectors 1;
|
nCorrectors 1;
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
relaxationFactors
|
relaxationFactors
|
||||||
|
|||||||
@ -76,7 +76,6 @@ PIMPLE
|
|||||||
{
|
{
|
||||||
nCorrectors 3;
|
nCorrectors 3;
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
relaxationFactors
|
relaxationFactors
|
||||||
|
|||||||
@ -268,6 +268,21 @@ virtualMass
|
|||||||
type constantCoefficient;
|
type constantCoefficient;
|
||||||
Cvm 0.5;
|
Cvm 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
water_dispersedIn_air
|
||||||
|
{
|
||||||
|
type none;
|
||||||
|
}
|
||||||
|
|
||||||
|
oil_dispersedIn_air
|
||||||
|
{
|
||||||
|
type none;
|
||||||
|
}
|
||||||
|
|
||||||
|
mercury_dispersedIn_air
|
||||||
|
{
|
||||||
|
type none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
heatTransfer
|
heatTransfer
|
||||||
|
|||||||
Reference in New Issue
Block a user