Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

save and write output files between steps

Status
Not open for further replies.

charif

Petroleum
Nov 22, 2012
4
0
0
FR
Dear all,

I am launching a fatigue analysis with several operating and shut down cycles. and I wish sawve output files after some steps.the aim is to restart from this outputfiles a transient analysis.

if you need more information, I'm available

thanks in advance
 
Replies continue below

Recommended for you

is it enough to juste include *WRITE as this
*INCLUDE,INPUT=operating_cycle_Temp8.inp
*WRITE
*INCLUDE,INPUT=operating_cycle_Temp9.inp
*WRITE
*INCLUDE,INPUT=operating_cycle_Temp10.inp
*WRITE
*INCLUDE,INPUT=operating_cycle_Temp11.inp
*WRITE
*INCLUDE,INPUT=operating_cycle_Temp12.inp
 
Status
Not open for further replies.
Back
Top