Model Flow Pressure in Branch Pipe

  • Thread starter Thread starter Nevonis
  • Start date Start date
  • Tags Tags
    Branch Pressure
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
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
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:
The middle one. But only with 2 branches