Calculating Mass of Oil in Cylindrical Core

Miro
Messages
5
Reaction score
0
Hi everybody,
didn't really know where to put this thread since it's physics using math, so I'm sorry if it's not in its appropriate place.

My problem is:
I need to compute the mass of oil in a cylindrical core put into a core holder.it's partially filled of oil. I didn't know how to numerically calculate it knowing that the porosity of the core is different of the outside annular's one.

I'd be so thankful if u could help. :smile:

PS: it's none of HW, but I need it in a project I'm working on.
 
Physics news on Phys.org
Well if you know the density of oil (mass per volume) you can just multiply the density by the volume that you need to fill to find the mass needed.

Was that your question?
 
It wasn't really my question,

it's some kind of discreet summation over the volume which contains two different media (porous medium & fracture: 2 different porosities).

PS: it's about cylindrical coordinates

hope it's clear..
 
You want to find the center of mass of the system then? If so, just compute the center of mass of each component and compute the weighted average of them as though they were point-masses.
 
benorin said:
You want to find the center of mass of the system then? If so, just compute the center of mass of each component and compute the weighted average of them as though they were point-masses.


Not really, thanks anyway, I found out how to do it:
sum(2*3.14*porosity(i,j,k)*r(i)*dr(i)*dz(k)*density)

where (i,j,k) are the coordinates of a point,
r(i) the radius,
dr(i) the radius variation,
dz(k) the height variation.


:smile: thanks 4 everybody,
 
Back
Top