Model Flow Pressure in Branch Pipe

  • Thread starter Thread starter Nevonis
  • Start date Start date
  • Tags Tags
    Branch Pressure
AI Thread Summary
The discussion focuses on modeling flow through a branched pipe using standard partial differential equations for hydraulic transmission lines. The user has discretized and linearized the equations to incorporate boundary conditions but is struggling to model the branch itself, which has one inlet and two outlets. They propose a simplified equation for the branch pressure but question its validity. The model is being developed in MATLAB and Simulink, and it is designed to be dynamic, responding to changes in boundary conditions. The user seeks further guidance or resources to accurately represent the dynamics of the branch in their model.
Nevonis
Messages
8
Reaction score
0
Hello guys

So I'm trying to model flow through a branched pipe. The equations I've used are the standard partial differential equations for a hydraulic transmission line:
∂p/∂t = -β/A * ∂q/∂x​
∂q/∂t = -A/ρ * ∂p/∂x - F/ρ + g*Acos(α(x))​

I've discretized and linearized these so that I can model it with boundary conditions, q_in and p_out, and they look like this

∂pi/∂t = β/(A*l) * (qi-1-qi)​
∂qi/∂t = A/(l*ρ) * (pi - pi+1) - fqi

Think staggered grid; q_in, p_1, q_1, p_2, q_2 ... p_N, q_N, p_out.

My problem is that I can't find out how to model the branch itself. It obviously has one inlet and two outlets, can I model it as easy as

∂pbranch/∂t = β/(A*l) * (qin-qout1-qout2)​

..It just seems to easy.

If you know of any articles or books, or know it yourself, please give me a shout.
 
Engineering news on Phys.org
Without knowing any other details about your model, the pressure drop in each branch should be equal, IMO.
 
The branches are not the problem. The problem is the branch itself, how the dynamic model for the branch will look like. This area: http://static.quality-tuning.com/images/stories/virtuemart/product/stainless-steel-y-pipe-l150-(1).jpg (just an example)
The form of the branch won't matter. I'm modeling it in 1D without thinking about gravity or anything else.
I'm writing this in Matlab and simulink, and it's a dynamic model as I wrote which should react to changes in the boundary conditions (being flow in and pressures on the two outlets.)

It's in state space form x_dot = Ax+Bu where u are the boundary conditions.

If you need more spesific info about the model, please ask.
 
Last edited by a moderator:
Your link is busted.
 
The middle one. But only with 2 branches
 
Hi all, I have a question. So from the derivation of the Isentropic process relationship PV^gamma = constant, there is a step dW = PdV, which can only be said for quasi-equilibrium (or reversible) processes. As such I believe PV^gamma = constant (and the family of equations) should not be applicable to just adiabatic processes? Ie, it should be applicable only for adiabatic + reversible = isentropic processes? However, I've seen couple of online notes/books, and...
I have an engine that uses a dry sump oiling system. The oil collection pan has three AN fittings to use for scavenging. Two of the fittings are approximately on the same level, the third is about 1/2 to 3/4 inch higher than the other two. The system ran for years with no problem using a three stage pump (one pressure and two scavenge stages). The two scavenge stages were connected at times to any two of the three AN fittings on the tank. Recently I tried an upgrade to a four stage pump...

Similar threads

Back
Top