|
The Coordinates Section |
Top Previous Next |
|
The optional COORDINATES section defines the coordinate geometry of the problem. The basic form of the section is:
COORDINATES geometry
where geometry may be any of the following:
Renaming Coordinates
A second form of the COORDINATES section allows renaming of the coordinates:
COORDINATES geometry ( 'Xname' [,'Yname' [,'Zname'] ])
In this case, the 'Xname' argument renames the coordinate lying along the horizontal plot axis, and 'Yname' renames the coordinate lying along the vertical plot axis. 'Zname' renames the extrusion coordinate. Names may be quoted strings or unquoted names.
Renaming coordinates causes a redefinition of the differential operators. DX becomes D<Xname>, etc.
The DIV, GRAD, and CURL operators are expanded correctly for the designated geometry. Use of these operators in the EQUATIONS section can considerably simplify problem specification.
IF no COORDINATES section is specified, a CARTESIAN2 coordinate system is assumed.
|