Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
O
OpenFOAM-plus
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Development
  • OpenFOAM-plus
  • Issues
  • #863

Closed
Open
Opened Jun 11, 2018 by Mattijs Janssens@MattijsMaintainer

Coordinate system issues: cylindricalCS / fixedProfileFvPatchField

  • cyclindricalCS cannot be run-time selected: missing TypeName and addToRunTimeSelectionTable.
  • hard to specify
        coordinateSystem
        {
            coordinateRotation
            {
                type            axesRotation;
                e3              (1 0 0);
                e1              (0 1 0);
            }
            type            cylindricalCS;
            origin          (0 0 0.01);
        }

With this in place we could re-write various boundary conditions to use cylindrical coordinates. E.g. fixedProfileFvPatchField.

@matej

Remark: cylindrical coordinateRotation currently stores transformation tensors. This should be stored outside.

Edited Jun 20, 2018 by Mattijs Janssens
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: Development/OpenFOAM-plus#863