added proof-of-concept test/fvSolutionCombine

- could also move to utilities/miscellaneous

- the dictionary compare contents might be useful enough to move
  into dictionary code.

- usage example (w/o -rewrite):

      for i in $(find -name fvSolution)
      do
          fvSolutionCombine -case "${i%/system/fvSolution}"
      done
This commit is contained in:
Mark Olesen
2009-08-01 13:03:49 +02:00
parent 54a8b6a152
commit b8c4e1f49e
3 changed files with 237 additions and 0 deletions

View File

@ -0,0 +1,3 @@
fvSolutionCombine.C
EXE = $(FOAM_USER_APPBIN)/fvSolutionCombine

View File

@ -0,0 +1,5 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lfiniteVolume