Skip to content
Snippets Groups Projects
Commit e2182625 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: cylindricalCS is now in radians only (issue #863)

- this provides internal consistency and allows direct use of the
  coordinate angle with sin(), cos() functions.
  It eliminates potential issues that could otherwise arise from
  alternative user input.

  Eg, in mixerFvMesh it would have previously been possible to specify
  the coordinate system to use degrees or radians, but these units were
  not checked when determining the tangential sweep positions.

NOTE: this may represent a breaking change if user coding has been
relying on cylindrical coordinate system in degrees.
parent bce54001
1 merge request!211coordinate system improvements
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment