Single File Input
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:
- Start with /BEGIN
- Finish with /END
Syntax has to be written
as:
#(blank) RADIOSS
Engine options
.
.
.
/END/ENGINE
#
#
/BEGIN
Starter options
.
.
.
/END
Comments
- Engine options must be in the main file, #include is not supported in the Engine file.
- In case of restart, it is sufficient to regenerate the Engine file alone.
- Multiple Engine instances are not supported in the Single File Input.