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
parent 24a06d3bae
commit 50912f87cf
60 changed files with 10 additions and 16 deletions

View File

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

View File

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

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

View File

@ -1,6 +1,6 @@
EXE_INC = \ EXE_INC = \
-I. \ -I. \
-I../engineFoam \ -I../XiFoam/XiEngineFoam \
-I../XiFoam \ -I../XiFoam \
-I../../compressible/rhoPimpleFoam \ -I../../compressible/rhoPimpleFoam \
-I$(LIB_SRC)/engine/lnInclude \ -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 \\ / 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
@ -77,7 +77,7 @@ int main(int argc, char *argv[])
runTime++; runTime++;
Info<< "Crank angle = " << runTime.theta() << " CA-deg" << endl; Info<< "Engine time = " << runTime.theta() << runTime.unit() << endl;
mesh.move(); 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 35023 52043 3
1 0 0 0 0 -1 1 0 0 0 0 -1
2 0 0 0 0 -1 2 0 0 0 0 -1

View File

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