Jump to content

lisp polyline


sadefa

Recommended Posts

Dear ymg3,

 

you are right - the thing which I need it actually an catenary. In my case, I mentioned parabola as for not quite big spans this does not make much of a difference.

 

Can you please tell me the units you have specified into your input data?

Do you have the tension in kN or MPa? I guess that is in MPa as you do not ask for the cross section of the conductor.

The weight per unit length - is it in kg/m, N/m or N/m*mm^2?

 

The eq for y values which I would like to be using is: Y=(specificload*x^2) / (8 * Sigma).

 

The specific load is in N/m*mm^2 and Sigma is in MPa.

 

Tomorrow morning I will go deep into the script and check this by myself.

Link to comment
Share on other sites

  • Replies 23
  • Created
  • Last Reply

Top Posters In This Topic

  • ymg3

    6

  • motee-z

    5

  • hanhphuc

    5

  • sadefa

    5

Top Posters In This Topic

Posted Images

  • 3 weeks later...

ymg3,

 

can you please help me modify the lisp so that it can work with differenet X and Y scales. The OHTL lines are often in different scales for x and y. For example for lenght 5000 and for hight 500.

 

I cannot get where I have to integrate the scale ration into the lisp.

Link to comment
Share on other sites

safeda,

 

All you need to do is to multiply your Y by 10

while keeping the x at 1:1

 

(setq pl (cons (list x (* 10  (+ (* c (- (cosh (/ (- x xv) c)) 1)) yv))) pl)

 

Can't help you more than this as I am traveling.

 

ymg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...