From b0f29324b2604ba470776d4eaeff889ed9aee0c7 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 20 Jun 2008 14:02:07 +0100 Subject: [PATCH] minor fixes --- applications/solvers/multiphase/twoPhaseEulerFoam/Make/options | 2 +- .../bed2/constant/{turbulenceProperties => RASProperties} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tutorials/twoPhaseEulerFoam/bed2/constant/{turbulenceProperties => RASProperties} (100%) diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/Make/options b/applications/solvers/multiphase/twoPhaseEulerFoam/Make/options index e33ed6613b..3e7b346fe2 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/Make/options +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/Make/options @@ -2,7 +2,7 @@ EXE_INC = \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/transportModels/incompressible/lnInclude \ -IturbulenceModel \ - -IkineticTheoryModel/lnInclude \ + -IkineticTheoryModels/lnInclude \ -IinterfacialModels/lnInclude \ -IphaseModel/lnInclude \ -Iaveraging diff --git a/tutorials/twoPhaseEulerFoam/bed2/constant/turbulenceProperties b/tutorials/twoPhaseEulerFoam/bed2/constant/RASProperties similarity index 100% rename from tutorials/twoPhaseEulerFoam/bed2/constant/turbulenceProperties rename to tutorials/twoPhaseEulerFoam/bed2/constant/RASProperties