interMixingFoam: Renamed alphaEqns.H and alphaEqnsSubCycle.H for consistency with interFoam
This commit is contained in:
parent
a3a7f5f0e6
commit
e5b5a34014
3 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ if (nAlphaSubCycles > 1)
|
|||
!(++alphaSubCycle).end();
|
||||
)
|
||||
{
|
||||
#include "alphaEqns.H"
|
||||
#include "alphaEqn.H"
|
||||
rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi;
|
||||
}
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ if (nAlphaSubCycles > 1)
|
|||
}
|
||||
else
|
||||
{
|
||||
#include "alphaEqns.H"
|
||||
#include "alphaEqn.H"
|
||||
}
|
||||
|
||||
{
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -93,7 +93,7 @@ int main(int argc, char *argv[])
|
|||
while (pimple.loop())
|
||||
{
|
||||
#include "alphaControls.H"
|
||||
#include "alphaEqnsSubCycle.H"
|
||||
#include "alphaEqnSubCycle.H"
|
||||
|
||||
mixture.correct();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue