Okay... this is a bit desperate...
I am reverse engineering an excel program that is used for calculating outputs for a pressure vessel used for industrial process fluid heating.
There is a part in the excel sheet where a pressure drop is being calculated. But there are too many unit conversions and other magic constants in intermediate steps i cannot regonise. I have some physics background but not enough in fluid mechanics to decipher.
For starters, I have intermediate step formulas like:
(fluid flow rate[lbs/h]]) * (1545) * ((inlet plus outlet temp[deg c] / 2)*9/5+460) /
((molecular weight[??])*((pressure[psig])+14.5)*144)
The formula looks like this:
$\frac{\dot{m} \times 1545 \underbrace{\left[\frac{(T_\text{in} + T_\text{out})}{2}\times(\frac{9}{5}) + 460 \right]}_\text{Degrees C to Deg F to Rankine}}{M_w \times (P_g + 14.5) \times 144}$
I am hoping someone who deals with fluid mechanics will be familiar with many formulae to tell what it might be.
The inputs to the entire calculation steps consists of flow rate, inlet and outlet temperatures, molecular weight, viscosity and thermal conductivity; and also dimensions of the vessel.
Greatly appreciate everyones help! Thanks.
EDIT: The actual problem is here http://www.jakesee.com/se/physics_se_16403.png and the birthplace of the image is here http://stackoverflow.com/questions/7647478/generate-a-flat-list-of-all-excel-cell-formulas