> |
restart;#'therm_eq15.mws'.2-2-04. |
Chapter 15: Set of pre-written equations available.
Theoretical air (i.e. theoretical air/fuel ratio) for a fuel CuHvOwNxSy
> |
eq15_2:=A[0]=(u+v/4-w/2+y)/c21; |
Equivalence ratio ("riqueza")
Relative air. Excess of air
> |
eq15_3_:=lambda=A/A[0];eq15_4:=e=A/A[0]-1; |
Heating value
> |
eq15_5:=PC=-Sum(nu[i]*h[i],i=1..C);eq15_5_:=PCS=-Sum(x[i]*h[std,i],i=1..C)/a;eqPCs:=PCI=PCS-x[H2O]*h[lv25]/a; |
Heat output (energy balance, steady control volume)
> |
eq15_6:=Q[s]=DH[e,term]-DH[quim]-DH[s,term]; |
Heat output per mol output (energy balance, steady control volume)
> |
eq15_6_1:=q[s]=a*h[e,fuel,term]+b*c[pa]*(Te-T25)+c*h[e,H2O]+d*c[p,O2]*(Te-T25)-Sum(x[Com[i]]*h[i],i=1..C)-Sum(x[Com[i]]*c[p,i],i=1..CP)*(T-T25);eq15_6_0:=q[s]=a*c[p,fuel,mol]*(Tef-T25)+b*c[pa]*(Tea-T25)+c*h[e,H2O]+d*c[p,O2]*(Te-T25)+a*PCI_-sum(delta_[i]*x[Comp[i]]*c[p,Comp[i]],i=1..C_)*(T-T25); |
Heat output per mol output, for standard input
> |
eq15_6_2:=q[s]=a*PCI-Sum(x[Com[i]]*c[p,i],i=1..CP)*(T-T25);eq15_6_3:=q[s]=a*PCI_-sum(delta_[i]*x[Comp[i]]*c[p,Comp[i]],i=1..C_)*(T-T25):eqqs:=%; |
Adiabatic combustion temperature for standard input and approx. air-output
> |
eq15_7:=Ta=T25+a*PCI/(Sum(x[Com[i]],i=1..CP)*c[pa]);eq15_7_1:=Ta=T25+a*PCI_/(sum(delta_[i]*x[Comp[i]],i=1..C_)*c[pa]); |
Adiabatic combustion temperature for standard input
> |
eq15_7_2:=Ta=T25+a*PCI/Sum(x[Com[i]]*c[p,i],i=1..CP);eq15_7_3:=Ta=T25+a*PCI_/sum(delta_[i]*x[Comp[i]]*c[p,Comp[i]],i=1..C_):eqTa:=%; |
Adiabatic combustion temperature ready for computations
> |
eq15_7_4:=Ta=T25+(a*(PCI+c[p,fuel]*(Tef-T25))+b*c[p,Air]*(Tea-T25))/Sum(delta[i]*x[Com[i]]*c[p,i],i=1..C);eq15_7_5:=Ta=T25+(a*(PCI_+c[p,fuel]*(Tef_-T25))+b*c[p,N2]*(Tea_-T25))/sum(delta_[i]*x[Comp[i]]*c[p,Comp[i]],i=1..C_); |
WARNING. A list of all variables follows, to copy and paste to the save command (after Maple7 there is no saving all). CAUTION: After pasting all, I must MANUALLY delete system variables: like RealRange_...
> |
save eq15_2, eq15_3,eq15_3_, eq15_4, eq15_5,eq15_5_,eq15_6, eq15_6_0, eq15_6_1, eq15_6_2, eq15_6_3, eq15_7, eq15_7_1, eq15_7_2, eq15_7_3, eq15_7_4, eq15_7_5, eqPCs, eqTa, eqqs, "../therm_eq15.m": |