From 9d8383ae9977c361bec7cfec11047dbe669dd958 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Mon, 18 Oct 2010 13:08:52 +0100
Subject: [PATCH] ENH: Updated release notes re: thermo Istream->dictionary i/o
 changes

---
 ReleaseNotes-dev | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/ReleaseNotes-dev b/ReleaseNotes-dev
index 6c2ba2cf3e1..12aa0ed4855 100644
--- a/ReleaseNotes-dev
+++ b/ReleaseNotes-dev
@@ -36,7 +36,22 @@
     + Large number of code refinements and consistency improvements to support
       other developments.
 *** Turbulence modelling
-*** Thermo-physical Models
+*** *Updated* thermophysical libraries
+    + Now use the more descriptive dictionary input format, e.g. for a single
+      component mixture:
+
+    thermoType      hPsiThermo<pureMixture<sutherlandTransport<specieThermo<hConstThermo<perfectGas>>>>>;
+
+    mixture
+    {
+        nMoles      1;
+        molWeight   28.9;
+        Cp          1007;
+        Hf          0;
+        As          1.4792e-06;
+        Ts          116;
+    }
+
 *** DSMC
 *** Dynamic Mesh
 *** Numerics
-- 
GitLab