mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: Added new cloudInfo function object
This commit is contained in:
4
src/postProcessing/functionObjects/cloud/Make/files
Normal file
4
src/postProcessing/functionObjects/cloud/Make/files
Normal file
@ -0,0 +1,4 @@
|
||||
cloudInfo/cloudInfo.C
|
||||
cloudInfo/cloudInfoFunctionObject.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libcloudFunctionObjects
|
||||
9
src/postProcessing/functionObjects/cloud/Make/options
Normal file
9
src/postProcessing/functionObjects/cloud/Make/options
Normal file
@ -0,0 +1,9 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
||||
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-llagrangian \
|
||||
-llagrangianIntermediate
|
||||
Reference in New Issue
Block a user