SnappyHexMesh网格生成器
(2013-10-24 14:46:24)
标签:
it |
分类: OpenFOAM_Mesh |
参考文献
1. OpenFOAM User Guide http://www.openfoam.org/docs/user/snappyHexMesh.php#x26-1510005.4
2. Håkan Nilsson http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2008/SnappyHexMesh.pdf
3. SnappyWiki https://sites.google.com/site/snappywiki/snappyhexmesh/snappyhexmeshdict
4.
---interPhaseChange/cavitatingBullet/system/SnappyHexMeshDict文件---
FoamFile
{
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Which of the steps to run
castellatedMesh true;
snap
addLayers
// Geometry. Definition of all surfaces. All surfaces are of class
// searchableSurface.
// Surfaces are used
// - to specify refinement for any mesh cell intersecting it
// - to specify refinement for any mesh cell inside/outside/near
// - to 'snap' the mesh boundary to the surface
// 所有STL几何文件以及需要加密的区域
geometry
{

加载中…