Starter Subroutine LECRnn
This subroutine reads user failure model input data. The number of specific failure model cards and their formats are free.
Arguments
The argument list of LECRnn and its individual arguments and descriptions
are:
C----------------------------------------------------------------------------
SUBROUTINE LECRnn (IIN ,IOUT ,UPARAM ,MAXUPARAM,NUPARAM, NUVAR,IFUNC,MAXFUNC,NFUNC)
C----------------------------------------------------------------------------
Definition
Argument | Format | Description |
---|---|---|
IIN | Integer read only scalar | Input file unit (ROOT_nnn0.rad) on which the data are read. |
IOUT | Integer read only format | Output file unit (ROOT_nnn0.out). |
UPARAM | Float array | Array with a size NUPARAM used to store failure material data. |
MAXUPARAM | Integer read only scalar | Maximum possible size of UPARAM. |
NUPARAM | Integer scalar | Effective size of UPARAM. (MAXUPARAM, NUPARAM, MAXUPARAM are set to 1000). |
NUVAR | Integer scalar | Number of extra variables needed for each integration point of each elements. |
IFUNC | Integer array | Array with a size of NFUNC containing the list of Radioss functions used in failure model. The function numbers are stored in this array (not in UPARAM) due to a possible renumbering of the function’s numbers. |
MAXFUNC | Integer read only scalar | Maximum possible size of IFUNC. |
NFUNC | Integer scalar | Number of Radioss functions. |