EulerDdtScheme: Corrected fvcDdt dimensions for multiphase moving-mesh cases

Resolves bug-report https://bugs.openfoam.org/view.php?id=2822
This commit is contained in:
Henry Weller
2018-01-31 16:43:38 +00:00
parent d049f39387
commit 7bf7ed54c6

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -276,7 +276,7 @@ EulerDdtScheme<Type>::fvcDdt
new GeometricField<Type, fvPatchField, volMesh> new GeometricField<Type, fvPatchField, volMesh>
( (
ddtIOobject, ddtIOobject,
rDeltaT.value()* rDeltaT*
( (
alpha() alpha()
*rho() *rho()