mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected application Make/options for AMI
This commit is contained in:
@ -50,4 +50,5 @@ EXE_LIBS = \
|
||||
-lpyrolysisModels \
|
||||
-llagrangianIntermediate \
|
||||
-lODE \
|
||||
-lsampling
|
||||
-lsampling \
|
||||
-lAMIInterpolation
|
||||
|
||||
@ -21,4 +21,5 @@ EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools \
|
||||
-lthermoBaffleModels \
|
||||
-lregionModels
|
||||
-lregionModels \
|
||||
-lAMIInterpolation
|
||||
|
||||
@ -20,5 +20,4 @@ EXE_LIBS = \
|
||||
-lcompressibleTurbulenceModel \
|
||||
-lcompressibleRASModels \
|
||||
-lcompressibleLESModels \
|
||||
-lradiationModels \
|
||||
-lcoupledDerivedFvPatchFields
|
||||
-lradiationModels
|
||||
|
||||
@ -47,4 +47,6 @@ EXE_LIBS = \
|
||||
-lregionModels \
|
||||
-lsurfaceFilmModels \
|
||||
-lsampling \
|
||||
-lcombustionModels
|
||||
-lcombustionModels \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -50,4 +50,6 @@ EXE_LIBS = \
|
||||
-lsurfaceFilmModels \
|
||||
-lODE \
|
||||
-lsampling \
|
||||
-lcombustionModels
|
||||
-lcombustionModels \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -36,4 +36,6 @@ EXE_LIBS = \
|
||||
-ldynamicMesh \
|
||||
-ldynamicFvMesh \
|
||||
-ltopoChangerFvMesh \
|
||||
-lsampling
|
||||
-lsampling \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -29,4 +29,6 @@ EXE_LIBS = \
|
||||
-lmeshTools \
|
||||
-lregionModels \
|
||||
-lsurfaceFilmModels \
|
||||
-lsampling
|
||||
-lsampling \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -49,4 +49,6 @@ EXE_LIBS = \
|
||||
-lregionModels \
|
||||
-lsurfaceFilmModels \
|
||||
-lsampling \
|
||||
-lcombustionModels
|
||||
-lcombustionModels \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -44,4 +44,6 @@ EXE_LIBS = \
|
||||
-llagrangianIntermediate \
|
||||
-lODE \
|
||||
-lsampling \
|
||||
-lcombustionModels
|
||||
-lcombustionModels \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -48,4 +48,6 @@ EXE_LIBS = \
|
||||
-lregionModels \
|
||||
-lsurfaceFilmModels \
|
||||
-lsampling \
|
||||
-lcombustionModels
|
||||
-lcombustionModels \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -50,4 +50,6 @@ EXE_LIBS = \
|
||||
-lregionModels \
|
||||
-lsurfaceFilmModels \
|
||||
-lsampling \
|
||||
-lcombustionModels
|
||||
-lcombustionModels \
|
||||
-lAMIInterpolation
|
||||
|
||||
|
||||
@ -27,4 +27,5 @@ EXE_LIBS = \
|
||||
-lmeshTools \
|
||||
-lregionModels \
|
||||
-lsurfaceFilmModels \
|
||||
-lsampling
|
||||
-lsampling \
|
||||
-lAMIInterpolation
|
||||
|
||||
@ -13,6 +13,7 @@ EXE_INC = \
|
||||
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
|
||||
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
||||
-I$(LIB_SRC)/turbulenceModels \
|
||||
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude \
|
||||
-I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
|
||||
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
|
||||
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
|
||||
|
||||
Reference in New Issue
Block a user