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 \
|
-lpyrolysisModels \
|
||||||
-llagrangianIntermediate \
|
-llagrangianIntermediate \
|
||||||
-lODE \
|
-lODE \
|
||||||
-lsampling
|
-lsampling \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|||||||
@ -21,4 +21,5 @@ EXE_LIBS = \
|
|||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
-lthermoBaffleModels \
|
-lthermoBaffleModels \
|
||||||
-lregionModels
|
-lregionModels \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|||||||
@ -20,5 +20,4 @@ EXE_LIBS = \
|
|||||||
-lcompressibleTurbulenceModel \
|
-lcompressibleTurbulenceModel \
|
||||||
-lcompressibleRASModels \
|
-lcompressibleRASModels \
|
||||||
-lcompressibleLESModels \
|
-lcompressibleLESModels \
|
||||||
-lradiationModels \
|
-lradiationModels
|
||||||
-lcoupledDerivedFvPatchFields
|
|
||||||
|
|||||||
@ -47,4 +47,6 @@ EXE_LIBS = \
|
|||||||
-lregionModels \
|
-lregionModels \
|
||||||
-lsurfaceFilmModels \
|
-lsurfaceFilmModels \
|
||||||
-lsampling \
|
-lsampling \
|
||||||
-lcombustionModels
|
-lcombustionModels \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -50,4 +50,6 @@ EXE_LIBS = \
|
|||||||
-lsurfaceFilmModels \
|
-lsurfaceFilmModels \
|
||||||
-lODE \
|
-lODE \
|
||||||
-lsampling \
|
-lsampling \
|
||||||
-lcombustionModels
|
-lcombustionModels \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -36,4 +36,6 @@ EXE_LIBS = \
|
|||||||
-ldynamicMesh \
|
-ldynamicMesh \
|
||||||
-ldynamicFvMesh \
|
-ldynamicFvMesh \
|
||||||
-ltopoChangerFvMesh \
|
-ltopoChangerFvMesh \
|
||||||
-lsampling
|
-lsampling \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -29,4 +29,6 @@ EXE_LIBS = \
|
|||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
-lregionModels \
|
-lregionModels \
|
||||||
-lsurfaceFilmModels \
|
-lsurfaceFilmModels \
|
||||||
-lsampling
|
-lsampling \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -49,4 +49,6 @@ EXE_LIBS = \
|
|||||||
-lregionModels \
|
-lregionModels \
|
||||||
-lsurfaceFilmModels \
|
-lsurfaceFilmModels \
|
||||||
-lsampling \
|
-lsampling \
|
||||||
-lcombustionModels
|
-lcombustionModels \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -44,4 +44,6 @@ EXE_LIBS = \
|
|||||||
-llagrangianIntermediate \
|
-llagrangianIntermediate \
|
||||||
-lODE \
|
-lODE \
|
||||||
-lsampling \
|
-lsampling \
|
||||||
-lcombustionModels
|
-lcombustionModels \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -48,4 +48,6 @@ EXE_LIBS = \
|
|||||||
-lregionModels \
|
-lregionModels \
|
||||||
-lsurfaceFilmModels \
|
-lsurfaceFilmModels \
|
||||||
-lsampling \
|
-lsampling \
|
||||||
-lcombustionModels
|
-lcombustionModels \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -50,4 +50,6 @@ EXE_LIBS = \
|
|||||||
-lregionModels \
|
-lregionModels \
|
||||||
-lsurfaceFilmModels \
|
-lsurfaceFilmModels \
|
||||||
-lsampling \
|
-lsampling \
|
||||||
-lcombustionModels
|
-lcombustionModels \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|
||||||
|
|||||||
@ -27,4 +27,5 @@ EXE_LIBS = \
|
|||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
-lregionModels \
|
-lregionModels \
|
||||||
-lsurfaceFilmModels \
|
-lsurfaceFilmModels \
|
||||||
-lsampling
|
-lsampling \
|
||||||
|
-lAMIInterpolation
|
||||||
|
|||||||
@ -13,6 +13,7 @@ EXE_INC = \
|
|||||||
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
|
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
|
||||||
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
||||||
-I$(LIB_SRC)/turbulenceModels \
|
-I$(LIB_SRC)/turbulenceModels \
|
||||||
|
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude \
|
||||||
-I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
|
-I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
|
||||||
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
|
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
|
||||||
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
|
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
|
||||||
|
|||||||
Reference in New Issue
Block a user