IATE: Corrected dilatation source

This commit is contained in:
Henry Weller
2018-02-12 11:48:00 +00:00
parent eba00df061
commit 5bff8d9dd1
2 changed files with 4 additions and 4 deletions

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) 2013-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -122,7 +122,7 @@ void Foam::diameterModels::IATE::correct()
( (
max max
( (
fvc::average(phase_ + phase_.oldTime()), 0.5*fvc::average(phase_ + phase_.oldTime()),
residualAlpha_ residualAlpha_
) )
); );

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) 2013-2015 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -143,7 +143,7 @@ void Foam::diameterModels::IATE::correct()
(1.0/3.0) (1.0/3.0)
/max /max
( (
fvc::average(phase_ + phase_.oldTime()), 0.5*fvc::average(phase_ + phase_.oldTime()),
residualAlpha_ residualAlpha_
) )
) )