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

Subject: Re: Substructuring
Author: Doug Scott
Date: 1998-12-16 15:30:00

Marc, I was screwed up not you. I got the following from ANSYS. It comes from
their Solutions Database. I haven't tried this my self, but it will probably
work.

Good Luck, CD Scott

ANSYS Solution ID: 6358
Last Modified On: 07/13/98
Version: 5.4

Summary: Using SETRAN to copy superelements around a circumference

Q: How can I copy a substructure around a circumference? The SETRAN command
has DX,DY,DZ fields but the increments are in global Cartesian coordinates only.

A: You need to create a local cylindrical system for each copy, with the active
coordinate system also being cylindrical. This can be conveniently done in a
do-loop, as shown in the example below.

! Sample input to copy superelements around a circumference
!
/filnam,s00 ! Generation pass
/PREP7
et,1,82
ex,1,1e7
pcirc,1,2,0,30 ! 30 degree sector
amesh,all
csys,1
nrotat,all ! Rotate all nodes
nsel,,loc,y,0
nsel,a,loc,y,30
cm,masters,node
m,all,all ! Master DOF at connecting nodes
nsel,all
!
/solu
antype,subst
seopt,,1
solve ! Generate s00.sub, the "original" superelement
finish
!-----------------------------
/clear
/filnam,use ! Use pass
/prep7
et,1,50
se,s00 ! Element 1
/pnum,node,1
/graph,full
gplot
save
!
! Duplicate the superelement N times around the circumference
sec = 30
n = 360/sec
*do,i,1,n-1
ninc = i*100 ! Node increment for the copy
ang = i*30 ! Angle increment
to_csys = ang ! Local coordinate system number
local,to_csys,1,,,,ang ! Local cylindrical c.s. with THXY angle
csys,1 ! Active c.s. is global cylindrical
orig = 's00' ! Name of the original superelement
copy = 's%ang%' ! Name of the copy
setran,orig,to_csys,ninc,copy
se,copy ! Generate the copy
gplot
*enddo
!
elist
cpintf,all ! Attach all adjacent superelements
!
! Now continue with loading and solution

> From: Marc Seidel[SMTP:seidel@m...]
> Reply To: xansys@o...
> Sent: Wednesday, December 16, 1998 9:02 AM
> To: shaffedl@o...; xansys@o...
> Subject: [xansys] Re: Substructuring

> From: Marc Seidel

> > I thought this command only translates one se file
> > and makes a new one with the new file name. Not
> > copying the se in the model.

> That's right.

> > Can't you just copy
> > the nodes around using the copy command and then
> > copy the se around using the node increment number
> > like regular elements?

> If I understand it correctly, I would have to recalculate each substructure
in it's
> new position. I don't think that it's possible to copy it around as a normal
> element - but maybe someone from ANSYS can give a hint.

> Marc.

> Dipl.-Ing. Marc Seidel Appelstrasse 9A
> Institut fuer Stahlbau 30167 Hannover
> Universitaet Hannover Tel. +49-511-7622512
> Germany Fax +49-511-7622991
> URL: http://www.stahlbau.uni-hannover.de


Posts possibly associated with message #62AuthorDateScore
50SubstructuringMarc Seidel1998/12/16 
51Re: SubstructuringDoug Scott1998/12/16 
53Re: SubstructuringMarc Seidel1998/12/16 
54Re: SubstructuringDoug Scott1998/12/16 
55Re: SubstructuringMarc Seidel1998/12/16 
56Re: SubstructuringDave Johnson1998/12/16 
59Re: SubstructuringMarc Seidel1998/12/16 
62Re: SubstructuringDoug Scott1998/12/16 
81SubstructuringMarc Seidel1998/12/18 
82Re: SubstructuringJuha Tyllinen1998/12/18 
83Re: SubstructuringSteve Owens1998/12/18 
85Re: SubstructuringHai Ly1998/12/18 
86Re: SubstructuringViktor Doundakov1998/12/18 
90Re: SubstructuringHai Ly1998/12/18 
9717substructuringHomayoon Rezvani Naraghi2000/03/22 
9723Re: substructuringJohn Swanson2000/03/22 
9743Re: substructuringHomayoon Rezvani Naraghi2000/03/23 
20343Substructuring in Batch ModeAlex A.Y. tap_club@2001/01/18 
20345Re: Substructuring in Batch ModeThomas Kipf2001/01/185
20651Superelement in ANSYS/Substructuringsbordas@2001/01/30 
20652Substructuring/Superelement/Crack propagationsbordas@2001/01/30 
20654Superelement/SubstructuringStephane Pierre Bordas spb276@2001/01/30 
20655Re: Superelement in ANSYS/SubstructuringMark Rodamaker2001/01/30 
20656Re: Superelement/SubstructuringMartin Liddle2001/01/30 
20659Re: Superelement in ANSYS/SubstructuringK.S. Raghavan2001/01/30-10
20664Re: Superelement/SubstructuringKim Ravn-Jensen2001/01/31 
20691Re: Superelement/SubstructuringStephane Pierre Bordas spb276@2001/01/31 
20706Re: Superelement/SubstructuringDan Bohlen2001/01/31 
20717Re: Substructuring/Superelement/Crack propagationRoth, John jroth@2001/01/31 
20721Re: Substructuring/Superelement/Crack propagationStephane Pierre Bordas spb276@2001/01/31 
20724Re: Superelement in ANSYS/SubstructuringChristopher Wright2001/01/31 
20730Re: Superelement in ANSYS/SubstructuringK.S. Raghavan2001/02/01 
20735Re: Superelement in ANSYS/SubstructuringJason Husband2001/02/01 
20739Re: Superelement/SubstructuringGerald Jones2001/02/01 
20740Re: Superelement in ANSYS/SubstructuringChristopher Wright1991/02/01 
20742Re: Superelement in ANSYS/SubstructuringOsman Buyukisik2001/02/01 
20747Re: Superelement in ANSYS/SubstructuringChristopher Wright1991/02/01 
20768Re: Superelement in ANSYS/SubstructuringK.S. Raghavan2001/02/02 
20783Re: Superelement in ANSYS/SubstructuringChristopher Wright2001/02/02 
20960Re: Superelement/SubstructuringK.S. Raghavan2001/02/09 
22679SubstructuringTodd Meidinger2001/04/12 
22681Re: SubstructuringJohn Swanson2001/04/12 
25447Superelement/Substructuring Analysistap_club@2001/06/29 
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 
34548Regarding substructuringSomesh J. Ghunakikar2002/03/05 
34565Regarding substructuringSomesh J. Ghunakikar2002/03/05 
34616Re: Regarding substructuringDan Bohlen2002/03/06 
34655Re: Regarding substructuringJohn Swanson2002/03/07 
34656Re: Regarding substructuringSomesh J. Ghunakikar2002/03/07 
34658Re: Regarding substructuringJohn Swanson2002/03/07 
34714Re: Regarding substructuringSomesh J. Ghunakikar2002/03/08 
34717Re: Regarding substructuringSomesh J. Ghunakikar2002/03/08 
34718Re: Regarding substructuringDan Bohlen2002/03/08 
34719Re: Regarding substructuringHerbert Liu2002/03/08 
34720Re: Regarding substructuringSomesh J. Ghunakikar2002/03/08 
34721Re: Regarding substructuringDan Bohlen2002/03/08 
34722Re: Regarding substructuringDan Militaru2002/03/08 
34724Re: Regarding substructuringSomesh J. Ghunakikar2002/03/08 
34751Re: Regarding substructuringRiccardo Testi2002/03/11 
34769Re: Regarding substructuringChristopher Wright1970/01/01 
37408Substructuring - problem in scaling of a load vectorNagendra Singh2002/05/08 
37439Re: Substructuring - problem in scaling of a load vectorNick nick@2002/05/09 
37445Re: Substructuring - problem in scaling of a load vectorNagendra Singh2002/05/090
37546Re: Substructuring - problem in scaling of a load ve ctorDan Bohlen2002/05/135
37948STRUC-Substructuring for TransientTom Davis2002/05/22 
37959Re: STRUC-Substructuring for TransientStan Schwantes2002/05/22 
37963Re: STRUC-Substructuring for TransientTom Davis2002/05/22 
37968Re: STRUC-Substructuring for TransientSheldon Imaoka2002/05/22 
37969Re: STRUC-Substructuring for TransientTom Davis2002/05/22 
43205large model submodeling or substructuring?Amar Atre2002/10/31 
45008[STRUCT] substructuring and modal analysisStephane Garreau stephane.garreau@2003/01/07 
45010Re: [STRUCT] substructuring and modal analysisBogdan Balasa2003/01/07 
46846Substructuring-Contact analysisAmar Atre2003/02/17 
46857Re: Substructuring-Contact analysisJoe Metrisin2003/02/17 
46881Re: Substructuring-Contact analysisRiccardo Testi2003/02/18 
46966Re: Substructuring-Contact analysisDan Bohlen2003/02/19 
47035Re: STRUC:Substructuring - How may I use super element in a modal analyze?Dave Johnson2003/02/21 
47663STRUCT - error message in substructuring analysisSchoenmaker Dennis E SchoenmakerDennisE@2003/03/11 
48279STRUCT: substructuring rulesSharma Shashikant2003/03/25 
48285Re: STRUCT: substructuring rulesDave Johnson2003/03/25 
48322Re: STRUCT: substructuring rulesSharma Shashikant2003/03/26 
48334Substructuring in HM-NASTRAN.Gerald mscnastran@2003/03/26 
48349Re: Substructuring in HM-NASTRAN.Martin Liddle2003/03/26 
51106Gen: Memory error in SubstructuringPraful Prabhu2003/06/12 
51109Re: Gen: Memory error in SubstructuringMartin Liddle2003/06/12 
51118Re: Gen: Memory error in SubstructuringRonnie Thomas2003/06/12 
51130Re: Gen: Memory error in SubstructuringKatherine Bryce2003/06/12 
51161Re:Gen:Memory error in SubstructuringPraful Prabhu2003/06/13 
51214substructuringManohar Kamath2003/06/16 
51222Re: substructuringMartin Liddle2003/06/16 
64149[STRUC] Substructuring and fixed imbalanceGula, Martin2003/11/07 
64153Re: [STRUC] Substructuring and fixed imbalanceMark Rodamaker2003/11/07 
64208Re: [STRUC] Substructuring and fixed imbalanceGula, Martin2003/11/11 
68528[STRUCT] SubstructuringPuneet Bhargava2004/04/06 
68534Re: [STRUCT] SubstructuringBram Weisman2004/04/06 
68535Re: [STRUCT] SubstructuringChristopher Wright2004/04/06 
68538Re: [STRUCT] SubstructuringChristopher Wright2004/04/06 
68542Re: [STRUCT] SubstructuringMark Rodamaker2004/04/06 
68545Re: [STRUCT] SubstructuringMark Rodamaker2004/04/06 
68561Re: [STRUCT] SubstructuringSheldon Imaoka2004/04/07 
78058Substructuring ProblemJeff HO 2005/08/12 
79052Insufficiently constrained model during substructuringPuneet Bhargava 2005/10/14 
79118Re: Insufficiently constrained model during substructuringDan Bohlen2005/10/17 
79129Re: Insufficiently constrained model during substructuringPuneet Bhargava 2005/10/18 
79158Re: Insufficiently constrained model during substructuringDan Bohlen2005/10/18 
79165Re: Insufficiently constrained model during substructuringPuneet Bhargava 2005/10/19 
79166Re: Insufficiently constrained model during substructuringPuneet Bhargava 2005/10/19 
79168Re: Insufficiently constrained model during substructuringPuneet Bhargava 2005/10/19 
79175Re: Insufficiently constrained model during substructuringRandy Smith2005/10/19 
79179Re: Insufficiently constrained model during substructuringDan Bohlen2005/10/19 
79200Re: Insufficiently constrained model during substructuringPuneet Bhargava 2005/10/19 
79202Re: Insufficiently constrained model during substructuringRandy Smith2005/10/195
79203Re: Insufficiently constrained model during substructuringDan Bohlen2005/10/19 
83107STRUC - Substructuring AnalysisPanagiotis Koutsovasilis2006/06/15 
83122Re: STRUC - Substructuring AnalysisEvgenii Rudnyi2006/06/15 
83155Re: STRUC - Substructuring AnalysisPanagiotis Koutsovasilis2006/06/19 
83157Substructuring & mor4ansysIker Gomez Vazquez2006/06/195
83158Re: SubstructuringBarry O'Donnell2006/06/19 
83165Re: Substructuring & mor4ansysEvgenii Rudnyi2006/06/195
86494SubstructuringMason Pillow2007/02/27 
86496Re: SubstructuringRod Scholl2007/02/27 
86505Re: SubstructuringEric Miller2007/02/28