interMixingFoam: Renamed alphaEqns.H and alphaEqnsSubCycle.H for consistency with interFoam

This commit is contained in:
Henry Weller
2017-02-08 20:46:31 +00:00
parent 9d85d34f3a
commit 3879cf48fb
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ if (nAlphaSubCycles > 1)
!(++alphaSubCycle).end(); !(++alphaSubCycle).end();
) )
{ {
#include "alphaEqns.H" #include "alphaEqn.H"
rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi; rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi;
} }
@ -27,7 +27,7 @@ if (nAlphaSubCycles > 1)
} }
else else
{ {
#include "alphaEqns.H" #include "alphaEqn.H"
} }
{ {

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) 2011-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -93,7 +93,7 @@ int main(int argc, char *argv[])
while (pimple.loop()) while (pimple.loop())
{ {
#include "alphaControls.H" #include "alphaControls.H"
#include "alphaEqnsSubCycle.H" #include "alphaEqnSubCycle.H"
mixture.correct(); mixture.correct();