Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
62bd94ca
Commit
62bd94ca
authored
14 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
ENH: ReleaseNotes-dev : added new directMapped stuff.
parent
b95fb53a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ReleaseNotes-dev
+15
-2
15 additions, 2 deletions
ReleaseNotes-dev
with
15 additions
and
2 deletions
ReleaseNotes-dev
+
15
−
2
View file @
62bd94ca
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment