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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

SOL 601 Thermo-Mechanical Coupling Analysis

Status
Not open for further replies.

Emiliano87

Mechanical
Joined
Oct 4, 2013
Messages
11
Location
AR
I'm trying to learn how to make a two way iterative coupling on NX Nastran with the solver SOL 601. In the modeling guide it says It can be done in the chapter 9 but it is quite vague.
So far I realized I have to include the TRANOPT parameter in the TMCPARA entry. The COUP parameter for the same entry has to be 0 for iterative coupling and the TRANOPT I believe it has to be also 0 for transient thermal and structural.
For use of the automatic time stepping (ATS) for the thermal analysis solution the parameter is AUTO,1

The input file would be something like this, someone have experience with this?? Can give me some example or recommend some literature so I can study how to do this???

.
.
.
SOL 601,159
CEND
$
ECHO = NONE
TEMP(INIT) = 200
OUTPUT
DISPLACEMENT(SORT1,PLOT,REAL) = ALL
SPCFORCES(SORT1,PLOT,REAL) = ALL
STRAIN(SORT1,PLOT,REAL,VONMISES,FIBER,CENTER) = ALL
STRESS(SORT1,PLOT,REAL,VONMISES,CENTER) = ALL
SUBCASE 101
LABEL = Structural Analysis - TMC
ANALYSIS=STRUC
DLOAD = 301
SPC = 1
$
SUBCASE 102
ANALYSIS=HEAT
DLOAD = 301
SPC = 1
.
.
.
BEGIN BULK
$
TMCPARA,1,COUP,0,TRANOPT,0,AUTO,1
.
.
.
ENDDATA
 
Hi Emiliano87,

I am looking into the same thing, but NX so far did not make it easy for me.

Did you find your solution? Do you have any suggestion on what to look at?

Thanks in advance!
Elaine
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top