TAGGED: ansys-apdl, constraints
-
-
July 18, 2022 at 10:02 am
manuel.uruena
SubscriberHi everyone,
I am using cerig constraint equation in APDL to link the UZ degree of freedom of two nodes connected by a spring element. The master node has a displacement applied in UZ and UX UY constraint, while the slave node has UX and UY constraint.
mapdl.cerig('58', '4200069','UZ')
In the results, the master node moves in UZ direction but the slave node doesnt. The contraint seems correctly defined. I have also tried CP command but the result is the same. How can I make both nodes share the UZ displacement?
Â
-
July 18, 2022 at 11:21 am
Erik Kostson
Ansys EmployeeÂ
Hi
Â
This is pyMAPDL. I would sugget to do this manually (in MAPDL) on a simple model make sure CP (coupling nodes together) commands do what you want, and then move over and do the same simple example (not with 4 million nodes) in pyMAPDL.
Â
All the best
Â
Â
Â
-
October 10, 2022 at 9:11 pm
mrife
Ansys EmployeeHi manuel.uruena What type of spring elements are you using? Most only have one type of DOF i.e. translation or rotation, but not both. And the cerig command is looking to tie the both translation and rotation DOFs of node 58 to UZ of 4200069. Which should fail since it's one type of DOF or the other, and not both. I'm guessing you meant to use the CE command instead. Mike
-
November 29, 2023 at 4:19 pm
guy-hermann.youdom-yimbi.1
SubscriberI have the same problem, I'm trying to create a rigid region. I created components with my independent node and all the depend node.
When I issued that code :
Cerig,noeud_directeur,noeud_conducteur,all
I got an error message saying that the independent node is unselected, the cerig command is ignored.
What should I do.Â
Thanks in advanceÂ
Â
Â
Â
-
- The topic ‘CERIG not linking DOF’ is closed to new replies.
-
3792
-
1388
-
1188
-
1090
-
1015
© 2025 Copyright ANSYS, Inc. All rights reserved.