Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Output(plot) Set Command

Status
Not open for further replies.

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!
 
Replies continue below

Recommended for you

Hi flambter,

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.'
 
ok, thanks.

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor