ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1421
This commit is contained in:
Henry
2015-03-24 15:23:01 +00:00
parent 0178146f3e
commit a20b46df89
59 changed files with 252 additions and 137 deletions

View File

@ -1,6 +1,8 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lgenericPatchFields \
-lfiniteVolume \
-lgenericPatchFields
-lmeshTools

View File

@ -6,15 +6,17 @@ EXE_INC = \
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lturbulenceModels \
-lcompressibleTurbulenceModels \
-lreactionThermophysicalModels \
-lfiniteVolume \
-lgenericPatchFields \
-lspecie \
-lcompressibleTransportModels \
-lfluidThermophysicalModels \
-lsolidThermo
-lsolidThermo \
-lfiniteVolume \
-lmeshTools

View File

@ -6,7 +6,8 @@ EXE_INC = \
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lturbulenceModels \
@ -16,5 +17,6 @@ EXE_LIBS = \
-lcompressibleTransportModels \
-lfluidThermophysicalModels \
-lspecie \
-lgenericPatchFields \
-lfiniteVolume \
-lgenericPatchFields
-lmeshTools