postSootFoam include path typo correction and unnecessary library removal

This commit is contained in:
ignis 2018-01-30 14:25:54 +09:00
parent 0155280f82
commit 89a6b85dd0
2 changed files with 2 additions and 5 deletions

View file

@ -18,7 +18,7 @@ EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
-I$(LIb_SRC)/thermophysicalModels/radiation/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
-I$(LIB_SRC)/ODE/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
-I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
@ -30,8 +30,6 @@ EXE_LIBS = \
-lchemistryModel \
-lcombustionModels \
-lradiationModels \
-lthermoAdd \
-lliquidProperties_kerosene \
-llagrangian \
-llagrangianIntermediate \
-llagrangianTurbulence \

View file

@ -1,2 +1 @@
volScalarField& psi = thermo.psi();
psi.writeOpt() = IOobject::AUTO_WRITE;
const volScalarField& psi = thermo.psi();