View Issue Details

IDProjectCategoryView StatusLast Update
0001066OpenFOAMBugpublic2015-01-01 14:24
Reporterrperry Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformUnixOSOtherOS Version(please specify)
Summary0001066: transformPoints does not scale "wrongOrientedFaces" faceSet
DescriptionUnfortunately, this does not occur on a non-proprietary geometry that I can share, but I notice that all mesh quality faceSets are properly scaled with transformPoints except for the wrongOrientedFaces set, which when plotted via VTK is always way outside the domain. Scaling it within paraview shows the cells in expected trouble areas.

I assume you have development geometries from customers that can produce wrongOrientedFaces in a mesh, but if not, please let me know and I will try to create a sharable geometry that produces wrongOrientedFaces.
TagsNo tags attached.

Activities

user4

2013-10-29 15:11

  ~0002596

This sounds very strange. All faceSets are handled the same - they only store face labels so just re-use the points of the mesh when they need to be displayed. Maybe 'cache mesh' was switched on and it had not updated the mesh?

rperry

2013-10-30 08:18

reporter   ~0002597

So it would not matter whether I ran checkMesh or foamToVTK on the faceSets before or after the scaling?

Where can I access this cache mesh option?

user4

2013-10-30 09:38

  ~0002598

If the scaling is uniform (and your writing mode is binary or write precision is high enough) it should not matter. pyramid calculation is scale free, however checking is for volume < -SMALL (instead of <0). You might be hitting this?

henry

2015-01-01 14:24

manager   ~0003445

Orphaned report

Issue History

Date Modified Username Field Change
2013-10-29 14:45 rperry New Issue
2013-10-29 15:11 user4 Note Added: 0002596
2013-10-30 08:18 rperry Note Added: 0002597
2013-10-30 09:38 user4 Note Added: 0002598
2015-01-01 14:24 henry Note Added: 0003445
2015-01-01 14:24 henry Status new => closed
2015-01-01 14:24 henry Assigned To => henry
2015-01-01 14:24 henry Resolution open => unable to reproduce