NREAD

NREAD, Fname, Ext, --
Reads nodes 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 NODE if Fname is blank.

--

Unused field.

Notes

The read operation is not necessary in a standard Mechanical APDL run but is provided as a convenience for those who want to read a coded node file (such as from another mesh generator or from a CAD/CAM program).

Data should be formatted as produced via NWRITE.

Only nodes within the node range specified via NRRANG are read from the file. Duplicate nodes already in the database are overwritten.

The file is rewound before and after reading. Reading continues until the end of the file.

Menu Paths

Main Menu>Preprocessor>Modeling>Create>Nodes>Read Node File