Skip to content
Snippets Groups Projects
Commit 62bd94ca authored by mattijs's avatar mattijs
Browse files

ENH: ReleaseNotes-dev : added new directMapped stuff.

parent b95fb53a
Branches
Tags
No related merge requests found
...@@ -104,6 +104,8 @@ ...@@ -104,6 +104,8 @@
taking film into account taking film into account
+ Parallel aware + Parallel aware
*** *New* ptscotch decomposition method *** *New* ptscotch decomposition method
*** *Updated* decomposePar maps polyPatches instead of recreating them so
polyPatches holding data can map the data.
*** *Updated* particle tracking algorithm *** *Updated* particle tracking algorithm
+ uses non-blocking parallel transfers + uses non-blocking parallel transfers
+ does 'minimum-tet' decomposition of face to work with warped faces (snappyHexMesh!) + does 'minimum-tet' decomposition of face to work with warped faces (snappyHexMesh!)
...@@ -150,7 +152,12 @@ ...@@ -150,7 +152,12 @@
OpenFOAM. OpenFOAM.
+ *New* wall functions: + *New* wall functions:
+ kappatJayatillekeWallFunction: incompressible RAS thermal wall function + kappatJayatillekeWallFunction: incompressible RAS thermal wall function
+ directMappedFixedValue:
+ takes interpolationScheme so can interpolate instead of always getting
cell value
+ takes optional fieldName to sample
+ directMapped patch added 'normal' method to calculate sample points
to e.g. sample fields just above wall (e.g. for streaklines)
* Utilities * Utilities
There have been some utilities added and updated in this release. There have been some utilities added and updated in this release.
*** *New* utilities *** *New* utilities
...@@ -172,7 +179,7 @@ ...@@ -172,7 +179,7 @@
*** Updated utilities *** Updated utilities
+ =setFields=: optionally use faceSets to set patch values (see e.g. hotRoom tutorial). + =setFields=: optionally use faceSets to set patch values (see e.g. hotRoom tutorial).
+ =blockMesh=: specify patches via dictionary instead of type only. This + =blockMesh=: specify patches via dictionary instead of type only. This
makes rereading the boundary superfluous. see makes rereading the boundary file superfluous. see
e.g. pitzDailyDirectMapped tutorial. e.g. pitzDailyDirectMapped tutorial.
* Post-processing * Post-processing
+ =foamToEnsight=: parallel continuous data. new =-nodeValues= option to generate and output nodal + =foamToEnsight=: parallel continuous data. new =-nodeValues= option to generate and output nodal
...@@ -190,6 +197,12 @@ ...@@ -190,6 +197,12 @@
specified time has been reached, e.g. to automagically change fvSchemes and specified time has been reached, e.g. to automagically change fvSchemes and
fvSolution during a calculation fvSolution during a calculation
+ =streamLine=: generate streamlines; ouputs both trajectory and field data + =streamLine=: generate streamlines; ouputs both trajectory and field data
+ =surfaceInterpolateFields=: constructs face interpolate of registered
volFields for any future functionObjects that need surfaceFields.
+ =readFields=: reads field if not yet registered. Makes functionObjects
useable through standalone execFlowFunctionObjects.
+ =faceSource=: can now calculate on a sampledSurface (e.g. flow through a
triSurfaceMesh)
* New tutorials * New tutorials
There is a large number of new tutorials for existing and new solvers in the There is a large number of new tutorials for existing and new solvers in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment