mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
driftFluxFoam/relativeVelocityModels/general/general:: Corrected construction of residualAlpha
This commit is contained in:
@ -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) 2014-2015 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2014-2016 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -50,7 +50,7 @@ Foam::relativeVelocityModels::general::general
|
|||||||
a_("a", dimless, dict),
|
a_("a", dimless, dict),
|
||||||
a1_("a1", dimless, dict),
|
a1_("a1", dimless, dict),
|
||||||
V0_("V0", dimVelocity, dict),
|
V0_("V0", dimVelocity, dict),
|
||||||
residualAlpha_(dict.lookup("residualAlpha"))
|
residualAlpha_("residualAlpha", dimless, dict)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user