This format allows running either Starter or Engine with the same file.
Filename convention is ROOTNAME_0000.rad.
The file must start with:
#(blank) RADIOSS
The Engine options in the single file must be:
• | placed in the beginning of the single file |
• | finish with /END/ENGINE |
The Starter options must be:
• | start with /BEGIN |
• | finish with /END |
Syntax has to be written as follows:
#(blank) RADIOSS Engine options . . . /END/ENGINE # # /BEGIN Starter options . . . /END |
|