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