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!

*GET Command

Status
Not open for further replies.

civicmadness

Mechanical
Joined
Feb 15, 2004
Messages
3
Location
SG
Hi,
I"m doing minimising deflection of a central hole in plate using ANSYS. To do optimisation, how do I use the *GET command to retrieve a value and store it as a scalar parameter? The value I want to retrieve is the deflection in the Z direction ie the deflection at the central hole.
 
You don't have to use *get structure always (*GET, Par, Entity, ENTNUM, Item1, IT1NUM, Item2, IT2NUM), sometimes you can directly obtain the parameter values. The convention is:

parameter_name=parameter_to_get(entity_number)

For deflection it is possible to *get the parameter "directly" i.e.

my_deflection_ux=ux(node_number)

Remember to go into /post1 and open the results file/step etc. before issuing this command.

Cheers,

-- drej --

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top