STYLE: engineFoam: Renamed engineFoam -> XiEngineFoam and sprayEngineFoam -> engineFoam

XiEngineFoam is a premixed/partially-premixed combustion engine solver which
exclusively uses the Xi flamelet combustion model.

engineFoam is a general engine solver for inhomogeneous combustion with or
without spray supporting run-time selection of the chemistry-based combustion
model.
This commit is contained in:
Henry Weller
2017-09-19 17:01:54 +01:00
committed by Andrew Heather
parent 436b43b61f
commit 4636f190da
60 changed files with 12 additions and 18 deletions

View File

@ -0,0 +1,3 @@
XiEngineFoam.C
EXE = $(FOAM_APPBIN)/XiEngineFoam

View File

@ -1,5 +1,5 @@
EXE_INC = \
-I$(FOAM_SOLVERS)/combustion/XiFoam \
-I.. \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \

View File

@ -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
@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application
engineFoam
XiEngineFoam
Group
grpCombustionSolvers

View File

@ -1,6 +1,6 @@
EXE_INC = \
-I. \
-I../engineFoam \
-I../XiFoam/XiEngineFoam \
-I../XiFoam \
-I../../compressible/rhoPimpleFoam \
-I$(LIB_SRC)/engine/lnInclude \

View File

@ -1,3 +0,0 @@
#include "createTimeControls.H"
maxDeltaT = runTime.userTimeToTime(maxDeltaT);

View File

@ -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
@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application
sprayEngineFoam
engineFoam
Group
grpLagrangianSolvers grpMovingMeshSolvers
@ -80,7 +80,7 @@ int main(int argc, char *argv[])
runTime++;
Info<< "Crank angle = " << runTime.theta() << " CA-deg" << endl;
Info<< "Engine time = " << runTime.theta() << runTime.unit() << endl;
mesh.move();

View File

@ -1,3 +0,0 @@
sprayEngineFoam.C
EXE = $(FOAM_APPBIN)/sprayEngineFoam

View File

@ -1,3 +0,0 @@
#include "createTimeControls.H"
maxDeltaT = runTime.userTimeToTime(maxDeltaT);

View File

@ -1,4 +1,4 @@
K3PREP/100198 4-valve pentroof engine (082096/1135), 052899/1030
K3PREP/100198 4-valve pentroof engine (082096/1135), 052899/1030
35023 52043 3
1 0 0 0 0 -1
2 0 0 0 0 -1

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application engineFoam;
application XiEngineFoam;
startFrom startTime;