jujumoi
Aerospace
- May 26, 2004
- 20
I was wondering if it's possible to list both Nodes coordinates and their solutions in the same file. I need this because the solution is provided only in a few selected nodes, and the listing of their coordinates lists all nodes selected. So I can't plot any results as a function of X or Y coordinates.Here is an example:
/PREP7
/TITLE,Bump
ET,1,PLANE121,,,1
V1=200
H1=15 !(V1/H1)*3=EFSUM_MAXIMO
V0=0
R1=0.5
L1=10
MP,PERX,1,1
k,1,0,R1,0
k,2,0,0,0
k,3,R1,0,0
LARC,1,3,2,R1
k,5,L1,0,0
k,6,L1,H1,0
k,7,0,H1,0
l,3,5
l,5,6
l,6,7
l,7,1
LESIZE,1,,,39
al,all
SMRTSIZE,1
aatt,1
AMESH,1
FLST,2,2,4,ORDE,2
FITEM,2,1
FITEM,2,-2
/GO
!*
DL,P51X, ,VOLT,V0
FLST,2,1,4,ORDE,1
FITEM,2,4
/GO
!*
DL,P51X, ,VOLT,V1
FINISH
/SOLUTION
SOLVE
FINISH
/POST1
ETABLE,SENE,SENE
ETABLE,EFX,EF,X
ETABLE,EFY,EF,Y
/NUMBER,1
PLNSOL,VOLT
/SHOW,WIN32C
/CLABEL,1,0
/CONTOUR,1,100,AUTO,,
/DEVICE,VECTOR,0
/CTYPE,0
/FOC,1,,-0.3,,1
/REP,FAST
/EFACE,1
!*
PLNSOL,EF,SUM,0,
LSEL,S, , , 1
lplot
NSLL,S,1
nplot
/AUTO,1
/REP,FAST
PRNSOL,EF,COMP
NLIST,ALL, , , ,NODE,NODE,NODE
Thanks in advance!
/PREP7
/TITLE,Bump
ET,1,PLANE121,,,1
V1=200
H1=15 !(V1/H1)*3=EFSUM_MAXIMO
V0=0
R1=0.5
L1=10
MP,PERX,1,1
k,1,0,R1,0
k,2,0,0,0
k,3,R1,0,0
LARC,1,3,2,R1
k,5,L1,0,0
k,6,L1,H1,0
k,7,0,H1,0
l,3,5
l,5,6
l,6,7
l,7,1
LESIZE,1,,,39
al,all
SMRTSIZE,1
aatt,1
AMESH,1
FLST,2,2,4,ORDE,2
FITEM,2,1
FITEM,2,-2
/GO
!*
DL,P51X, ,VOLT,V0
FLST,2,1,4,ORDE,1
FITEM,2,4
/GO
!*
DL,P51X, ,VOLT,V1
FINISH
/SOLUTION
SOLVE
FINISH
/POST1
ETABLE,SENE,SENE
ETABLE,EFX,EF,X
ETABLE,EFY,EF,Y
/NUMBER,1
PLNSOL,VOLT
/SHOW,WIN32C
/CLABEL,1,0
/CONTOUR,1,100,AUTO,,
/DEVICE,VECTOR,0
/CTYPE,0
/FOC,1,,-0.3,,1
/REP,FAST
/EFACE,1
!*
PLNSOL,EF,SUM,0,
LSEL,S, , , 1
lplot
NSLL,S,1
nplot
/AUTO,1
/REP,FAST
PRNSOL,EF,COMP
NLIST,ALL, , , ,NODE,NODE,NODE
Thanks in advance!