CV Relationships for Mass Conservation (Continunity) (pp. 179)¶
To use CV analysis the system equations are converted to volume variation relations. Recall that extensive properties are defined throughout an entire mass of a fluid (a system) whereas intensive properties are an amount of property per unit mass.
References¶
RTT applied to conservation of mass¶
Starting with mass itself, the extensive property is mass \(m\)
The mass per unit mass is unity; \(\frac{m}{m}=1\)
The mass per unit volume is density; \(\frac{m}{V}=\rho\)
In the case of mass we have
Now consider a system (gold cube in the figure at time \(t=t_0\)
A short time (\(t+\Delta t\)) later the system has moved, some parts have left the CV.
Examination of the three zones and the system total mass gives:
Inserting these into the system to volume expression:
Now using the divergence theroem to cope with the terms in Parts I and III of space in the drawing
The application of Gauss’ divergence theorem produces the “flux integrals”.
Now examine the relationship between velocity and area in the flux integrals
Collect the terms together into the Reynolds Transport Expression for Mass
To summarize:
Example 1: Application of Continunity to a Holy Grail¶
Actually our just a vessel with a hole in the bottom; a grail, with a hole in the bottom is the holey grail!
# problem statement - above Yay!
# sketch
# known
V_in = 7 # m/s
A_in = 0.0025 # m^2
Q_out = 0.003 #m^3/s
# rho = 1000 # kg/m3
# grabity = 9.8 # m/s/s
# change in storage
dSdt = V_in*A_in - Q_out
print('storage accumulation is .... wait for it ...',dSdt)
storage accumulation is .... wait for it ... 0.014500000000000002