mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: ReleaseNotes-dev: updated
This commit is contained in:
@ -126,7 +126,9 @@
|
|||||||
globalPointPatch. Moving mesh cases can now be run non-parallel and
|
globalPointPatch. Moving mesh cases can now be run non-parallel and
|
||||||
continued in parallel and reconstructed without any limitation.
|
continued in parallel and reconstructed without any limitation.
|
||||||
*** *New* compact binary I/O for faces and cells.
|
*** *New* compact binary I/O for faces and cells.
|
||||||
This speeds up reading/writing meshes in binary.
|
This speeds up reading/writing meshes in binary. Binary mesh reading
|
||||||
|
is backwards (but not forwards) compatible. Use ascii mesh format or
|
||||||
|
foamFormatConvert.
|
||||||
*** *Updated* runTimeModifiable
|
*** *Updated* runTimeModifiable
|
||||||
+ user selectable model to use for checking run-time modifiable
|
+ user selectable model to use for checking run-time modifiable
|
||||||
dictionaries (see also doc/changes/inotify.txt):
|
dictionaries (see also doc/changes/inotify.txt):
|
||||||
@ -139,8 +141,9 @@
|
|||||||
+ on linux optionally uses inotify instead of time stamps - more efficient
|
+ on linux optionally uses inotify instead of time stamps - more efficient
|
||||||
for large numbers of monitored files. No more fileModificationSkew needed.
|
for large numbers of monitored files. No more fileModificationSkew needed.
|
||||||
+ single integer reduction instead of one reduction per monitored file.
|
+ single integer reduction instead of one reduction per monitored file.
|
||||||
+ only files that can be re-read are being checked. Drastic reduction of
|
+ only files that can be re-read are being checked by specifying
|
||||||
number of files to check.
|
in the IOobject constructor MUST_READ_IF_MODIFIED instead of
|
||||||
|
MUST_READ. Drastic reduction of number of files to check.
|
||||||
*** *New* #codeStream dictionary entry
|
*** *New* #codeStream dictionary entry
|
||||||
Uses dynamic compilation of OpenFOAM C++ code to construct dictionary.
|
Uses dynamic compilation of OpenFOAM C++ code to construct dictionary.
|
||||||
E.g. in blockMeshDict:
|
E.g. in blockMeshDict:
|
||||||
|
|||||||
Reference in New Issue
Block a user