VoFSolver: Fixed use of as yet uninitialised reference
This commit is contained in:
@ -135,7 +135,7 @@ Foam::solvers::VoFSolver::VoFSolver
|
|||||||
IOobject::NO_READ,
|
IOobject::NO_READ,
|
||||||
IOobject::NO_WRITE
|
IOobject::NO_WRITE
|
||||||
),
|
),
|
||||||
fvc::interpolate(rho)*phi
|
fvc::interpolate(rho)*phi_
|
||||||
),
|
),
|
||||||
|
|
||||||
MRF(mesh),
|
MRF(mesh),
|
||||||
|
|||||||
Reference in New Issue
Block a user