From 5cfba92a2a0d905bea8e216c7f491db619705a28 Mon Sep 17 00:00:00 2001 From: Sebastian Weiss <sebastian.weiss@ptb.de> Date: Tue, 25 Oct 2022 07:55:53 +0000 Subject: [PATCH] Upload New File --- src/myFunctionObjects/field/Make/options | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/myFunctionObjects/field/Make/options diff --git a/src/myFunctionObjects/field/Make/options b/src/myFunctionObjects/field/Make/options new file mode 100644 index 0000000..ac49a59 --- /dev/null +++ b/src/myFunctionObjects/field/Make/options @@ -0,0 +1,41 @@ +EXE_INC = \ + -I$(LIB_SRC)/finiteVolume/lnInclude \ + -I$(LIB_SRC)/fileFormats/lnInclude \ + -I$(LIB_SRC)/surfMesh/lnInclude \ + -I$(LIB_SRC)/meshTools/lnInclude \ + -I$(LIB_SRC)/sampling/lnInclude \ + -I$(LIB_SRC)/lagrangian/basic/lnInclude \ + -I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ + -I$(LIB_SRC)/transportModels \ + -I$(LIB_SRC)/transportModels/compressible/lnInclude \ + -I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \ + -I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \ + -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \ + -I$(LIB_SRC)/transportModels/compressible/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \ + -I$(LIB_SRC)/fvAgglomerationMethods/pairPatchAgglomeration/lnInclude + +LIB_LIBS = \ + -L$(FOAM_USER_LIBBIN) \ + -lfiniteVolume \ + -lfileFormats \ + -lsurfMesh \ + -lmeshTools \ + -lsampling \ + -llagrangian \ + -ldistributionModels \ + -lfluidThermophysicalModels \ + -lsolidThermo \ + -lincompressibleTransportModels \ + -lturbulenceModels \ + -lcompressibleTransportModels \ + -lincompressibleTurbulenceModels \ + -lcompressibleTurbulenceModels \ + -lchemistryModel \ + -lreactionThermophysicalModels \ + -lpairPatchAgglomeration -- GitLab