[Next] [Up] [Back] [Previous] [Contents]

3.31 DIMTA


Calling sequence : CALL DIMTA (IDMNUM, NSC, NLC, COEFFS, DENSTY, IEXIT, IUNT)

Purpose : To enter anisotropic material properties.

Parameters :

In

IDMNU   Material identification number (Integer)
NSC   Number of linear stress/strain coefficients (Integer)
NLC   Number of linear coefficients of expansion (Integer)
COEFFS   The coefficients, stress/strain coefficients first, expansion coefficients second
      (Real array of length NSC + NLC)
DENSTY Density (Real)
IUNT   Temporary file channel number (Integer)

Out

EXIT   Error condition (Integer)

Use : The routine is called once to enter all of the information for a single anisotropic material.

Errors : The error condition is indicated by the value of IEXIT.

IEXIT Meaning

0   Successful Call
32   Current error must be cleared up first
129   Error in writing to temporary file on unit (iunt)
141   Id numbers cannot be less than 1
142   Id numbers above 999999 are invalid
143   Id above 99999 not allowed for character file
152   Cannot enter materials, current dataset is : (KEY )
211   Invalid temporary file unit number (iunt)





[Next] [Up] [Back] [Previous] [Contents]