Made the mesher more prominent.

This commit is contained in:
henry
2008-07-10 15:54:10 +01:00
parent a86b1ce4a3
commit d66a41c6a6

View File

@ -85,8 +85,8 @@
+ Demonstration SRFSimpleFoam solver based on simpleFoam that incorporates the + Demonstration SRFSimpleFoam solver based on simpleFoam that incorporates the
SRF extensions (see below) for rotating flows. SRF extensions (see below) for rotating flows.
* Developments to utilities * Automatic mesher
+ New snappyHexMesh utility that generates split-hex meshes automatically from New snappyHexMesh utility that generates split-hex meshes automatically from
triangulated (STL) surface geometries. The mesh approximately conforms to triangulated (STL) surface geometries. The mesh approximately conforms to
the surface by iteratively refining a starting mesh and morphing the the surface by iteratively refining a starting mesh and morphing the
resulting split-hex mesh to the surface. An optional phase will shrink back resulting split-hex mesh to the surface. An optional phase will shrink back
@ -94,6 +94,8 @@
of mesh refinement level and robust surface handling with a pre-specified of mesh refinement level and robust surface handling with a pre-specified
final mesh quality. It runs in parallel with a load balancing step every final mesh quality. It runs in parallel with a load balancing step every
iteration. iteration.
* Developments to utilities
+ New extrude2DMesh utility that extrudes 2D meshes into a 3D mesh. 2D meshes + New extrude2DMesh utility that extrudes 2D meshes into a 3D mesh. 2D meshes
are described by faces with 2 points, so can be used in combination with 2D are described by faces with 2 points, so can be used in combination with 2D
meshes converted with ccm26ToFoam. meshes converted with ccm26ToFoam.