SELEC
Last updated
Last updated
SELECTION (optional) introduces a number of integer and floating-point parameters that are used for different purposes in different EOS modules or some not so often used program options. The use of this record for different EOS modules can be found in the . The additional program options can be found in .
Record SELEC.1
Free format for 16 or less parameters, or Format (16I5)
IE(I), I=1,16
IE(1) number of records with floating point numbers that will be read (default is IE(1) = 1; maximum values is 64).
Record SELEC.2, SELEC.3, ..., SELEC.IE(1)*8
Free format for 8 or less parameters, or Format (8E10.4)
FE(I), I=1, IE(1)*8
provide as many records with floating point numbers as specified in IE(1), up to a maximum of 64 records.
An alternative input for IE and FE is directly presented as (one for each line):
IE(n) = (an integer)
FE(n) = (a real data)
The alternative input must appear after the normal input for IE and FE, if normal inputs exist. You can input as many as you need in this way.
Used in: All EOS modules
Example:
SELEC
1, 0*14, 1
0.0, 0.8, 0.8
ie(17) = -1 // both lower or upper case for iE and Fe input are allowed.
IE(30) = 50
FE(100)=0.5