EREAD

EREAD, Fname, Ext, --
Reads elements from a file.

Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on

Fname

File name and directory path (248 characters maximum, including the characters needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name.

The file name defaults to Jobname.

Ext

Filename extension (eight-character maximum).

The extension defaults to ELEM if Fname is blank.

--

Unused field.

Notes

This read operation is not necessary in a standard anlaysis run but is provided as a convenience for those wanting to read a coded element file, such as from another mesh generator or from a CAD/CAM program.

Data should be formatted as generated via EWRITE.

If issuing EREAD to acquire element information generated from EWRITE, you must also issue NREAD before the EREAD command. The element types (ET) must be defined before the file is read so that the file may be read properly. Only elements that are specified via ERRANG are read from the file. Also, only elements that are fully attached to the nodes specified via NRRANG are read from the file.

Elements are assigned numbers consecutively as read from the file, beginning with the current highest database element number plus one. The file is rewound before and after reading. Reading continues until the end of the file.

Menu Paths

Main Menu>Preprocessor>Modeling>Create>Elements>Read Elem File