You are on page 1of 1

p = 50 //Pressure in bar Ta = 400 // Temperature at a (Degrees Celcius) sa = s_PT("Water/Steam",p,Ta) // Specific entropy Tb=100 // Temp at b sb=s_PT("Water/Steam",p,Tb)//Specific entropy at b uc=1872.

5 //specific internal energy at c in kj/kg uc = usat_Px("Water/Steam",p,xc) sc=ssat_Px("Water/Steam",p,xc) // specific entropy xd=1 //saturate vapour state sd=ssat_Px("Water/Steam",p,xd)//specific entropy at state d

You might also like