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!

ansys apdl, etab, max per row

Status
Not open for further replies.

rcbsimoes

Structural
Joined
Apr 6, 2012
Messages
11
Location
PT
Hi all,

I've been trying to create an etab column based on the values in the current row. no success.

Say I have a etable with S1 from load case 1, S1 from load case 2, S3 from LC1 and S3 from LC2.
I would like to have a 5th column where the min of S1s and a 6th with max of S3. Finally a 7th column with the amplitude (mxS3-mnS1).

But I can't seem to be able to make operations per row (finding the smallest/greatest value per row)...
( some thing along the line: column5=min(column1,column3) , etc )

Is there a way to achieve this?

Thanks in advance,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top