How can I list results and coordinates on a surface?


The surface calculation commands (SUxx) were added at Release 8.0 and provide capability for surfaces that
is parallel to the path capability for data along a path (line). A demonstration input listing is below. The surface
is named 'DIAG' and the temperature result is 'TSURF'.


/COM,ANSYS RELEASE 8.0 UP20030930 09:48:54 01/18/2005
/GRA,POWER
WPSTYLE,,,,,,,,0
/PREP7
block,,1,,4,,1
et,1,70
vmesh,1
dk,1,temp,10
dk,5,temp,100
mp,kxx,1,.5
FINISH
/SOL
solve
FINISH
/POST1
KWPLAN,-1, 5, 1, 3
wpstyle,0.05,0.5,-0.5,4.5,0.003,0,0,,5
SUCR,diag,CPLANE,1, ! if nref is 3 625 points, 1 gives 49 points
SUMAP,tsurf,TEMP
/VIEW, 1, -0.738240510232 , 0.189693958327 , 0.647315341412
/ANG, 1, 3.66363213934
SUPL,DIAG,TSURF,1
SUPR,DIAG,TSURF ! add a /OUT,filename before this and a/OUT after it to send its output to filename
! FINISH
! /EXIT,NOSAV





Show Form
No comments yet. Be the first to add a comment!