Skip to content
Snippets Groups Projects
Commit b3649157 authored by Andrew Heather's avatar Andrew Heather
Browse files

COMP: foamList - removed corruption error on exit

parent c187e9b5
No related branches found
No related tags found
No related merge requests found
...@@ -38,28 +38,22 @@ EXE_LIBS = \ ...@@ -38,28 +38,22 @@ EXE_LIBS = \
-lfvMotionSolvers \ -lfvMotionSolvers \
-lfvOptions \ -lfvOptions \
-lgenericPatchFields \ -lgenericPatchFields \
-limmiscibleIncompressibleTwoPhaseMixture \
-lincompressibleTransportModels \ -lincompressibleTransportModels \
-lincompressibleTurbulenceModels \ -lincompressibleTurbulenceModels \
-linterfaceProperties \ -llagrangian \
-llagrangianFunctionObjects \ -llagrangianFunctionObjects \
-llagrangianIntermediate \ -llagrangianIntermediate \
-llagrangian \
-llagrangianSpray \ -llagrangianSpray \
-llagrangianTurbulence \ -llagrangianTurbulence \
-llaminarFlameSpeedModels \ -llaminarFlameSpeedModels \
-lthermophysicalProperties \
-lmeshTools \ -lmeshTools \
-lmolecularMeasurements \ -lmolecularMeasurements \
-lmolecule \ -lmolecule \
-lODE \ -lODE \
-lOpenFOAM \
-lpairPatchAgglomeration \ -lpairPatchAgglomeration \
-lphaseChangeTwoPhaseMixtures \
-lpotential \ -lpotential \
-lpyrolysisModels \ -lpyrolysisModels \
-lradiationModels \ -lradiationModels \
-lrandomProcesses \
-lreactingEulerianInterfacialCompositionModels \ -lreactingEulerianInterfacialCompositionModels \
-lreactingEulerianInterfacialModels \ -lreactingEulerianInterfacialModels \
-lreactingPhaseSystem \ -lreactingPhaseSystem \
...@@ -88,10 +82,17 @@ EXE_LIBS = \ ...@@ -88,10 +82,17 @@ EXE_LIBS = \
-lsurfaceFilmModels \ -lsurfaceFilmModels \
-lsurfMesh \ -lsurfMesh \
-lthermalBaffleModels \ -lthermalBaffleModels \
-lthermophysicalProperties \
-ltopoChangerFvMesh \ -ltopoChangerFvMesh \
-lturbulenceModels \ -lturbulenceModels \
-ltwoPhaseMixture \ -ltwoPhaseMixture \
-ltwoPhaseMixtureThermo \
-ltwoPhaseProperties \
-ltwoPhaseReactingTurbulenceModels \ -ltwoPhaseReactingTurbulenceModels \
-lutilityFunctionObjects -lutilityFunctionObjects
/*
Combinations of the following libs leads to corruption errors... ?
-limmiscibleIncompressibleTwoPhaseMixture \
-linterfaceProperties \
-lphaseChangeTwoPhaseMixtures \
-ltwoPhaseMixtureThermo \
-ltwoPhaseProperties \
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment