Not sure if this is what you're looking for, but if your fluid has a consistent density, you can measure volumetric flow with 2 pressure sensors - one in a dead area (i.e. no flow) and one in the area with flow.
Using Bernoulli's equation, you can convert your measured pressure to velocity. Multiply by the cross-section of your pipe or whatever, and you have volumetric flow.
Thank You for the answer Weinberg. All inputs are greatly appriciated
Yeah, the thing is I have to obtain volumetric flow of the gass coming out of vaporizor. I have a pressure sensor for the pressure out of vaporizor (backpressure).
On the datasheet for vaporizor used, it states that:
- Gas ρ = 0,072 lb/ft3
- Specific volume = 13,8889 ft3/lb
- Vapor density = 0,967 and Liquid density@BP: 50,46 lb/ft3
I also read that liquid to gass expansion ratio of nitrogen is 1:694 at 20deg C.
The Bernoulli's equation is: P1+1/2ρv1^2+ρgh1=P2+1/2ρv2^2+ρgh2
Known data:
P
1 = Pressure out of hydraulic pump
P
2 = Pressure of gas coming out of vaporizor (backpressure)
ρ = density of fluid
g, h
1 and h
2
As I want to solve for v
2, which is the velocity of the medium going out of vaporizor, I need one more input, v
1. How can I obtain velocity of the fluid going in to the vaporizor?
Also, can I really use Bernoulli's equation if the density of fluid going in is different than density of gass coming out of vaporizor?
If my understanding is correct, having found v
2, I can use
v2 = q2/A = 4q/(D^2*π) or
q
2 = (v
2*D^2*π)/4 to find volumetric flow rate (q
2). However, this equation only stands for flat, plane cross-sections. Otherwise, it's
q = vAcosθ. Where θ is the angle between the unit normal
n̂ and the velocity vector
v of the substance elements.
Cheers and thank You!