From df152c1ca4cc42e808f001ec8db6e152afc565af Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Tue, 24 Jul 2012 16:42:29 +0100
Subject: [PATCH] sonicFoam/ras/prism/constant/thermophysicalProperties:
 Corrected choice of thermodynamics

---
 .../sonicFoam/ras/prism/constant/thermophysicalProperties       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/compressible/sonicFoam/ras/prism/constant/thermophysicalProperties b/tutorials/compressible/sonicFoam/ras/prism/constant/thermophysicalProperties
index 8a8e41f6a32..e2a08246611 100644
--- a/tutorials/compressible/sonicFoam/ras/prism/constant/thermophysicalProperties
+++ b/tutorials/compressible/sonicFoam/ras/prism/constant/thermophysicalProperties
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-thermoType      hePsiThermo<pureMixture<constTransport<specieThermo<eConstThermo<perfectGas>,sensibleInternalEnergy>>>>;
+thermoType      hePsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>,sensibleInternalEnergy>>>>;
 
 mixture
 {
-- 
GitLab