IATE: Corrected dilatation source

This commit is contained in:
Henry Weller
2018-02-12 11:49:19 +00:00
parent 4f6c254859
commit ac06239575
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -122,7 +122,7 @@ void Foam::diameterModels::IATE::correct()
(
max
(
fvc::average(phase_ + phase_.oldTime()),
0.5*fvc::average(phase_ + phase_.oldTime()),
residualAlpha_
)
);

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -143,7 +143,7 @@ void Foam::diameterModels::IATE::correct()
(1.0/3.0)
/max
(
fvc::average(phase_ + phase_.oldTime()),
0.5*fvc::average(phase_ + phase_.oldTime()),
residualAlpha_
)
)