driftFluxFoam/relativeVelocityModels/general/general:: Corrected construction of residualAlpha

This commit is contained in:
Henry Weller
2016-03-15 20:33:06 +00:00
parent 662f123ad8
commit 01cdde52b9

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) 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)
{} {}