IATE: Corrected dilatation source
This commit is contained in:
parent
4f6c254859
commit
ac06239575
2 changed files with 4 additions and 4 deletions
|
|
@ -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_
|
||||
)
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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_
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue