reactingMultiphaseEulerFoam: Updated EEqns for stationary phase

Resolves bug report https://bugs.openfoam.org/view.php?id=3132
This commit is contained in:
Will Bainbridge
2018-12-13 13:28:17 +00:00
parent 9c9f061990
commit 3c0ce7b152

View File

@ -12,8 +12,8 @@ for (int Ecorr=0; Ecorr<nEnergyCorrectors; Ecorr++)
phaseModel& phase = fluid.anisothermalPhases()[anisothermalPhasei];
const volScalarField& alpha = phase;
const volScalarField& rho = phase.rho();
const volVectorField& U = phase.U();
tmp<volScalarField> rho = phase.rho();
tmp<volVectorField> U = phase.U();
fvScalarMatrix EEqn
(