Skip to main content

Module cylindrical

Module cylindrical 

Source
Expand description

Cylindrical coordinate transforms and angular bounding face detection.

Provides to_theta() and to_radius() for converting Cartesian coordinates to cylindrical about a given rotation axis, plus find_angular_bounding_faces() for identifying faces on the angular min/max boundaries of an annular domain.

Functionsยง

find_angular_bounding_faces
Find outer faces on the angular (theta) min/max boundaries of an annular domain.
to_radius
Compute radial distance from the given rotation axis.
to_theta
Compute angular position (theta) about the given rotation axis.