flambter
New member
- Jul 21, 2009
- 24
Hi,
I am trying to print only CBUSH element forces when calling FORCE(SORT1,REAL,BILIN)=200 in the subcase. 200 should refer to a previously appearing SET command.
I am trying to find how to define that SET command. In the quick reference guide, they state that SET is a Set Definition under OUTPUT(PLOT).
Here is what I have tried (first tried with CQUAD elements just to see if it works.)
SUBCASE 1
TITLE=3G_Up
SUBTITLE=3G_Up
OUTPUT(PLOT)
SET 200 = QUAD4
SPC = 2
LOAD = 3
SPCFORCES(SORT1,REAL)=ALL
FORCE(SORT1,REAL,BILIN)=200
It does not seem to work. I get error messages. I have tried many other combinations, but cannot get it to work. Without the OUTPUT(plot) command written in the bdf, the file is working great.
Any idea how it should work?
Thank you!
I am trying to print only CBUSH element forces when calling FORCE(SORT1,REAL,BILIN)=200 in the subcase. 200 should refer to a previously appearing SET command.
I am trying to find how to define that SET command. In the quick reference guide, they state that SET is a Set Definition under OUTPUT(PLOT).
Here is what I have tried (first tried with CQUAD elements just to see if it works.)
SUBCASE 1
TITLE=3G_Up
SUBTITLE=3G_Up
OUTPUT(PLOT)
SET 200 = QUAD4
SPC = 2
LOAD = 3
SPCFORCES(SORT1,REAL)=ALL
FORCE(SORT1,REAL,BILIN)=200
It does not seem to work. I get error messages. I have tried many other combinations, but cannot get it to work. Without the OUTPUT(plot) command written in the bdf, the file is working great.
Any idea how it should work?
Thank you!