foamNewFunctionObject: script to create template code for a new function object

Run foamNewFunctionObject -h for details
This commit is contained in:
Chris Greenshields
2016-03-22 17:40:03 +00:00
parent cb65ba71d7
commit aa89254c79
8 changed files with 515 additions and 0 deletions

View File

@ -0,0 +1,4 @@
FUNCTIONOBJECT.C
FUNCTIONOBJECTFunctionObject.C
LIB = $(FOAM_USER_LIBBIN)/libFUNCTIONOBJECTFunctionObject

View File

@ -0,0 +1,7 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
-lfiniteVolume \
-lmeshTools