Subroutine DESCRIP
Accesses all the parameters associated with a Card 9 - DESCRIP Character String Descriptor Cards - Optional.
Calling convention
call descrip(desc,id,dlength,type1,type2,grp1,grp2,grp3,nvar,var,iupd)
Arguments | Data type | Input/Output | Description |
---|---|---|---|
desc
|
Character*40 | Return | The descriptor character string. |
id
|
Integer | Call | DESCRIP card id number. |
dlength
|
Integer | Return | Number of characters in argument desc . |
type1
|
Character*8 | Return | First character string associated with the DESCRIP card. |
type2
|
Character*8 | Return | Second character string associated with the DESCRIP card. |
grp1
|
Character*7 | Return | First group name associated with DESCRIP card. |
grp2
|
Character*7 | Return | Second group name associated with DESCRIP card. |
grp3
|
Character*7 | Return | Third group name associated with DESCRIP card. |
nvar
|
Integer | Return | Number of values in array var . |
var
|
Real array (7) | Return | List of values on DESCAD2 card. |
iupd
|
Integer | Return | If the descriptor parameters can be updated in a checkpoint run, set to 1, otherwise set to 0. |
For more information, see the Thermal Solver Reference Manual PDF.