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!

ADPL method for extracting individual node reaction

Status
Not open for further replies.

apakdel

Materials
Joined
Dec 19, 2004
Messages
2
Location
CA
Hello,

I understand that one can simply list the reaction solution in the postprocessor and have the reactions for all selected nodes listed.

However, I am trying to obtain the reaction solution for a specific node within a macro in order to fill an array with a series of these nodal reactions.

The *GET function doesn't seem to be able to do this. Any suggestions how this may be done?



 
First, dimension and name your array. Then use:

*GET,<parameter_name>,NODE,<node_number>,RF,(FX, FY etc.)

Then fill the array with each result.

Cheers,

-- drej --
 
When I tried that command previously to obtain the heat flow reaction force it did not work properly. Which F would be appropiate for the heat flow?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top