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,8 +1,10 @@
EXE_INC = \
-I./tabulatedWallFunction/lnInclude \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-ltabulatedWallFunctions \
-lfiniteVolume
-lfiniteVolume \
-lmeshTools