|
Cylindrical Geometry |
Top Previous Next |
|
In addition to two-dimensional Cartesian geometry, FlexPDE can solve problems in axisymmetric cylindrical coordinates, (r,z) or (z,r).
Cylindrical coordinates are invoked in the COORDINATES section of the script. Two forms are available, XCYLINDER and YCYLINDER. The distinction between the two is merely in the orientation of the graphical displays.
Either form may optionally be followed by a parenthesized renaming of the coordinates. In either case, the names are (abscissa, ordinate). The defaults are
XCYLINDER implies XCYLINDER('Z','R'). YCYLINDER implies YCYLINDER('R','Z'). |