From d0577a72537dd28553e18fff19f0fc4c2348adf1 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 1 Aug 2022 17:38:38 +0100 Subject: [PATCH] etc/codeTemplates/dynamicCode: Updated thermo templates --- etc/codeTemplates/dynamicCode/fluidMulticomponentThermo | 2 +- etc/codeTemplates/dynamicCode/psiuMulticomponentThermo | 2 +- etc/codeTemplates/dynamicCode/rhoMulticomponentThermo | 2 +- etc/codeTemplates/dynamicCode/rhoMulticomponentThermoTemplate.C | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/codeTemplates/dynamicCode/fluidMulticomponentThermo b/etc/codeTemplates/dynamicCode/fluidMulticomponentThermo index 9ebde2d6bf..e402b49227 100644 --- a/etc/codeTemplates/dynamicCode/fluidMulticomponentThermo +++ b/etc/codeTemplates/dynamicCode/fluidMulticomponentThermo @@ -101,7 +101,7 @@ EXE_INC = \ -I$(LIB_SRC)/physicalProperties/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ - -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/multicomponentThermo/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude #}; diff --git a/etc/codeTemplates/dynamicCode/psiuMulticomponentThermo b/etc/codeTemplates/dynamicCode/psiuMulticomponentThermo index 7b11275f7a..cb06aefc92 100644 --- a/etc/codeTemplates/dynamicCode/psiuMulticomponentThermo +++ b/etc/codeTemplates/dynamicCode/psiuMulticomponentThermo @@ -72,7 +72,7 @@ codeOptions #{ EXE_INC = \ -I$(LIB_SRC)/physicalProperties/lnInclude \ - -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/multicomponentThermo/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude diff --git a/etc/codeTemplates/dynamicCode/rhoMulticomponentThermo b/etc/codeTemplates/dynamicCode/rhoMulticomponentThermo index 2d5fcde835..a5b77cf7e2 120000 --- a/etc/codeTemplates/dynamicCode/rhoMulticomponentThermo +++ b/etc/codeTemplates/dynamicCode/rhoMulticomponentThermo @@ -1 +1 @@ -fluidReactionThermo \ No newline at end of file +fluidMulticomponentThermo \ No newline at end of file diff --git a/etc/codeTemplates/dynamicCode/rhoMulticomponentThermoTemplate.C b/etc/codeTemplates/dynamicCode/rhoMulticomponentThermoTemplate.C index 61fd23e25d..a73eb18df8 120000 --- a/etc/codeTemplates/dynamicCode/rhoMulticomponentThermoTemplate.C +++ b/etc/codeTemplates/dynamicCode/rhoMulticomponentThermoTemplate.C @@ -1 +1 @@ -fluidReactionThermoTemplate.C \ No newline at end of file +fluidMulticomponentThermoTemplate.C \ No newline at end of file