vidiii
Industrial
- Nov 13, 2006
- 36
Hi,
I'm trying to select all nodes of an area that is defined. I can't use nsel (because ANSYS crashes then), I must use FITEM commands.
Example (from another work):
! Defining that the nodes on upper electrodes are coupeld considering the voltage.
! ANSYS crashed when the more easy command nsel was used
FLST,4,325,1,ORDE,7
FITEM,4,4580
FITEM,4,4582
FITEM,4,-4599
FITEM,4,4626
FITEM,4,-4639
FITEM,4,4662
FITEM,4,-4953
CP,1,VOLT,P51X
! The same for the nodes on the lower electrode
FLST,4,325,1,ORDE,7
FITEM,4,3860
FITEM,4,3862
FITEM,4,-3879
FITEM,4,3906
FITEM,4,-3919
FITEM,4,3942
FITEM,4,-4233
CP,2,VOLT,P51X
How can I select those nodes like the author did via a GUI command? (FITEM and FLST) I could write APDL for this problem, but I think it's possible to solve this in a fast way.
Could somebody please help me. Thanks in advance!
Kindest regards,
mab
I'm trying to select all nodes of an area that is defined. I can't use nsel (because ANSYS crashes then), I must use FITEM commands.
Example (from another work):
! Defining that the nodes on upper electrodes are coupeld considering the voltage.
! ANSYS crashed when the more easy command nsel was used
FLST,4,325,1,ORDE,7
FITEM,4,4580
FITEM,4,4582
FITEM,4,-4599
FITEM,4,4626
FITEM,4,-4639
FITEM,4,4662
FITEM,4,-4953
CP,1,VOLT,P51X
! The same for the nodes on the lower electrode
FLST,4,325,1,ORDE,7
FITEM,4,3860
FITEM,4,3862
FITEM,4,-3879
FITEM,4,3906
FITEM,4,-3919
FITEM,4,3942
FITEM,4,-4233
CP,2,VOLT,P51X
How can I select those nodes like the author did via a GUI command? (FITEM and FLST) I could write APDL for this problem, but I think it's possible to solve this in a fast way.
Could somebody please help me. Thanks in advance!
Kindest regards,
mab