mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
VoF solvers: phase-fraction equation and move mesh motion into PIMPLE loop
This commit is contained in:
@ -87,14 +87,14 @@ Foam::multiphaseMixture::multiphaseMixture
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"rho*phi",
|
||||
"rhoPhi",
|
||||
mesh_.time().timeName(),
|
||||
mesh_,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE
|
||||
),
|
||||
mesh_,
|
||||
dimensionedScalar("rho*phi", dimMass/dimTime, 0.0)
|
||||
dimensionedScalar("rhoPhi", dimMass/dimTime, 0.0)
|
||||
),
|
||||
|
||||
alphas_
|
||||
|
||||
Reference in New Issue
Block a user