Combustion mass conservation integral

greggleslarue
Messages
3
Reaction score
0

Homework Statement


integrate [(rs^2)*(rhos)*(us)*(db/dr)=(d/dr)*(r^2)*(rho)*(D)*(db/dr))]

rs=radius at surface
rhos=density at surface
us=velocity at surface
r = radius
rho = density
D= diffusivity
b=spalding non-dimensional parameter


Homework Equations





The Attempt at a Solution


This is the solution after one integration based on the assumptions that r, rho, D, u are not dependent

(rs^2)*(rhos)*(us)*(b)=(r^2)*(rho)*(D)*(db/dr)+(c1)

I think this involves separation of variables to solve and integrate but I don't see the steps clearly. Can someone please show me?
 
Physics news on Phys.org
First off you mean that rs is a constant right, not r? Secondly the right hand side seems a bit awkward. The d/dr operator does it act on everything that comes after it or?

If so, ignoring the constants, is this the differential equation you're trying to solve?:

<br /> \frac{db}{dr}=\frac{d}{dr}\left(r^2\frac{db}{dr}\right)<br />

Edit: Looking at your attempt at a solution this must be the case.

So after one integration you're left with b=r^2 b&#039;+c \Rightarrow b&#039;/(b-c)=1/r^2. You should be able to integrate this expression.
 
Last edited:
Cyosis said:
First off you mean that rs is a constant right, not r? Secondly the right hand side seems a bit awkward. The d/dr operator does it act on everything that comes after it or?

If so, ignoring the constants, is this the differential equation you're trying to solve?:

<br /> \frac{db}{dr}=\frac{d}{dr}\left(r^2\frac{db}{dr}\right)<br />

Edit: Looking at your attempt at a solution this must be the case.

So after one integration you're left with b=r^2 b&#039;+c \Rightarrow b&#039;/(b-c)=1/r^2. You should be able to integrate this expression.

Yes you are correct that is the basic equation I am trying to solve. I am getting hung up on the first integral though. I don't understand the steps from solving this:
db/dr=d/dr*(r^2*(db/dr))

I am thinking of this as separation of variables. IE move the dr on the left over to the right side. then the left side just becomes b, but the right side becomes more complicated. What are the steps for solving the original equation?
 
not the original equation i wrote but the original equation cyosis wrote.
Thanks
 
The first integral is pretty easy. Note that both sides are just "terms" that are getting differentiated with respect to r. Therefore integrating with respect to r will cancel out the differentiation operation bar a constant.

<br /> \begin{align*}<br /> \int \frac{db}{dr} dr &amp;=\int \frac{d}{dr}\left(r^2\frac{db}{dr}\right)dr<br /> \\<br /> b &amp;=r^2\frac{db}{dr}+c<br /> \end{align*}<br />
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top