XANSYS Message: 95350 [Go back to message list]
No rating yet
Rate item:

Subject: Re: [WB] Coupling equations
Author: peter.palagyi_at_se.atlascopco.com
Date: 2008-10-06 08:04:42

Dear Venkata,

I don't think that works. If you check in Ansys classic you should see a
component "nodes" that has your nodes included. But there is no components
called "node", "no1", "nodeno2" etc, which you need.

If you don't care which node is the primary node I think you can use

cp,next, ux, all

instead. If you need to set one certain node as primary node one way could
be to have that node in a Named selection by itself. Use CMSEL to select
the node and *GET,asfg,sadg,sdag (don't remember the exact formulation) to
dump the node number into a parameter (primary_node). Have the rest of the
nodes in another Named selection and use *GET to get the lowest node number
and the number of nodes in the component. Do a loop over the number of
nodes in the 2nd set and use CP to create a coupling between "primary_node"
and each node in the 2nd set.

>From the back of my head...

CMSEL,S,named_selection_1_containing_the_first_node
*GET,node1,NODE,0,NUM,MIN

CMSEL,S,named_selection_2
*GET,min_nu_no,NODE,0,num,min
*GET,nu_no,NODE,0,COUNT,

mn=min_nu_no
*DO,i,1,nu_no
CP,NEXT,UX,node1,mn,
mn=NDNEXT(0)
*ENDDO


Best regards/Med vänlig hälsning
Peter Palágyi, M.Sc.

R&D Technical Support - Applied Mechanics
Division Rocktec
Atlas Copco Rock Drills AB
SE-701 91 Örebro
Sweden
Telephone +46 (0) 19 670 70 00
Phone dir +46 (0) 19 670 76 35
Office fax +46 (0) 19 670 74 47
peter.palagyi_at_se.atlascopco.com
Visit Atlas Copco at: www.atlascopco.com

We are commited to your superiour productivity
through interaction and innovation




"Bhagavatula,
VenkataKrishna"
nmhg.com> "ANSYS User Discussion List"
Sent by:
xansys-bounces_at_xa cc
nsys.org
Subject
Re: [Xansys] [xansys][WB] Coupling
2008-10-06 09:01 equations


Please respond to
ANSYS User
Discussion List
g>





Dear Peter,
I worked with named selection also. I created named selection as nodes
(Component name) of nodes and used following script
/prep7
alls
Cmsel,r,nodes
Cp,next,ux,node no1,nodeno2
/replot

I hope this is the sequence we need to follow for ansys classic.
Regards
Venkata Krishna

NMHG India Enggr & Support Services (P) Ltd.
501-505 Park Plaza,
775/1, Opp Kamala Nehru Park,
Off Bhandarkar Road, Pune, Maharashtra,
India-411 004.

Phone: +91 (20) 66085932
Fax: +91 (20) 66085909
E-Mail: venkata.krishna_at_nmhg.com
Internet: http://www.nmhg.com




-----Original Message-----
From: xansys-bounces_at_xansys.org [mailto:xansys-bounces_at_xansys.org]
Sent: Monday, October 06, 2008 12:26 PM
To: ANSYS User Discussion List
Subject: Re: [Xansys] [xansys][WB] Coupling equations

Did you define node1 and node2? The way to do it is to use Named
Selections, and in your case defining one vertex as node1 and the other
vertex as node2.

Best regards/Med vänlig hälsning
Peter Palágyi, M.Sc.

R&D Technical Support - Applied Mechanics
Division Rocktec
Atlas Copco Rock Drills AB
SE-701 91 Örebro
Sweden
Telephone +46 (0) 19 670 70 00
Phone dir +46 (0) 19 670 76 35
Office fax +46 (0) 19 670 74 47
peter.palagyi_at_se.atlascopco.com
Visit Atlas Copco at: www.atlascopco.com

We are commited to your superiour productivity
through interaction and innovation




"Bhagavatula,
VenkataKrishna"
nmhg.com>
Sent by: cc
xansys-bounces_at_xa
nsys.org Subject
[Xansys] [xansys][WB] Coupling
equations
2008-10-06 08:52


Please respond to
ANSYS User
Discussion List
g>





Dear members,



I am working on creating a coupling joint in Ansys Workbench
environment.



I tried by just creating coupling between two beams in x-direction by
Ansys classic command



Cp, next, Ux, node1, node2



I could not find it appear even in FE modeler or Ansys Classic after
exporting the same model.



I tried in a reverse way also I;e Creating a coupling in ansys classic
and export to FE modeler and then Design modeler.



Neither way it worked. Please throw some light on creating couplings in
workbench. We simulate various kinematic joints through coupling
equations.





Regards

Venkata Krishna



India Enggr & Support Services (P) Ltd.





501-505 Park Plaza,
775/1, Opp Kamala Nehru Park,
Off Bhandarkar Road, Pune, Maharashtra,
India-411 004.



Phone: +91 (20) 66085932
Fax: +91 (20) 66085909
E-Mail: venkata.krishna_at_nmhg.com

Internet: http://www.nmhg.com










^----------------------------------------------------
| XANSYS web - www.xansys.org |
| XANSYS blog - xansys.blogspot.com |
| The Online Community for users |
| of ANSYS, Inc. Software |
| Hosted by PADT - www.padtinc.com |
^----------------------------------------------------

^----------------------------------------------------
| XANSYS web - www.xansys.org |
| XANSYS blog - xansys.blogspot.com |
| The Online Community for users |
| of ANSYS, Inc. Software |
| Hosted by PADT - www.padtinc.com |
^----------------------------------------------------
^----------------------------------------------------
| XANSYS web - www.xansys.org |
| XANSYS blog - xansys.blogspot.com |
| The Online Community for users |
| of ANSYS, Inc. Software |
| Hosted by PADT - www.padtinc.com |
^----------------------------------------------------



Posts possibly associated with message #95350AuthorDateScore
95345[WB] Coupling equationsBhagavatula, VenkataKrishna 2008/10/06 
95346Re: [WB] Coupling equationspeter.palagyi_at_se.atlascopco.com2008/10/06 
95347Re: [WB] Coupling equationsBhagavatula, VenkataKrishna 2008/10/06 
95349Re: [WB] Coupling equationsMENGA, Edoardo 2008/10/06 
95350Re: [WB] Coupling equationspeter.palagyi_at_se.atlascopco.com2008/10/06 
95355Re: [WB] Coupling equationspeter.palagyi_at_se.atlascopco.com2008/10/06 
95356Re: [WB] Coupling equationsBhagavatula, VenkataKrishna 2008/10/06 
95358Re: [WB] Coupling equationsDoug Oatis2008/10/06