Skip to content
Snippets Groups Projects
Commit 486df96f authored by sergio's avatar sergio Committed by Andrew Heather
Browse files

ENH: Re-ordering compilation phaseSystemModels

parent dc04980d
Branches
Tags
1 merge request!333support eulersolver heat transfer fo
Showing
with 13 additions and 14 deletions
......@@ -36,5 +36,6 @@ EXE_LIBS = \
-lradiationModels \
-lregionModels \
-lsampling \
-lreactingPhaseSystem \
-lreactingTwoPhaseSystem
-lreactingTwoPhaseSystem \
-lreactingPhaseSystem
......@@ -4,9 +4,7 @@ cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------
wmakeLnInclude reactingEulerFoam/interfacialCompositionModels
wmakeLnInclude reactingEulerFoam/interfacialModels
wmakeLnInclude reactingEulerFoam/derivedFvPatchFields
wmakeLnInclude reactingEulerFoam/phaseSystems
case "$WM_COMPILER" in
Mingw*)
......@@ -18,7 +16,6 @@ esac
#------------------------------------------------------------------------------
wmake $targetType reactingEulerFoam/phaseSystems
wmake $targetType reactingEulerFoam/interfacialModels
wmake $targetType reactingEulerFoam/interfacialCompositionModels
wmake $targetType reactingEulerFoam/derivedFvPatchFields
......@@ -29,4 +26,6 @@ wmake $targetType reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseCompr
wmake $targetType reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseSystem
wmake $targetType reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels
wmake $targetType reactingEulerFoam/phaseSystems
#------------------------------------------------------------------------------
......@@ -15,7 +15,6 @@ LIB_LIBS = \
-lfiniteVolume \
-lfvOptions \
-lmeshTools \
-lreactingPhaseSystem \
-lreactingEulerianInterfacialModels \
-lreactingEulerianInterfacialCompositionModels \
-lturbulenceModels \
......
......@@ -15,6 +15,5 @@ LIB_LIBS = \
-lfluidThermophysicalModels \
-lcompressibleTransportModels \
-lspecie \
-lreactingPhaseSystem \
-lturbulenceModels \
-lcompressibleTurbulenceModels
......@@ -24,4 +24,9 @@ LIB_LIBS = \
-lcompressibleTransportModels \
-lturbulenceModels \
-lcompressibleTurbulenceModels \
-lcombustionModels
-lcombustionModels \
-lreactingEulerianInterfacialCompositionModels \
-lreactingEulerianInterfacialModels \
-lreactingEulerianFvPatchFields \
-lmultiphaseReactingTurbulenceModels \
-ltwoPhaseReactingTurbulenceModels
......@@ -19,7 +19,6 @@ LIB_LIBS = \
-lfiniteVolume \
-lfvOptions \
-lmeshTools \
-lreactingPhaseSystem \
-lreactingMultiphaseSystem \
-lreactingEulerianInterfacialModels \
-lreactingEulerianInterfacialCompositionModels \
......
......@@ -22,5 +22,4 @@ LIB_LIBS = \
-lfvOptions \
-lmeshTools \
-lsampling \
-lcombustionModels \
-lreactingPhaseSystem
-lcombustionModels
......@@ -17,7 +17,6 @@ LIB_LIBS = \
-lfiniteVolume \
-lfvOptions \
-lmeshTools \
-lreactingPhaseSystem \
-lreactingTwoPhaseSystem \
-lreactingEulerianInterfacialModels \
-lreactingEulerianInterfacialCompositionModels \
......
......@@ -21,6 +21,5 @@ LIB_LIBS = \
-lmeshTools \
-lsampling \
-lcombustionModels \
-lreactingPhaseSystem \
-lturbulenceModels \
-lcompressibleTurbulenceModels
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