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