View Issue Details

IDProjectCategoryView StatusLast Update
0002955OpenFOAMBugpublic2018-05-24 14:43
Reportersimonek.j Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Product Versiondev 
Fixed in Versiondev 
Summary0002955: Mesh - boundary - duplicated entries with keyword inGroups
DescriptionWhen I generate a mesh which contains boundary type "slip" then there are duplicated entries with keyword inGroups in polyMesh/boundary related to that slip-patch. It causes an error when I'm using paraview with vtkOpenFOAMReader and results are not loaded into paraview. When I manually remove one of those inGroups then it works.
Steps To Reproduce1) Generate a mesh with blockMesh with patch type slip
2) run renumberMesh on a mesh which contains a slip patch type
3) maybe any patch manipulation utility does the same
TagsMesh

Activities

henry

2018-05-24 14:21

manager   ~0009643

There is no patch type "slip" in OpenFOAM, have you written your own?

simonek.j

2018-05-24 14:29

reporter   ~0009644

No I haven't, but it works with patch type slip - but it makes those duplicities.
What is also strange that it behaves in a different way when I use patch type "slip" or anything what is totally wrong - like "pacht" e.g.
slip makes duplicity of inGroups but "pacht" doesn't.

Anyway what shall I use as a patch type in combination with slip boundary condition - wall or patch?

Thanks.

henry

2018-05-24 14:37

manager   ~0009645

Last edited: 2018-05-24 14:43

Patch type slip does not exist so there is no advantage in using it. Unless you set disallowGenericPolyPatch false any unknown patch type will be treated as "generic" which is functionally equivalent to type "patch" which I recommend you use instead unless you implement patch type "slip".

The issue with the duplicate entries from the "generic" patch type is minor and I am looking into now.

henry

2018-05-24 14:42

manager   ~0009646

Resolved by commit 63a185450b20267862767406a0e6102604ef516a

Issue History

Date Modified Username Field Change
2018-05-24 13:56 simonek.j New Issue
2018-05-24 13:56 simonek.j Tag Attached: Mesh
2018-05-24 14:15 henry Priority high => normal
2018-05-24 14:15 henry Severity crash => minor
2018-05-24 14:21 henry Note Added: 0009643
2018-05-24 14:29 simonek.j Note Added: 0009644
2018-05-24 14:37 henry Note Added: 0009645
2018-05-24 14:42 henry Assigned To => henry
2018-05-24 14:42 henry Status new => resolved
2018-05-24 14:42 henry Resolution open => fixed
2018-05-24 14:42 henry Fixed in Version => dev
2018-05-24 14:42 henry Note Added: 0009646
2018-05-24 14:43 henry Note Edited: 0009645