-
-
February 28, 2019 at 12:08 am
JackieX
SubscriberHello.Â
I am simulating the transmission line structure by ANSYS 19.2 workbench. I use link 180 element and the initial shape of the transmission line is a parabola. Its connection between the transmission tower and line is assumed pin-pin connection. But I cannot realize the form finding part of transmission line. It always shows like this: The value of UZ at node 399 is 4.033743309E+13. It is greater than the current limit of 1000000 (which can be reset on the NCNV command). This generally indicates rigid body motion as a result of an unconstrained model. Verify that your model is properly constrained. Â
What should i check next? Thank you.
-
February 28, 2019 at 12:14 am
peteroznewman
SubscriberThe shape of a cable hanging from towers is a catenary, not a parabola.
-
February 28, 2019 at 12:58 am
JackieX
SubscriberHi. Thank you so much for your reply. I may not express clear.
Before ANSYS finding the transmission line's catenary shape of the transmission line, I use this equation to get its initial form: z=q/(2H)*x*(l-x)+c/l*x, H=q*l*l/8/f. Here q is the line load of transmission tower, H is the initial horizontal force, l is the span between two transmission towers, c is the height difference between two ends of the transmission line, f is the midspan sag. So I can get a set of coordinates of the initial shape of the transmission line. I use workbench 3D curve to generate this line. After this, I plan to find the catenary form of the transmission line by ANSYS. I use a method I found online: I first give small Young's modulus of transmission line and a initial strain about 1. After that, I adjusted the Young's modulus to the normal value of the transmission line and give about 0.0001 initial strain. But this method does not work. It shows the error like I showed on the previous question. so I do not know how to build the transmission line properly by ANSYS.Â
-
February 28, 2019 at 1:07 am
peteroznewman
SubscriberYou wrote, "I first give small Young's modulus of transmission line and a initial strain about 1. After that, I adjusted the Young's modulus to the normal value of the transmission line and give about 0.0001 initial strain."
This is not a good strategy for converging on the true shape. The small Young's modulus allows large deflections that later need to be retracted. I see no advantage in this strategy.
Â
-
February 28, 2019 at 1:19 am
JackieX
SubscriberThank you so much for the quick reply.Â
So what should I do to find the catenary shape of the transmission line? I use link 180 element, I set it tension only. I use the end release connection to realize the pin-pin connection between the tower and line. But it does not work when I add load on it.Â
-
February 28, 2019 at 1:34 am
peteroznewman
SubscriberWhat is the purpose of your analysis?
If you start with the equation of a catenary you could mesh that with link180 elements. See the Elastic catenary section if the Wiki article, because that is what a collection of link180 elements would be.
Did you apply a gravity load to your model?Â
Do you have Large Deflection turned on?
Do you have Auto Time Stepping turned on?
Do you have Initial Substeps set to 100 (or 1000)?
-
February 28, 2019 at 1:53 am
JackieX
SubscriberI plan to simulate dynamic wind load on the transmission tower-line structure.Â
I have done all your questions: gravity load, large deflection on, auto time stepping on and inital substeps 1000. It shows this now: There is at least 1 small equation solver pivot term (e.g., at the UZ  degree of freedom of node 398). Please check for an insufficiently constrained model. Â
What should i check next?                         Â
-
February 28, 2019 at 4:18 am
peteroznewman
SubscriberSet the Solver Type to Direct.
-
February 28, 2019 at 4:23 am
JackieX
SubscriberThe node 398 is on the transmission line. It is a node created because of meshing.Â
-
February 28, 2019 at 7:36 am
jj77
SubscriberOK,
truss models, representing cables are very difficult to get to converge. Normally software have inbuilt cable element with a catenary formulation, and other features.
Â
Now using truss elements one will calculate how the cable hangs/drops, and place the elements on that shape. That is the start.
Â
Â
The link180 is a truss element, and a chain of them is very unstable. Normally one uses displacement scaling sub steps to built up lateral stiffness (via geom. non-linearity). Before you apply gravity or any lateral loads, you need to built the nonlinear lateral stiffness via initial strains or stresses (tensile). So first initial strain, and then activate other loads.
Best to use the local element system when defining the pre-strains (strain causing tension is positive), this is done as shown below
INISTATE,SET,CSYS,-2 ! LOCAL ELEMENT SYSTEM FOR PRE-STRAINS
INISTATE,SET,DTYP,EPELÂ Â ! STRAIN
INISTATE,DEFINE,,,,,1E-7Â Â Â Â Â Â ! STRAIN VALUE
Â
If you are having troubles, attach the model and I will have a look (not sure If I can make it converge, in Strand7 I would, since this is the software I know and work with).
Â
Also see verification VM31, where cables are modelled with LINK180 el.
-
February 28, 2019 at 7:19 pm
JackieX
SubscriberThank you so much!Â
I add the pre-strain based on your suggestion. It works now!
-
February 28, 2019 at 9:03 pm
jj77
SubscriberYou do not need to do any form-finding, unless it is part of your student work.
Â
You can use Strand7 demo, run a cable element with gravity, and that will give you the catenary shape of the cable under gravity.
Â
You can then write down (text file) all of the point/nodes along the cable and add them to a text file, which can be imported to design modeler as a point cloud, and then define lines along these points to get the correct cable. Unfortunate one can not copy paste the points on the cable from the Strand7 demo GUI (only possible in normal version).
-
March 3, 2019 at 7:59 pm
JackieX
SubscriberHi. Can I ask one more question about add load on the transmission line?
I imported the points of transmission tower from txt by design modeler 3D curve. In this way, there is no point for me to add load on the transmission line in Static Structure. Would you please give me some suggestions? Thank you so much!
-
March 4, 2019 at 9:01 am
jj77
SubscriberI used the Strand7 approach which gives me the nodes on the cable and they were imported as points in DM. Then trusses are defined based on these. In that way it is easy to apply vertex force or line force on these trusses.
Â
If you do not have that (which I doubt, you must have many vertices and line bodies), then one can apply loads via commands, say the nsel,all and then f,all,fz,1, applies 1 N fz force on all nodes.
See the command reference in the ansys help for more information.
Â
Might be another way which I can not think of now.
-
March 4, 2019 at 4:27 pm
JackieX
Subscriberso you link your nodes from Strand7 approach by line in design modeler or 3D curve? I import my points by 3D curve in design modeler and I cannot add load on the transmission line.
-
March 4, 2019 at 4:31 pm
jj77
SubscriberCorrect, from the points, I use create line from points in DM to generate the line bodies that will later be the beam or truss elements.
-
March 4, 2019 at 5:31 pm
JackieX
SubscriberYeah, I just tried. I think line from points works. If I use 3D curve, there is no point on the transmission line for me to add load.
-
March 7, 2019 at 8:28 pm
JackieX
SubscriberHello, when I model tower by beam 188 and model transmission line by link 180, do I need to end release at their connection point?
-
March 14, 2019 at 10:25 pm
saranshdikshit
Subscriber Hey! Could you share your ANSYS model? I have been trying to model link element as well for a cable and would be grateful if you could share a working model.Â
-
March 4, 2021 at 4:25 pm
sdebode
SubscriberHi, can anyone tell me if it would be possible to couple a link180 to a shell element? I am trying to model a structural membrane coupled to a link. But I cannot run it due to the error link element references section 1(membrane) which is not a link sectio? nHelp would be appreciated! -
March 4, 2021 at 4:50 pm
Erik Kostson
Ansys EmployeeIt seems like the section you reference for the link is the section for a membrane. So you need to have a separate section for the link element.nnSo say we have section for link, and section for shell, then it should be:nET,1,180nET,2,181nnSECTYPE,1,LINK, ,nSECDATA,0.1,nSECCONTROL,0,0 nnSECTYPE,2,shell,, nsecdata, 0.005,1,0.0,3 nnThus when we define a link, we need:nsecn,1ntype,1nE,node1,node2nnand for shellnnsecn,2ntype,2nE,...nnMore info about these commands can be found in the help manual , apdl section.nAll the bestnnEriknn -
March 4, 2021 at 5:01 pm
Erik Kostson
Ansys EmployeeAlso in the future please do not post multiple times - so this is a duplicate question and the same as : /forum/discussion/25156/shell281-and-link180-element-coupling#latestnnEriknn
-
- The topic ‘Transmission line simulation’ is closed to new replies.
-
2984
-
970
-
857
-
761
-
599
© 2025 Copyright ANSYS, Inc. All rights reserved.