Skip to content
Snippets Groups Projects
Commit efc84e18 authored by Timo Koch's avatar Timo Koch Committed by Ned Coltman
Browse files

[changelog] Add entry about distance/wall distance news

parent 9e4918ba
No related branches found
No related tags found
1 merge request!2708Add new class for calculating wall distance
Checking pipeline status
......@@ -12,6 +12,12 @@ Differences Between DuMu<sup>x</sup> 3.5 and DuMu<sup>x</sup> 3.4
### Improvements and Enhancements
- __Geometry__:
- Add implementation of sphere and bounding sphere approximation algorithms
- Add distance queries for Point->BoundingBoxTree
- Add DistanceField - a wrapper around a geometry set for fast distance queries
- Add WallDistance - a utility to compute distances to the domain boundary (e.g. for RANS wall functions)
- __Construction and update of GridGeometries changed__: Grid geometries are fully updated after construction.
Additional call of update functions are therefore only needed after grid adaption. Calling the update functions after construction now leads to a performance penalty.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment