View Issue Details

IDProjectCategoryView StatusLast Update
0000680OpenFOAMBugpublic2012-11-13 16:08
Reporterjkau Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version12.04
Summary0000680: star4ToFoam wrong number of faces and wrong name of last boundary patch
Descriptionlast boundary in *.bnd file is always named Default_Boundary_Region and nFaces is zero.
Steps To Reproducedownload attached file star.tgz
upack: tar xvzf star.tgz
change to folder: cd star
execute: star4ToFaom star
second patch in constant/polyMesh/boundary is:
    Default_Boundary_Region
    {
        type patch;
        nFaces 0;
        startFace 3200;
    }
should be:
    inle_2
    {
        type patch;
        nFaces 100;
        startFace 3200;
    }

TagsNo tags attached.

Activities

jkau

2012-11-08 10:38

reporter  

star.tgz (28,427 bytes)

user4

2012-11-13 16:08

  ~0001777

This should be fixed in 4e8644c57f9e9f7bd067b72fa6a09a9c9cb34548. Could you test and re-open if it doesn't?

Thanks for reporting

Mattijs

Issue History

Date Modified Username Field Change
2012-11-08 10:38 jkau New Issue
2012-11-08 10:38 jkau File Added: star.tgz
2012-11-13 16:08 user4 Note Added: 0001777
2012-11-13 16:08 user4 Status new => resolved
2012-11-13 16:08 user4 Fixed in Version => 2.1.x
2012-11-13 16:08 user4 Resolution open => fixed
2012-11-13 16:08 user4 Assigned To => user4