Solving Navier Stoke Problem with 3D Equation and Lubrication Approximation

  • Thread starter Thread starter iloc86
  • Start date Start date
iloc86
Messages
3
Reaction score
0
hi every body, I am doing an analysis of a paper about a tool used in oil well drilling, they use 3D navier stoke equation and by lubrication aproximation the get this

-(1/r) ∂p/∂θ + k (∂( 1/r ∂(rw)/∂r )/∂r )=0

its necesary to get w so i use integral but i obtain an irreal i used mathematica wolfram. but in the paper they obtain

w= 1/2k ∂p/∂θ (ln r - 1/2) + C1 1/2 r + C2/r

somebody could confirm this
 
Physics news on Phys.org
sorry imaginary
 
-(1/r) ∂p/∂θ + k (∂( 1/r ∂(rw)/∂r )/∂r )=0
∂( 1/r ∂(rw)/∂r )/∂r = (1/k) (∂p/∂θ) (1/r)
1/r ∂(rw)/∂r = (1/k) (∂p/∂θ) ln(r) + C1
∂(rw)/∂r = (1/k) (∂p/∂θ) r ln(r) + C1 r
(rw) = (1/k) (∂p/∂θ) [(r²/2) ln(r)-r²/4] + C1 r²/2 + C2
w = (1/2k) (∂p/∂θ) [r ln(r)-(r/2)] + C1 r/2 + C2/r
 
JJacquelin said:
-(1/r) ∂p/∂θ + k (∂( 1/r ∂(rw)/∂r )/∂r )=0
∂( 1/r ∂(rw)/∂r )/∂r = (1/k) (∂p/∂θ) (1/r)
1/r ∂(rw)/∂r = (1/k) (∂p/∂θ) ln(r) + C1
∂(rw)/∂r = (1/k) (∂p/∂θ) r ln(r) + C1 r
(rw) = (1/k) (∂p/∂θ) [(r²/2) ln(r)-r²/4] + C1 r²/2 + C2
w = (1/2k) (∂p/∂θ) [r ln(r)-(r/2)] + C1 r/2 + C2/r

I have issues with this. In particular, you have:

\int \left(\frac{1}{k} \frac{\partial p}{\partial \theta} \frac{1}{r}\right)dr=\int \partial\left(\frac{1}{r}\frac{\partial}{\partial r}(rw)\right)

I do not see how you can integrate the left side with respect to r and get:

\int \left(\frac{1}{k} \frac{\partial p}{\partial \theta} \frac{1}{r}\right)dr=\frac{1}{k}\frac{\partial p}{\partial \theta} \ln(r)+c

You're assuming \frac{\partial p}{\partial \theta} is not a function of r and I do not think you can assume this. Also, wouldn't the constant of integration be an arbitrary function of theta in this case?
 
Last edited:
Hi every body thanks for the reply Jacqueline u obtain the same as the paper And jack in the doc they assume p doesn't change in r But as You say a c depent in theta What do u think?
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top