!   TITLE:  parameter_file_template.parm (TEMPLATE)
!
!
!   XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
!
/title,XXXXXXXXXXX
!
/units,XXXX                     ! XXXXX
!
!
name='XXXXX'
arry_nam='XXXXX'
!
!
ct_name='CSXXX0'            ! cartesian
cyl_name='CSXXX1'           ! cylindrical
sph_name='CSXXX2'           ! spherical
!
!
!
mat_select,VVV,WWW,XXX,YYY,ZZZ              ! Material Properties
!
!
ET,XX,XXXXX                                 ! Element Types
ET,XX,XXXXX
!
!



                    <<<<< Defined Model Parameters >>>>>



!
!
acs=0                           ! active coordinate system
!
xc=0                            ! x coordinate center
yc=0                            ! y coordinate center
zc=0                            ! z coordinate center
!
rotxyc=0                        ! xy rotation
rotyzc=0                        ! yz rotation
rotzxc=0                        ! zx rotation
!



Customize in the following fields and delete these instructions as
they are completed. Be sure that parameter names are properly chosen for
non-interference with other models.

    1.)  Parameter file name with macro title prefix, and a '.parm'
         extension.

    2.)  Revision letter, date and name of initiator.  Follow the same
         convention as 'macro_template.mac'.

    3.)  Text region describing parameter file function and purpose.

    SECTIONS:

    a.)  Graphics window title field (/title,...)

         Unit system used (/units,...) plus comment field

    b.) Set model character name variable (must be 8 characters or less).
        Set parameter file array name (must be 5 characters or less).

    c.) Model c.s. variable names for:

                - cartesian -----\
                                  \
                - cylindrical      |    coordinate systems.
                                  /
                - spherical -----/


    d.)     - Set material properties names to be used

            - Set element types and number


    e.)  Model Parameters

            <<<<< Defined Model Parameters >>>>>

                Open Region for defining parameters.


    f.)  Model coordinate system coordinates. This section sets the Active
         Coordinate System (acs)to build new model from. Set cartesian (if
         'acs' is cartesian), cylindrical (if 'acs' is cylindrical) or spherical
         (if 'acs' is spherical) coordinate values of model coordinate systems
         centers and angular orientations (rotxy, rotyz, rotzx).

         The remaining arguments are the location of the origin (xc, yc and zc)
         and the axis orientations (rotxyc, rotyzc and rotzxc) of the model C.S.
         These values are transferred to MOD_COORD_SYSTEM in the part macro.

         This region must be defined last.  This allows the use of the
         defined model parameters to also be used in defining the model
         C.S. coordinates and axis rotation parameters.