Using Output(plot) Set Command
Using Output(plot) Set Command
(OP)
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!





RE: Using Output(plot) Set Command
try to modify your Case Control as follows:
SUBCASE 1
TITLE=3G_Up
SUBTITLE=3G_Up
SET 200 = QUAD4
SPC = 2
LOAD = 3
SPCFORCES(SORT1,REAL)=ALL
FORCE(SORT1,PRINT,PLOT,REAL,BILIN)=200
the PRINT command sets the output on the .f06 file, the PLOT to the binary (.op2 or .xdb).
Hope this helps.
Regards,
Spirit
'Ability is 10% inspiration and 90% perspiration.'
RE: Using Output(plot) Set Command
It now works, but it doesn't do what I was expectinf. I am trying to output in the F06 files onle the CQUAD4 element forces and not all the CBEAM forces. By modifying the Case Control ,all force output are gone from the f06.