Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

*NSET and *ELSET question 1

Status
Not open for further replies.

Dave442

Mechanical
Joined
Sep 9, 2008
Messages
495
Location
IE
Hi all,

When using the *NSET and *ELSET commands to create node / element sets, is it possible to read in node / element numbers from an external text file? Similar to the *NODE and *ELEMENT commands with which you can use the parameter INPUT=?

I have written an input file for a simple structural analysis and for clarity I would prefer to reference long lists of nodes / elements to external text files.

Not a big deal but would appreciate any input.

Many thanks,
Dave
 
Hello Dave, no the suboption "INPUT" is NOT available for the keywords NSET and ELSET. But you can write:

*Nset, name=myset
*Include, input=blalala.dat

where file blalala.dat contains the nodes ids-

/Stig
 
Hi portliner,

Thanks very much, exactly what I was after.

Regards,
Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top