Skip to content

Commit

Permalink
multiphaseEulerFoam: Added libraries to the linking of the functionOb…
Browse files Browse the repository at this point in the history
…jects and fvModels libraries

so they can be loaded by foamToC to interrogate the run-time selection tables
  • Loading branch information
Henry Weller committed Aug 4, 2022
1 parent f978ff3 commit 9ec85a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ EXE_INC = \
-I$(LIB_SRC)/sampling/lnInclude

LIB_LIBS = \
-lphaseSystem \
-lmultiphaseSystems \
-leulerianInterfacialModels \
-leulerianInterfacialCompositionModels \
-lmultiphaseMomentumTransportModels \
-lmultiphaseReactions \
-lmultiphaseProperties \
-lphaseFluidThermophysicalTransportModels \
-lphaseFluidMulticomponentThermophysicalTransportModels \
-lfiniteVolume \
-lmeshTools \
-lfileFormats \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude

LIB_LIBS = \
-lphysicalProperties \
-lphaseSystem \
-lmultiphaseSystems \
-leulerianInterfacialModels \
-leulerianInterfacialCompositionModels \
-lmultiphaseMomentumTransportModels \
-lmultiphaseReactions \
-lmultiphaseProperties \
-lphaseFluidThermophysicalTransportModels \
-lphaseFluidMulticomponentThermophysicalTransportModels \
-lfiniteVolume \
-lfvModels \
-lmeshTools

0 comments on commit 9ec85a0

Please sign in to comment.