Changes between Version 35 and Version 36 of PhysicsDataExplained


Ignore:
Timestamp:
10/10/12 16:55:03 (12 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PhysicsDataExplained

    v35 v36  
    103103This section gives some brief details on how you can take advantage of cylindrical coordinates if your problem has such symmetry.
    104104
    105 * '''''{{{iCylindrical}}}'''''  Controls whether astrobear is to use cylindrical coordinates.  The default is 0 which leaves everything in Cartesian, 1 is for no angular momentum, and 2 is for with angular momentum.
     105* '''''{{{iCylindrical:}}}'''''  Controls whether astrobear is to use cylindrical coordinates.  The default is 0 which leaves everything in Cartesian, 1 is for no angular momentum, and 2 is for with angular momentum.
    106106
    107107Basically when iCylindrical is not 0, astrobear changes the differential operators and how each axis is treated.  In other words, astrobear switches to cylindrical coordinates.  The x-axis becomes the radial axis, the y-axis becomes the cylindrical z-axis, and the z-axis is nothing since this is only implemented for ndim = 2.