-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes.html
645 lines (565 loc) · 24.8 KB
/
ReleaseNotes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-09-20 Tue 09:35 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><b>Release notes for foam-extend-5.0</b> <b>Version 5.0 - Cambridge</b></title>
<meta name="generator" content="Org mode" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2019 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title"><b>Release notes for foam-extend-5.0</b> <b>Version 5.0 - Cambridge</b></h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#org91c5e77">1. Overview</a></li>
<li><a href="#org5f93325">2. Installation</a></li>
<li><a href="#org1564cfd">3. Compatibility</a></li>
<li><a href="#orge965305">4. Main differentiators between foam-extend and OpenFOAM</a></li>
<li><a href="#org58de222">5. New features in foam-extend-5.0, since foam-extend-4.1</a></li>
<li><a href="#orgda5bb1e">6. Major new features:</a></li>
<li><a href="#orgc6c30d8">7. Software engineering</a></li>
<li><a href="#org804948d">8. Consistency with previous version</a></li>
<li><a href="#org7d3852e">9. Overview of Development</a></li>
<li><a href="#orgd5f40f4">10. Reporting bugs</a></li>
<li><a href="#org99c69c6">11. How to contribute</a></li>
<li><a href="#org2b35aaf">12. List of Contributors:</a></li>
</ul>
</div>
</div>
<p>
###############################################################################
</p>
<div id="outline-container-org91c5e77" class="outline-2">
<h2 id="org91c5e77"><span class="section-number-2">1</span> Overview</h2>
<div class="outline-text-2" id="text-1">
<p>
The foam-extend project is a fork of the OpenFOAM® open source
library for Computational Fluid Dynamics (CFD). It is an open
project welcoming and integrating contributions from all users and
developers. Previously known as OpenFOAM-dev and OpenFOAM-extend,
it contains bug fixes and performance improvements, as well as
extensions and additional features provided by community
contributors (see file ListOfContributors).
For a full list, see below and previous release notes at:
<a href="http://sourceforge.net/p/foam-extend/wiki/Home/">http://sourceforge.net/p/foam-extend/wiki/Home/</a>
</p>
<p>
Version 5.0, nicknamed "Cambridge", is the current version of
foam-extend. The release continues the tradition and spirit of the
original FOAM code developed by prof. Jasak and Mr. Weller during
their time at Imperial College and released as the general purpose
CFD/CCM package by Nabla Ltd. in 2000. In this spirit, we reverted
18 December 2013 to the original numbering scheme (foam-2.3.2, 13
December 2004) as release number 3.0. Visit <a href="http://foam-extend.org">http://foam-extend.org</a>
for more information.
</p>
<p>
OPENFOAM is a registered trademark of ESI Group. OpenFOAM-extend and
foam-extend are a community effort not endorsed by ESI Group.
</p>
<p>
This is a major release of foam-extend-5.0 created from the
nextRelease branch of foam-extend-4.1 which consolidates
cumulative development since 14 October 2019.
</p>
</div>
</div>
<div id="outline-container-org5f93325" class="outline-2">
<h2 id="org5f93325"><span class="section-number-2">2</span> Installation</h2>
<div class="outline-text-2" id="text-2">
<p>
foam-extend-5.0 can be compiled and runs on a large variety of Linux, Mac or Windows
systems
</p>
<ul class="org-ul">
<li>Main supported OSs:
<ul class="org-ul">
<li>Ubuntu 20.04 LTS</li>
<li>Ubuntu 22.04 LTS</li>
<li>Ubuntu 18.04 LTS</li>
<li>Mac OS X</li>
<li>Microsoft Windows 10</li>
</ul></li>
<li><p>
Compile from source:
</p>
<p>
Please refer to doc/buildInstructions/ for details. Further
installation instruction are available on the unofficial OpenFOAM
Wiki:
<a href="http://openfoamwiki.net/index.php/Installation/Linux/foam-extend-4.1">http://openfoamwiki.net/index.php/Installation/Linux/foam-extend-4.1</a>
If you have improvements or build instructions for a new system,
please share them with the community (see section "How to
contribute", below).
</p></li>
<li><p>
Download binary packages:
</p>
<p>
Binary packages are available for download at
<a href="http://sourceforge.net/projects/foam-extend/">http://sourceforge.net/projects/foam-extend/</a> for the following
systems: Ubuntu 20.04, Ubuntu 22.04, Ubuntu 18.04 and Windows 10
</p></li>
<li>Accompanying ThirdParty software:
<ul class="org-ul">
<li>gcc compatibility up to 11.2</li>
<li>bison 3.8.2</li>
<li>cmake 3.22.1</li>
<li>flex-2.6.4</li>
<li>hwloc 2.0.1</li>
<li>libccmio 2.6.1</li>
<li>mesquite 2.3.0</li>
<li>metis 5.1.0</li>
<li>openmpi 4.1.2</li>
<li>parmetis 4.0.3</li>
<li>ParMGridGen 1.0</li>
<li>PyFoam 0.6.4</li>
<li>scotch 6.0.9</li>
<li>pyFoam 0.6.9</li>
</ul></li>
</ul>
<ul class="org-ul">
<li>The code has been developed on Ubuntu-20.04. It is natively compiled
on Linux, Mac OSX and Microsoft Windows 10.</li>
</ul>
</div>
</div>
<div id="outline-container-org1564cfd" class="outline-2">
<h2 id="org1564cfd"><span class="section-number-2">3</span> Compatibility</h2>
<div class="outline-text-2" id="text-3">
<p>
Upstream features from the OpenFOAM® code base are merged into
foam-extend on regular basis. The interface format of
foam-extend-5.0 is largely compatible to foam-extend-4.1, to
OpenFOAM-1.6-ext and OpenFOAM-1.7.x. In some cases, the
differences are caused by bug fixes and algorithmic improvements,
considered more important than inter-operability.
</p>
</div>
</div>
<div id="outline-container-orge965305" class="outline-2">
<h2 id="orge965305"><span class="section-number-2">4</span> Main differentiators between foam-extend and OpenFOAM</h2>
<div class="outline-text-2" id="text-4">
<p>
A large number of features have been lost within the release of
OpenFOAM since version 1.3, the code base has shrunk by more than
40%. While we understand the lack of technical ability of
supporting advanced CFD features, we feel that existing features and
specifically large-scale contributions should remain active and
developed further. Below is a list of main features of foam-extend
which are lacking, lost, deactivated or unusable in ESI releases:
</p>
<ul class="org-ul">
<li>Turbomachinery features, including General Grid Interface (GGI),
partial overlap GGI, cyclic GGI, with improvements in parallel
scaling. First release of a mixing plane stage interface</li>
<li>Dynamic mesh with topological changes Sliding interfaces, mesh
layering, attach-detach boundaries etc. In foam-extend, full
parallel support for topological changes is released for the first
time</li>
<li>Finite Element Method with support for polyhedral meshes This is
mainly used in mesh deformation and over the last 15 years it has
proven vastly superior to all other dynamic mesh methods.</li>
<li>Advanced mesh deformation technology Including tet FEM mesh
deformation, Radial Basis Function (RBF) mesh deformation,
tetrahedral remeshing dynamic mesh support and solid body motion
functions. All of the above include parallelisation support</li>
<li>Library of dynamic meshes with topological changes with full
second order FVM discretisation support on moving meshes with
topological changes</li>
<li>Internal combustion engine-specific dynamic mesh classes such as
two-stroke engine and various forms of 4-stroke and multi-valve
dynamic mesh classes</li>
<li>Finite Area Method providing support for FVM-like discretisation
on a curved surface in 3-D, with examples of liquid film modeling</li>
<li>Block-coupled matrix support, allowing fully implicit
multi-equation solution of NxN equation sets, with full
parallelisation support. First release of a block-AMG linear
equation solver</li>
<li>Fully implicit conjugate-coupled solution framework, allowing
implicit solution for multiple equations over multiple meshes, with
parallelism</li>
<li>Proper Orthogonal Decomposition data analysis tools, with
applications to FOAM field classes</li>
<li>Equation reader classes and tutorials</li>
<li>Multi-solver solution framework, allowing multiple field models to
be solved in a coupled manner</li>
<li>A major contribution is solid mechanics modelling, including
linear and non-linear materials, contact, self-contact and
friction, with updated Lagrangian or absolute Lagrangian
formulation. Solution of damage models and crack propagation in
complex materials via topological changes</li>
<li>CUDA solver release, provided in full source and as an example of
coupling external linear equation solvers with FOAM</li>
<li>Library-level support for Immersed Boundary Method and Overset
Mesh</li>
<li>Framework for Reduced Order Models using Proper Orthogonal Decomposition
(POD) for real-time simulations based on the method of snapshots</li>
<li>Major improvements in accuracy and stability of FVM discretisation
with options on convection and diffusion discretisation, deferred
correction or explicit schemes</li>
<li>Algebraic multigrid solver framework for scalar and block matrices</li>
<li>274 tutorials with automated run scripts</li>
<li>Automatic test harness</li>
<li>Approximately 6800 bug fixes in fundamental level libraries and
discretisation techniques</li>
</ul>
</div>
</div>
<div id="outline-container-org58de222" class="outline-2">
<h2 id="org58de222"><span class="section-number-2">5</span> New features in foam-extend-5.0, since foam-extend-4.1</h2>
<div class="outline-text-2" id="text-5">
<p>
The list of features is a result of the work of numerous
contributors. The maintainers of foam-extend would formally like to
thank them all.
</p>
<p>
Get a full log of the updates by (either):
</p>
<div class="org-src-container">
<pre class="src src-bash">user@machine> git log 5.0.. > commitLog
</pre>
</div>
<div class="org-src-container">
<pre class="src src-bash">user@machine> git log 5.0.. --oneline > commitLog
</pre>
</div>
<div class="org-src-container">
<pre class="src src-bash">user@machine> gitg 5.0..
</pre>
</div>
</div>
</div>
<div id="outline-container-orgda5bb1e" class="outline-2">
<h2 id="orgda5bb1e"><span class="section-number-2">6</span> Major new features:</h2>
<div class="outline-text-2" id="text-6">
<ul class="org-ul">
<li>Physics modelling
<ul class="org-ul">
<li>Proper Orthogonal Decomposition (POD) model development across a number of applications with tutorials and validation cases. POD uses the Method of Snapshots to create energy-consistent reduced order models which run 1000s of times faster than full CFD. POD analysis is also used to examine stability characteristics of flow regimes or to assemble "digital twin"-type models. POD has been deployed across a number of applications, with new tutorials.</li>
<li>Extension to porous zone models for thermal modelling and heat transfer, including implicit coupled conjugate heat transfer</li>
<li>Physics modelling updates for coal combustion</li>
<li>Handling of derived forms of enthalpy in thermophysical models with correct boundary condition setup (coupled interfaces)</li>
</ul></li>
</ul>
<ul class="org-ul">
<li>Numerics
<ul class="org-ul">
<li>Immersed Boundary (Surface) method: major improvements. Consistency errors in parallel cutting and interaction with coupled boundaries have been resolved. Further type-consistent boundary conditions on IB surfaces have been adeed, with correct mapping and post-processing. Major robustness improvements in the method. Algorithmic improvements in immersed boundary handling; cutting, dead cells, extended sets of boundary conditions. Rewrite of cut cell handling, parallelism and consistency updates.</li>
<li>Immersed boundary with interfering patches: multiple intersections</li>
<li>Updated algorithms for buoyant flows: correct limit of incompressibility and consistent handling of stratified flows. Solvers represent incompressible results for canonical flows without instability</li>
<li>Consistency updates for Multiple Rotating Frames (MRF) of reference, with accurate geometry handling. Consistent and convergent integration with block pressure-velocity solvers</li>
<li>Algorithmic updates for steady compressible turbomachinery flows. New implementation of rothalpy handling with better consistency in rothalpy jump coupled boundary conditions</li>
<li>Use of block-AMG solvers for block-coupled p-U solvers: see tutorials</li>
<li>Updated handling of bounded flux boundary conditions</li>
<li>New 01 bounded convection schemes</li>
<li>Better reporting of flux check</li>
<li>Updated algorithms for partial overlap GGI interface pairs</li>
<li>Change in handling of adjustPhi for moving deforming meshes</li>
</ul></li>
</ul>
<ul class="org-ul">
<li>HPC and parallelism, performance improvements
<ul class="org-ul">
<li>Major improvement in handling of processor boundaries and other cached coupled interface patch types. This resolves long-standing bugs in FOAM-OpenFOAM development lines and results in significant reduction in number of iterations of linear solvers. Further, numerous stability and consistency problems in parallel execution have been resolved</li>
<li>Improvements for large memory usage in large-scale HPC cases</li>
<li>Incremental consistency work on block-coupled solvers for incompressible flows</li>
<li>Incremental improvement in performance for parallel Oveset Mesh capability. Update in low-level communication and consistency</li>
<li>Clean-up of boundary condition updates in absence of database field access</li>
</ul></li>
</ul>
<ul class="org-ul">
<li>Dynamic Mesh
<ul class="org-ul">
<li>Full deployment of dynamic load balancing with AMR or other dynamic mesh features at the level of topoChangerDynamicFvMesh</li>
<li>Refactoring of dynamic mesh solvers with algoritmic efficiency improvements</li>
<li>Changes in dynamic mesh handling: efficient and consistent geometry updates</li>
</ul></li>
</ul>
</div>
</div>
<div id="outline-container-orgc6c30d8" class="outline-2">
<h2 id="orgc6c30d8"><span class="section-number-2">7</span> Software engineering</h2>
<div class="outline-text-2" id="text-7">
<ul class="org-ul">
<li>Port to gcc-9 and gcc-11</li>
<li>c++-11 updates: default destructors, delete automatically generated</li>
<li>update of the build system using native third party packages whenever possible</li>
<li>Change in style to FatalErrorInFunction sytnax</li>
<li>new VectorN types for extended coupling in block matrices</li>
</ul>
</div>
</div>
<div id="outline-container-org804948d" class="outline-2">
<h2 id="org804948d"><span class="section-number-2">8</span> Consistency with previous version</h2>
<div class="outline-text-2" id="text-8">
<ul class="org-ul">
<li>fvSolution requires correct PIMPLE/SIMPLE sub-dictionaries; use of potentialFlow sub-dictionary in initialisation</li>
<li>blockMeshDict moved into system</li>
<li>faceCompactList consistency with OpenCFD version</li>
</ul>
</div>
</div>
<div id="outline-container-org7d3852e" class="outline-2">
<h2 id="org7d3852e"><span class="section-number-2">9</span> Overview of Development</h2>
<div class="outline-text-2" id="text-9">
<ul class="org-ul">
<li>New tutorials: 274 in total</li>
<li>Bug fixes: see git log for details</li>
<li>In total, the release consists of 5535 commits since the last release</li>
</ul>
</div>
</div>
<div id="outline-container-orgd5f40f4" class="outline-2">
<h2 id="orgd5f40f4"><span class="section-number-2">10</span> Reporting bugs</h2>
<div class="outline-text-2" id="text-10">
<p>
To report bugs, please use the bugtracker at
<a href="http://sourceforge.net/p/foam-extend/tickets/">http://sourceforge.net/p/foam-extend/tickets/</a>
</p>
</div>
</div>
<div id="outline-container-org99c69c6" class="outline-2">
<h2 id="org99c69c6"><span class="section-number-2">11</span> How to contribute</h2>
<div class="outline-text-2" id="text-11">
<p>
All your contributions are highly welcome: New solvers, utilities and
models; bug fixes; documentation. The many ways of contributing and the
contribution process are described in detail at:
<a href="http://sourceforge.net/p/foam-extend/wiki/HowToContribute/">http://sourceforge.net/p/foam-extend/wiki/HowToContribute/</a>
</p>
</div>
</div>
<div id="outline-container-org2b35aaf" class="outline-2">
<h2 id="org2b35aaf"><span class="section-number-2">12</span> List of Contributors:</h2>
<div class="outline-text-2" id="text-12">
<p>
See file ListOfContributors
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="date">Date: September 2022</p>
<p class="date">Created: 2022-09-20 Tue 09:35</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>