HyperWorks Solvers

Single File Input

Single File Input

Previous topic Next topic Expand/collapse all hidden text  

Single File Input

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

hmtoggle_plus1Comments
1.Engine options must be in the main file, #include is not supported in the Engine file.
2.In case of restart, it is sufficient to regenerate the Engine file alone.
3.Multiple Engine instances are not supported in the Single File Input.