HyperWorks Solvers

infile (Not Supported in 10.0 or Later Versions)

infile (Not Supported in 10.0 or Later Versions)

Previous topic Next topic No expanding text in this topic  

infile (Not Supported in 10.0 or Later Versions)

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

I/O Options Entry

INFILE - File Selection

Description

The INFILE command is used in the I/O Options section to identify the file containing the bulk data entries.

Format

INFILE = option

Argument

Option

Description

option

<file prefix>

Default = passed in from the command line.

file prefix: The path to and prefix of the .fem file containing the bulk data entries.

Comments

1.This card is used in the obsolete two-file setup; the one-file or multiple-file setups are recommended (see The Input File for more information).
2.Prefixes specified on the INFILE card can be arbitrary file prefixes with optional paths appropriate to the operating system (Windows or UNIX).  They may be enclosed in quotes (double or single quotes can be used), and either forward slash (/) or back slash (\) characters can be used to separate parts of the path name.

The following rules are used to locate a file referenced on the INFILE card:

When the argument contains the absolute path of the file (if it starts with "/" on UNIX or a drive letter, such as "D:", on Windows, for example), the file at the given location is used.
When only the file prefix is given (without the path), the file has to be located in the same directory as the file containing the INFILE command.
When the argument contains a relative path (../filename or sub/filename, for example), it is located in the directory relative to the file containing the INFILE command and is NOT relative to the directory in which  the solver was executed, or to the directory where the main file is located.
3.The total length of information on this card is limited to 200 characters (including the card name and spaces between arguments).  This data can be on a single line or span multiple continuation lines.  See Guidelines for I/O Options and Subcase Information Entries for an example showing how to enter long file names on multiple lines.

See Also:

I/O Options Section

I/O Options by Function

The Input File