From 3b94d445ef1b9972a15e04a7beda719715a823fc Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Fri, 19 Mar 2021 18:45:59 +0100
Subject: [PATCH] DOC: update release notes for OpenFOAM reader

---
 .../release/dev/OpenFOAMReader-updates.md      | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/Documentation/release/dev/OpenFOAMReader-updates.md b/Documentation/release/dev/OpenFOAMReader-updates.md
index 4a4bd676697..9fabb4bd394 100644
--- a/Documentation/release/dev/OpenFOAMReader-updates.md
+++ b/Documentation/release/dev/OpenFOAMReader-updates.md
@@ -37,8 +37,6 @@
 
 - support floating-point dimensions entries (fixes #18103)
 
-- respect point patch value fields (fixes #18125)
-
 - properly handle empty zones
 
 - improve zone addressing and handling. Basic support for face zones
@@ -58,3 +56,19 @@
   - Drop old OpenFOAM 1.3 cloud naming.
     These were simply dumped into the time directory without any region
     qualifications. Defunct since about 2007.
+
+2021-03-19
+
+# OpenFOAM bugfixes / improvements
+
+- respect point patch value fields (fixes #18125),
+  use the correct "visit" order for the points
+
+- remove hard-coded limits on polyhedral size
+
+  For some systems, can have a so-called "single-cell" OpenFOAM mesh
+  with a single polyhedral cell that has LOTS of faces.
+
+  This can be used for mapping surface noise data to retain most of
+  the geometry but entirely discarding the internal field. It can also
+  potentially arise from finiteArea situations.
-- 
GitLab