resolving update issues solverpimplechem

This commit is contained in:
ekinaci
2017-02-03 13:03:16 +01:00
parent f30f8fd62b
commit 8e96e7d59a
2 changed files with 7 additions and 2 deletions

View File

@ -27,6 +27,8 @@ EXE_INC = \
-I$(LIB_SRC)/ODE/lnInclude \
-I$(LIB_SRC)/combustionModels/lnInclude \
-I$(FOAM_SOLVERS)/combustion/reactingFoam \
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \

View File

@ -30,11 +30,14 @@ Description
#include "fvCFD.H"
#include "psiThermo.H"
#include "turbulenceModel.H"
#include "turbulentFluidThermoModel.H"
#include "localEulerDdtScheme.H"
#include "psiCombustionModel.H"
#include "bound.H"
#include "pimpleControl.H"
#include "fvIOoptionList.H"
#include "fvOptions.H"
#include "fvcSmooth.H"
#include "cfdemCloudEnergy.H"
#include "implicitCouple.H"