Skip to content
Snippets Groups Projects
Commit 1de8695a authored by mattijs's avatar mattijs
Browse files

ENH: ReleaseNotes-dev : update

parent e385e603
Branches
Tags
No related merge requests found
...@@ -190,6 +190,10 @@ ...@@ -190,6 +190,10 @@
mesh. Great for postprocessing. mesh. Great for postprocessing.
+ =steadyParticleTracks=: Generates VTK tracks from the output of the cloud + =steadyParticleTracks=: Generates VTK tracks from the output of the cloud
=ParticleTracks= post-processing sub-model =ParticleTracks= post-processing sub-model
+ Sampling:
+ =patchInternalField=: new sampledSurface - like 'patch' but samples
internal field instead of boundary field.
+ =ensight=: new output format for all sampledSurfaces.
+ Function objects: + Function objects:
+ =residualControl=: new function object to allow users to terminate steady + =residualControl=: new function object to allow users to terminate steady
state calculations when the defined residual levels are achieved state calculations when the defined residual levels are achieved
...@@ -204,7 +208,9 @@ ...@@ -204,7 +208,9 @@
+ =readFields=: reads field if not yet registered. Makes functionObjects + =readFields=: reads field if not yet registered. Makes functionObjects
useable through standalone execFlowFunctionObjects. useable through standalone execFlowFunctionObjects.
+ =faceSource=: can now calculate on a sampledSurface (e.g. flow through a + =faceSource=: can now calculate on a sampledSurface (e.g. flow through a
triSurfaceMesh) triSurfaceMesh).
+ =nearWallFields=: constructs field with on selected patches interpolated
internal field for further postprocessing.
* 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment