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 43b3961dc8
commit 9cd9a9f364
59 changed files with 252 additions and 137 deletions

View File

@ -1,5 +1,4 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
@ -10,10 +9,10 @@ EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/laminarFlameSpeed/lnInclude \
-I$(LIB_SRC)/ODE/lnInclude\
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lturbulenceModels \
-lcompressibleTurbulenceModels \
-lreactionThermophysicalModels \
@ -22,4 +21,6 @@ EXE_LIBS = \
-lchemistryModel \
-lODE \
-lthermophysicalFunctions \
-lspecie
-lspecie \
-lfiniteVolume \
-lmeshTools