XANSYS Message: 26148 [Go back to message list]
[bookmark on del.icio.us]
No rating yet
Rate item:

Subject: Re: SubStructuring + All results in one RST
Author: Kim Ravn-Jensen
Date: 2001-07-20 03:18:00

Having studied a large number of bolted machine assemblies, I also
fancy top-down substructuring in the 21th century.

Below is a template for the recipe that I have used for some years.
Through the creation of a "dummy solution", the recipe deals with
shortcomings in ANSYS which may be absent in the most recent releases
(feedback on that issue would be interesting).

At the end of the procedure, load step numbers on "newtotal.rst" will
be one higher than what applied for your superelements. This is due
to the dummy solution at the beginning of the file.

Start of ANSYS command sequence ->

resu,oldtotal,db ! "oldtotal,db" is the model from which the
superelements were sliced out
alls
cpde,all,,,any ! cleanup everything which goes further than nodes and
elements
cede,all,,,any
waves
wsort,all
csys
fini
/ass,rst,newtotal,rst
/sol
anty,stat
mdel,all,all ! in case "oldtotal.db" had master DOFs on it
sfed,all,all,all ! continue the cleanup
d,all,all ! lock all DOFs to make the PCG solver run fast
eqsl,pcg
/tit,Dummy solution
save,newtotal,db
solv
fini
/post1
*do,arg2,1,nlsteps ! nlsteps is the number of expanded load steps for
each superelement
/go
*do,arg1,1,nsels ! nsels is the number of superelements
/go
ci=sejobnam(arg1) ! sejobnam is a character array containing the
superelement jobnames
file,%ci%,rst
set,arg2
*enddo
esel,none
nsel,none
file,newtotal,rst
appe,1
esel,all
nsel,all
arg3=arg2+1
rapp,arg3,arg3
*enddo
fini

<- End of ANSYS command sequence

Best regards
Kim Ravn-Jensen

Alfa Laval Copenhagen A/S - Maskinvej 5 - DK-2860 Søborg - Denmark
Phone: +45 39536000 - Direct Phone: +45 39536511 - Fax: +45 39536560
E-mail: kim.ravn-jensen@a...

--- In xansys@y..., "Ravi Sharma" wrote:
> Dear all,
> I have been using substructuring technique to accommodate large
sized problem to run within my available resources(computer
constraints). To do that, I have had to expand results of the Super
elements (say SE1.DB) as a seperate result file SE1.rst. I have more
such super elements viz., SE2, SE3 and SE4. I am able to see the
results in all these corresponding rst files.

> Now, I would ideally like to see all these results in one file. Is
that possible? If Yes, please do tell me so.

> I was wondering if I could simply add these rst files. since my
node numbers at these interfaces do definitely match. If this kindoff
thing is possible, please tell me how is that done.

> (P.S: User of Ansys University High 5.6 version)

> Thank you all for your time and patience,
> (Dear Scott Doug, your previous suggestion was very helpful. Thank
you)

> Ravi Sharma
> Student
> Andhra University
> Visakhapatnam


Posts possibly associated with message #26148AuthorDateScore
26143SubStructuring + All results in one RSTRavi Sharma2001/07/20 
26148Re: SubStructuring + All results in one RSTKim Ravn-Jensen2001/07/20 
26175Re: SubStructuring + All results in one RSTPhilippe Vidori2001/07/20 
26203Re: SubStructuring + All results in one RSTRavi Sharma2001/07/22 
26217Re: SubStructuring + All results in one RSTPhilippe Vidori2001/07/23