Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #863
Closed
Open
Issue created 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
Time tracking