From 89a6b85dd06f7bd7e18c664675b4a14688f29077 Mon Sep 17 00:00:00 2001 From: ignis Date: Tue, 30 Jan 2018 14:25:54 +0900 Subject: [PATCH] postSootFoam include path typo correction and unnecessary library removal --- applications/solvers/combustion/postSootFoam/Make/options | 4 +--- .../solvers/combustion/postSootFoam/createFieldRefs.H | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/applications/solvers/combustion/postSootFoam/Make/options b/applications/solvers/combustion/postSootFoam/Make/options index 48e2394a3..dbaad516f 100644 --- a/applications/solvers/combustion/postSootFoam/Make/options +++ b/applications/solvers/combustion/postSootFoam/Make/options @@ -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 \ diff --git a/applications/solvers/combustion/postSootFoam/createFieldRefs.H b/applications/solvers/combustion/postSootFoam/createFieldRefs.H index e28f8b963..502b3b423 100644 --- a/applications/solvers/combustion/postSootFoam/createFieldRefs.H +++ b/applications/solvers/combustion/postSootFoam/createFieldRefs.H @@ -1,2 +1 @@ -volScalarField& psi = thermo.psi(); -psi.writeOpt() = IOobject::AUTO_WRITE; +const volScalarField& psi = thermo.psi();