Moved the "generic" BCs into a separate library and included it only in those utilities

which need this functionality.  Solvers will now check the correctness of the BCs on
read.
This commit is contained in:
henry
2009-08-04 22:13:54 +01:00
parent 1e6e335f5b
commit d4864d9b6e
65 changed files with 96 additions and 36 deletions

View File

@ -4,4 +4,5 @@ EXE_INC = \
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields \
-lmeshTools

View File

@ -9,5 +9,5 @@ EXE_LIBS = \
-lbasicThermophysicalModels \
-lspecie \
-lcompressibleRASModels \
-lfiniteVolume
-lfiniteVolume \
-lgenericPatchFields

View File

@ -1,4 +1,7 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = -lfiniteVolume
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields

View File

@ -8,4 +8,5 @@ EXE_LIBS = \
-lsampling \
-lmeshTools \
-llagrangian \
-lfiniteVolume
-lfiniteVolume \
-lgenericPatchFields

View File

@ -4,4 +4,5 @@ EXE_INC = \
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields \
-lmeshTools