Air pipeline numerical modelling - how to take account of valves?
Air pipeline numerical modelling - how to take account of valves?
(OP)
Hi there
I´m modelling a air flow pipeline using Kirchoff laws and solving it through Newton method.
The trouble is when trying to add a valve in this system.
I´m programming myself this and cannot use any other software (besides the numerical recipes).
The system is composed of 4 fans and 4 elements which decrease pressure (http ://files.e ngineering .com/getfi le.aspx?fo lder=b8c76 985-31b2-4 47e-b757-5 b9309a8c0e e&file =exampleNe twork.jpeg).
The following assumptions hold:
- Steady-state
- Inlet and outlet pressures are equal to 1 atm (intake = discharge pressure)
- Pressure loss in pipes are negligible
- I know how to compute the pressure rise brought by fans and pressure decrease of the elements
Let Q be the flow rates, DP_Fan the pressure rise of fans, DP_el the pressure decrease of each element.
Applying 1st and 2nd Kirchoff laws, the following equations are obtained:
1st Law for node 1: Q1 + Q2 - Q3 = 0
1st Law for node 2: Q3 - Q4 - Q5 = 0
2nd Law for path 1/3: DP_Fan1 - DP_el1 - DP_el3 + DP_Fan3 = 0
2nd Law for path 1/4: DP_Fan1 - DP_el1 - DP_el4 + DP_Fan4 = 0
2nd Law for path 2/4: DP_Fan2 - DP_el2 - DP_el3 + DP_Fan3 = 0
2nd Law for path 2/4: DP_Fan2 - DP_el2 - DP_el4 + DP_Fan4 = 0
The first 2 equations may be rewritten as Q1 + Q2 - Q4 - Q5 = 0
The question is:
If a valve open to the atmosphere is placed between nodes 1 and 2, how shall I consider it in this analysis?
BTW: do any of you have read already Osiadacz book "Simulation and analysis of gas Networks"? Is it good?
Big thanks in advance.
I´m modelling a air flow pipeline using Kirchoff laws and solving it through Newton method.
The trouble is when trying to add a valve in this system.
I´m programming myself this and cannot use any other software (besides the numerical recipes).
The system is composed of 4 fans and 4 elements which decrease pressure (http
The following assumptions hold:
- Steady-state
- Inlet and outlet pressures are equal to 1 atm (intake = discharge pressure)
- Pressure loss in pipes are negligible
- I know how to compute the pressure rise brought by fans and pressure decrease of the elements
Let Q be the flow rates, DP_Fan the pressure rise of fans, DP_el the pressure decrease of each element.
Applying 1st and 2nd Kirchoff laws, the following equations are obtained:
1st Law for node 1: Q1 + Q2 - Q3 = 0
1st Law for node 2: Q3 - Q4 - Q5 = 0
2nd Law for path 1/3: DP_Fan1 - DP_el1 - DP_el3 + DP_Fan3 = 0
2nd Law for path 1/4: DP_Fan1 - DP_el1 - DP_el4 + DP_Fan4 = 0
2nd Law for path 2/4: DP_Fan2 - DP_el2 - DP_el3 + DP_Fan3 = 0
2nd Law for path 2/4: DP_Fan2 - DP_el2 - DP_el4 + DP_Fan4 = 0
The first 2 equations may be rewritten as Q1 + Q2 - Q4 - Q5 = 0
The question is:
If a valve open to the atmosphere is placed between nodes 1 and 2, how shall I consider it in this analysis?
BTW: do any of you have read already Osiadacz book "Simulation and analysis of gas Networks"? Is it good?
Big thanks in advance.





RE: Air pipeline numerical modelling - how to take account of valves?
Good luck,
Latexman
RE: Air pipeline numerical modelling - how to take account of valves?
Thanks for your kind help, but the focus of my doubt is not the pressure loss in the valve itself, but how the kirchoff equations will change with the valve addition.
Let´s assume that I know how to compute the pressure loss of a valve through Darcy-Weisbach.
Adding a valve to the system, how will the network analysis change?
Again, thanks for your help.
RE: Air pipeline numerical modelling - how to take account of valves?
A valve open to atmosphere between nodes 1 and 2 would require that you break pipe 1-2 to add another node N3 there between N1 & N2, then the valve (new flow element Q = K * (P32-P42) connecting from N3 to a new N4, N4 representing a pressure contolled connection to atmosphere at 14.7 psia.
From "BigInch's Extremely simple theory of everything."
RE: Air pipeline numerical modelling - how to take account of valves?
I appreciate your help.
I´m going follow your advice and study Osiadacz in order to get a clear understanding of the basics.
But I´d like to ask you for further help: you said that is apparent that my understanding on the subject is not enough.
Can you tell me if is there anything clearly wrong in the analysis of the original (without valve) network I shown above?
Thanks for your help.
RE: Air pipeline numerical modelling - how to take account of valves?
From "BigInch's Extremely simple theory of everything."
RE: Air pipeline numerical modelling - how to take account of valves?
Do you know an alternative to Osiadacz's book?
I´m having a hard time find a copy of it.
Thanks in advance.
RE: Air pipeline numerical modelling - how to take account of valves?
Keep looking, it's worth it.
From "BigInch's Extremely simple theory of everything."
RE: Air pipeline numerical modelling - how to take account of valves?
Good luck,
Latexman
RE: Air pipeline numerical modelling - how to take account of valves?
Good luck,
Latexman