Does the equation of continuity apply to compressible fluids?

  • Thread starter Thread starter chhitiz
  • Start date Start date
  • Tags Tags
    Continuity
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
chhitiz
Messages
223
Reaction score
0
does eqn of continuity apply to only incompressible fluids?is there an eqn for compressible fluids?
 
Physics news on Phys.org
equation of continuity is just another expression for conservation for mass.

rho*area*velocity = constant

rho cancels out while dealing with a incompressible flow, & stays for compressible flows
 
In pseudo form, the equation of continuity over a control volume is simply

[tex]\sum m_{in} = \sum m_{out} + \sum m_{accumulated}[/tex]

So, if you have a box with marbles in it, and you put more marbles into it, either you accumulate marbles in the box, or if the box is full, marbles must come out.

For incompressible flow, pressure must remain constant, this means that the number of marbles (think molecules) must remain the same. That means for every marble that comes in, one must go out. However, for compressible flow, there can be an accumulation inside the control volume.

IIRC the actual equation in one of the 4 forms is something like:

[tex]\frac{\partial \rho}{\partial t} + \nabla (\vec{\rho V}) = 0[/tex]

The second term is called Divergence of Velocity and ends up being a rather important term when deriving the N-S equations.
 
Last edited:
minger said:
In pseudo form, the equation of continuity over a control volume is simply

[tex]\sum m_{in} = \sum m_{out} + \sum m_{accumulated}[/tex]

So, if you have a box with marbles in it, and you put more marbles into it, either you accumulate marbles in the box, or if the box is full, marbles must come out.

For incompressible flow, pressure must remain constant, this means that the number of marbles (think molecules) must remain the same. That means for every marble that comes in, one must go out. However, for compressible flow, there can be an accumulation inside the control volume.

IIRC the actual equation in one of the 4 forms is something like:

[tex]\frac{\partial \rho}{\partial t} + \nabla (\vec{\rho V}) = 0[/tex]

The second term is called Divergence of Velocity and ends up being a rather important term when deriving the N-S equations.

For the general case, the RHS should be the time rate change of the mass inside the control volume, not the summation.

[tex]\sum \dot{m}_{in} - \sum \dot{m}_{out} = \Delta \dot{m}_{system}[/tex]

For a steady-state, steady-flow process the mass and energy of the control volume are constant with time. The RHS becomes:

[tex]\frac{dm_{cv}}{dt} = \Delta \dot{m}_{cv} = 0[/tex]

Since the mass of the control volume is constant with time during the steady-state, steady-flow process, the conservation of mass principle becomes:

[tex]\sum \dot{m}_{in} = \sum \dot{m}_{out}[/tex]

The mass flow rate is related to volume flow rate and fluid density by

[tex]\dot{m} = \rho \dot{V}[/tex]

For one entrance, one exit steady-flow control volume, the mass flow rates are related by

[tex]\dot{m}_{in} = \dot{m}_{out}[/tex]

Hence,

[tex]\rho_{in} \dot{V}_{in} = \rho_{out} \dot{V}_{out}[/tex]

or

[tex]\rho_{in} \vec{V}_{in}A_{in} = \rho_{out} \vec{V}_{out}A_{out}[/tex]

CS
 
stewartcs said:
For the general case, the RHS should be the time rate change of the mass inside the control volume, not the summation.

[tex]\sum \dot{m}_{in} - \sum \dot{m}_{out} = \Delta \dot{m}_{system}[/tex]

Actually, looking back at this I think we're saying the same thing since you're not using the mass flow rate.

CS