mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
MultiComponentPhaseModel: Fixed missing density time-derivative
This commit is contained in:
@ -149,7 +149,7 @@ Foam::MultiComponentPhaseModel<BasePhaseModel>::YiEqn(volScalarField& Yi)
|
|||||||
{
|
{
|
||||||
const volScalarField& alpha = *this;
|
const volScalarField& alpha = *this;
|
||||||
const surfaceScalarField alphaRhoPhi(this->alphaRhoPhi());
|
const surfaceScalarField alphaRhoPhi(this->alphaRhoPhi());
|
||||||
const volScalarField rho(this->rho());
|
const volScalarField& rho = this->thermo().rho();
|
||||||
|
|
||||||
return
|
return
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user