postSootFoam include path typo correction and unnecessary library removal
This commit is contained in:
parent
0155280f82
commit
89a6b85dd0
2 changed files with 2 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
volScalarField& psi = thermo.psi();
|
||||
psi.writeOpt() = IOobject::AUTO_WRITE;
|
||||
const volScalarField& psi = thermo.psi();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue