View Issue Details

IDProjectCategoryView StatusLast Update
0001709OpenFOAMBugpublic2015-05-26 15:19
Reporteruser1150Assigned Tohenry  
PriorityhighSeverityblockReproducibilityalways
Status closedResolutionunable to reproduce 
Platformwindows 8OSLinux (virtualbox)OS Versionubuntu 14.04
Summary0001709: warning using MakeAxialMesh application and the mesh generated is not what I expect
DescriptionI compiled the application ->no issue
run the test case provided ->no issue
run my case (writing in binary and writing precision 12)" --> FOAM Warning :
    From function wedgePolyPatch::calcGeometry(PstreamBuffers&)
    in file meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.C at line 72
    Wedge patch 'frontAndBack_pos' is not planar.
At local face at (0.0025 0.0075 0.000827961742245) the normal (-2.11558071601e-18 -0.0434696846115 0.999054746508) differs from the average normal (-3.17491811849e-20 -0.043360963755 0.999059066057) by 1.18388831275e-08
Either correct the patch or split it into planar parts"

I have a mesh but the length at the center of my wedge is not collapsed.
I am able to reproduce the error on the test case by changing the zmin in the blockMeshDict from -0.05 to -0.04 (or any value like 0).

Can you help solve this issue?
Steps To Reproducechange the zmin back to -0.05 and it will work without warnings and the edge at the center of the wedge will be collapsed as expected
TagsNo tags attached.

Activities

user1150

2015-05-26 13:33

 

Test.tar.gz (20,023 bytes)

wyldckat

2015-05-26 15:12

updater   ~0004813

Greetings Irene,

This is the bug tracker for OpenFOAM's source code. And makeAxialMesh is not part of OpenFOAM's source code.

It's best that you ask about this in the community forum. You can find several threads and posts about makeAxialMesh by Googling:

  site:www.cfd-online.com/Forums/ makeAxialMesh

Best regards,
Bruno

Issue History

Date Modified Username Field Change
2015-05-26 13:33 user1150 New Issue
2015-05-26 13:33 user1150 File Added: Test.tar.gz
2015-05-26 15:12 wyldckat Note Added: 0004813
2015-05-26 15:19 henry Status new => closed
2015-05-26 15:19 henry Assigned To => henry
2015-05-26 15:19 henry Resolution open => unable to reproduce