View Issue Details

IDProjectCategoryView StatusLast Update
0001438OpenFOAMBugpublic2015-02-24 17:17
Reporteruser1025Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformLinux64OSUbuntuOS Version14.04
Summary0001438: cylindrical coordinate system not runtime selectable
DescriptionI use a dynamic mesh with a cylindrical CS in OpenFOAM-2.3.x. After a git / pull the test case cannot be started anymore. OF complains about

Unknown coordinateSystem type "cylindrical"
Valid coordinateSystem types are "cartesian"

so it seems that only cartesian CS is available.

In the code i found that, compared to cartesianCS there are some things missing, i.e.

    //- Runtime type information
    TypeName("cylindrical");


in the the cylindricalCS.H and

namespace Foam
{
    defineTypeNameAndDebug(cylindricalCS, 0);
    addToRunTimeSelectionTable(coordinateSystem, cylindricalCS, dictionary);
}

in the the cylindricalCS.C file.

Not sure if it is a bug, or a intended feature.

 
TagscylindricalCS

Activities

wyldckat

2015-02-14 21:28

updater   ~0003772

This was done when the issue #708 was fixed: http://www.openfoam.org/mantisbt/view.php?id=708

The respective commit is this one: https://github.com/OpenFOAM/OpenFOAM-2.3.x/commit/12cad2cfd648f2ccef5fd2e3d0b114dedccb5bb4

If you could have provided an example case, because that way I could have checked how this should be used with the "new" implementation.

henry

2015-02-24 17:17

manager   ~0003893

Orphaned report

Issue History

Date Modified Username Field Change
2014-11-05 12:40 user1025 New Issue
2015-02-14 21:28 wyldckat Note Added: 0003772
2015-02-14 21:36 wyldckat Tag Attached: cylindricalCS
2015-02-24 17:17 henry Note Added: 0003893
2015-02-24 17:17 henry Status new => closed
2015-02-24 17:17 henry Assigned To => henry
2015-02-24 17:17 henry Resolution open => unable to reproduce