View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002955 | OpenFOAM | Bug | public | 2018-05-24 13:56 | 2018-05-24 14:43 |
Reporter | simonek.j | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002955: Mesh - boundary - duplicated entries with keyword inGroups | ||||
Description | When 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 Reproduce | 1) 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 | ||||
Tags | Mesh | ||||
|
There is no patch type "slip" in OpenFOAM, have you written your own? |
|
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. |
|
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. |
|
Resolved by commit 63a185450b20267862767406a0e6102604ef516a |
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 |