Sengna Posted May 16, 2014 Posted May 16, 2014 (edited) i tried to draw elbow of 12" pipe, i am using fillet tool, i am not sure if there is easier way to draw this elbow or turn of this pipe. i used R=10" on fillet 1 (f1) which looks ok but f2 (Inner radius) does n't look right, my question is what is rule or fomular to get the correct radius? [ATTACH=CONFIG]48892[/ATTACH] Edited May 16, 2014 by Sengna Quote
Dadgad Posted May 16, 2014 Posted May 16, 2014 (edited) If you think about it, you will realize that the inside radius needs to be smaller than the outside radius by the dimension of the pipe. If you have used a 10" radius on the external fillet, what will that make your internal fillet radius? How could that be? You could do this by using the OFFSET command, and setting the offset distance to the dimension of the pipe, once you have determined the correct radius for either one of the fillets. Edited May 16, 2014 by Dadgad Quote
rkent Posted May 16, 2014 Posted May 16, 2014 Short radius elbow will have a center line radius of 1X pipe diameter. Long radius elbow will have a center line radius of 1.5X pipe diameter. So a 12" short radius elbow would have a center line radius of 12, an inner radius of 12-6=6, outer radius of 12+6=18. Quote
tzframpton Posted May 16, 2014 Posted May 16, 2014 If you are tasked with drawing double lined piping then you may want to look at this freebie gem from ASMI, which automatically draws the fittings based on the radius which you preset: http://www.cadtutor.net/forum/showthread.php?30545-*FREE*-HVAC-or-Piping-program-for-AutoCAD Hope this helps. -Tannar Quote
Dana W Posted May 16, 2014 Posted May 16, 2014 Unfortunately I don't think it is quite that simple even though I know nothing about piping. Pipe elbows it would seem, must have a minimum inside radius. The elbow or bend is called out as a centerline radius. I have no idea what the standards are myself, but it will depend on the usage and type of pipe, and whether it physically can be bent, or the elbows have to be welded in place, or threaded on. I do know for sure that 12" pipe will not bend on a 10" outside radius. Your inside radius would be negative 2". From what I can see on the interwebs, my best guess is to start with an inside radius equal to the pipe radius, which is 6", then add the diameter of the pipe which is 12", to obtain the outside radius of 18". Quote
Dana W Posted May 16, 2014 Posted May 16, 2014 Short radius elbow will have a center line radius of 1X pipe diameter.Long radius elbow will have a center line radius of 1.5X pipe diameter. So a 12" short radius elbow would have a center line radius of 12, an inner radius of 12-6=6, outer radius of 12+6=18. Youj got there using job experience, didn't you. My guess wasn't all that far off. Quote
gazza_au Posted May 16, 2014 Posted May 16, 2014 (edited) Find the radius you require on the list, long or short then draw this with your fillet. half the pipe o.d then offset this from the ceterline radius. Steel / Stainless 12" pipe outside diameter = 323.9mm Edited May 16, 2014 by gazza_au Quote
gazza_au Posted May 16, 2014 Posted May 16, 2014 If you are tasked with drawing double lined piping then you may want to look at this freebie gem from ASMI, which automatically draws the fittings based on the radius which you preset: http://www.cadtutor.net/forum/showthread.php?30545-*FREE*-HVAC-or-Piping-program-for-AutoCAD Hope this helps. -Tannar Nice tool Tannar thanks. Quote
Sengna Posted May 16, 2014 Author Posted May 16, 2014 Short radius elbow will have a center line radius of 1X pipe diameter.Long radius elbow will have a center line radius of 1.5X pipe diameter. So a 12" short radius elbow would have a center line radius of 12, an inner radius of 12-6=6, outer radius of 12+6=18. That sound about right rkent Quote
Sengna Posted May 16, 2014 Author Posted May 16, 2014 (edited) Short radius elbow will have a center line radius of 1X pipe diameter.Long radius elbow will have a center line radius of 1.5X pipe diameter. So a 12" short radius elbow would have a center line radius of 12, an inner radius of 12-6=6, outer radius of 12+6=18. That sounds about right rkent Edited May 16, 2014 by Sengna Quote
Sengna Posted May 16, 2014 Author Posted May 16, 2014 Find the radius you require on the list, long or short then draw this with your fillet.half the pipe o.d then offset this from the ceterline radius. Steel / Stainless 12" pipe outside diameter = 323.9mm This is what i need thanks you, unfortunately i have to go search for the English Unit before i do that let me make sure if i know how to read this table: NPS=12 then A=457mm which Approx. =17.99212598 inch, correct me if i am wrong. Quote
gazza_au Posted May 16, 2014 Posted May 16, 2014 Sengna 457mm / 25.4 = 17.99" (18") I will attached some more charts of pipe wall thickness and diameter if you need them? Quote
Sengna Posted May 16, 2014 Author Posted May 16, 2014 (edited) If you are tasked with drawing double lined piping then you may want to look at this freebie gem from ASMI, which automatically draws the fittings based on the radius which you preset: http://www.cadtutor.net/forum/showthread.php?30545-*FREE*-HVAC-or-Piping-program-for-AutoCAD Hope this helps. -Tannar i did download the Lisp, how do i install this lisp? after downloaded, i open the notepad and it shows bunch of text like below. excellent tool. (defun c:DUCT(/ actDoc ang1 ang2 ang3 ptLst enDist fPt lEnt lObj lPln oldVars oldWd plEnd plStart1 plStart2 prDir segLst Start stDist stLst tAng vlaPln cFlg *error*) (vl-load-com) (defun GetPlineVer(plObj) (mapcar 'cdr (vl-remove-if-not '(lambda(x)(=(car x)10)) (entget plObj))) ); end of GetPLineVer (defun asmi-PlineSegmentDataList(plObj / cLst outLst) (setq cLst (vl-remove-if-not '(lambda(x)(member(car x) '(10 40 41 42))) Edited May 19, 2014 by SLW210 Added Code Tags Quote
gazza_au Posted May 16, 2014 Posted May 16, 2014 Some more data sheets for you. OneSteel Metalcentre Know Your Steel Booklet 74.pdf OneSteel Metalcentre Know Your Steel Booklet 75.pdf Quote
Sengna Posted May 16, 2014 Author Posted May 16, 2014 Some more data sheets for you. Thanks gazza_au Quote
tzframpton Posted May 16, 2014 Posted May 16, 2014 i did download the Lisp, how do i install this lisp? after downloaded, i open the notepad and it shows bunch of text like below. excellent tool.Quickest way is to just drag/drop into AutoCAD, then type DUCT at the command line. To have the program always available, add it to your Startup Suite. Quote
rkent Posted May 16, 2014 Posted May 16, 2014 That sound about right rkent Sengna - the larger radius of 18 you have correct, the inside radius should be 6 and not 12, 12 is the center line radius so you would subtract 6 from 12 = 6. Quote
SLW210 Posted May 19, 2014 Posted May 19, 2014 Sengna, please read the Code Posting Guidelines and use Code Tags for Code in the future. Most designs will use long radius elbows, where there is room, for improved flow. There is also an extra long radius elbow and it is 3x pipe diameter at center radius, which you may or may not run across. Be easier to make a set of elbows as blocks on a tool palette than to try to draw them each time. Here is a chart. http://www.bwfitting.com/elbow-size.html Another as a PDF http://www.st-pipefittings.com/ANSI-B16.9-elbow.pdf P.S. I have an excel file from Pipedesigners.com with info for ELLs, Tees, Flanges, Eliptical Heads, etc., but it is too large to post here, even as a Zip file. Quote
ROBP Posted May 19, 2014 Posted May 19, 2014 Sengna, please read the Code Posting Guidelines and use Code Tags for Code in the future. Most designs will use long radius elbows, where there is room, for improved flow. There is also an extra long radius elbow and it is 3x pipe diameter at center radius, which you may or may not run across. Be easier to make a set of elbows as blocks on a tool palette than to try to draw them each time. Here is a chart. http://www.bwfitting.com/elbow-size.html Another as a PDF http://www.st-pipefittings.com/ANSI-B16.9-elbow.pdf P.S. I have an excel file from Pipedesigners.com with info for ELLs, Tees, Flanges, Eliptical Heads, etc., but it is too large to post here, even as a Zip file. Lisp routine already exist here and running and draws them all in each schedules according to standards. Quote
SLW210 Posted May 19, 2014 Posted May 19, 2014 That's all fine and good if you have the ability to run LISP, there are others that do not have such capabilities or desires. Plus, it is very important to know what the end result of a LISP needs to be to insure correctness and accuracy. Quote
Recommended Posts
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.