bmorales
Materials
- Dec 9, 2009
- 12
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 (
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 (
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.