Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -85,7 +85,8 @@ void Foam::solvers::multiphaseEuler::energyPredictor()
|
||||
|
||||
const volScalarField& alpha = phase;
|
||||
const volScalarField& rho = phase.rho();
|
||||
const volVectorField& U = phase.URef();
|
||||
const tmp<volVectorField> tU(phase.U());
|
||||
const volVectorField& U(tU());
|
||||
|
||||
fvScalarMatrix EEqn
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user