Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Use subseq with defined subcase ids

Status
Not open for further replies.

suslu13

Mechanical
Joined
Apr 22, 2018
Messages
17
Location
TR
Hi all

In the case below, i would like to combine subcase 90 and subcase 100 in a subcom.

I wrote like in the below however nastran does not understand. Could you please help me how to combine the loadcase with their ids.

1.5 * subcase 90 + 1.0* subcase 100

Regards


SUBCASE 90
LABEL= fx1000
SPC = 1
LOAD = 8
ANALYSIS = STATICS
DISPLACEMENT = ALL
STRESS = ALL
SUBCASE 100
LABEL= fx2000
SPC = 1
LOAD = 15
ANALYSIS = STATICS
DISPLACEMENT = ALL
STRESS = ALL
$
$Combine loadcases with defined id
SUBCOM 500
LABEL= loadstep1
SUBSEQ = 1.5,90,1.0,100
DISPLACEMENT = ALL
STRESS = ALL
 
Which Nastran are yo using? In MSC Nastran, SUBSEQ is used to define the _sequence_ IDs, not the number of the SUBCASEs. If you want to use SUBCASE numbers then use SUBSEQ1.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top