| Author |
Message |
el
Guest
|
Posted:
Fri Oct 29, 2004 5:52 am Post subject:
Calculate Volume of an straight pipe with non-standard X-sec |
|
|
Hi,
I need to calculate the volume of water in a straight pipe (10m long), but
with an odd Xsectional shape, for each 10mm increment of water height. I'd
tried to draw the Xsection of the pipe, sliced it with lines of 10mm apart
and then found the area of each slice. It's time consuming. Are there any
better ways to do it? Any suggestion on how to do it?
el.
|
|
| Back to top |
|
 |
Maverick91
Guest
|
Posted:
Fri Oct 29, 2004 5:54 pm Post subject:
Re: Calculate Volume of an straight pipe with non-standard X |
|
|
| Is the area of each of your cross-sections different? In other words, does the cross-sectional area of your pipe change over the length, like a long cone? |
|
| Back to top |
|
 |
William J Wright
Guest
|
Posted:
Sat Oct 30, 2004 6:47 pm Post subject:
Re: Calculate Volume of an straight pipe with non-standard X |
|
|
Is the section symetrical about the centre line?
If so, look at the calculation for the volume of a torus.
I use this in a lisp program to determine the weight of shafts and other
machined cylinders.
Bill
> I need to calculate the volume of water in a straight pipe (10m long), but
|
|
| Back to top |
|
 |
ZXR8
Guest
|
Posted:
Sun Oct 31, 2004 10:21 am Post subject:
Re: Calculate Volume of an straight pipe with non-standard X |
|
|
How about you make a solid to completely envelope the pipe, slice it to
match the two ends of the pipe, locally if necessary, make a copy of the
pipe onto itself and subtract it from the new solid, then 'seperate' the
(hopefully) two parts of the solid to leave a solid which matches the
internal space of the pipe and then use Massprop to give you the volume.
"el" <drop_msg -@- hotmail -DOT- com> wrote in message
news:4181a302_1@newsprd01...
| Quote: | Hi,
I need to calculate the volume of water in a straight pipe (10m long), but
with an odd Xsectional shape, for each 10mm increment of water height.
I'd
tried to draw the Xsection of the pipe, sliced it with lines of 10mm apart
and then found the area of each slice. It's time consuming. Are there
any
better ways to do it? Any suggestion on how to do it?
el.
|
|
|
| Back to top |
|
 |
el
Guest
|
Posted:
Mon Nov 01, 2004 4:27 am Post subject:
Re: Calculate Volume of an straight pipe with non-standard X |
|
|
No.
"Maverick91" <nospam@address.withheld> wrote in message
news:16208314.1099058123889.JavaMail.jive@jiveforum2.autodesk.com...
| Quote: | Is the area of each of your cross-sections different? In other words,
does the cross-sectional area of your pipe change over the length, like a |
long cone? |
|
| Back to top |
|
 |
|
|
|
|