Talk:Main ContribExamples/AxiSymmetric

From OpenFOAMWiki
< Talk:Main ContribExamples
Revision as of 21:57, 28 January 2011 by Bfiedler (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I tried the procedure described on the page. With v1.7.0, checkMesh produced:

.
.
.
Failed 1 mesh checks.
 
End

The mesh looked okay in paraFoam, but my app "blew up" . But I was successful with an axisymmetric simulation by retaining 8 vertices and simply setting two coordinates to be identical (thus shrinking down the area of the "axis" patch to zero). With that procedure, blockMesh followed by checkMesh shows "mesh OK" and my app ran okay. Thus, shrinking the axis face to zero in a 2-D cyclic case 2-D apparently produces an axisymmetric simulation without much effort.