From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2006/CH3/EX3.2/ex3_2.sce | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 2006/CH3/EX3.2/ex3_2.sce (limited to '2006/CH3/EX3.2/ex3_2.sce') diff --git a/2006/CH3/EX3.2/ex3_2.sce b/2006/CH3/EX3.2/ex3_2.sce new file mode 100755 index 000000000..d33501fba --- /dev/null +++ b/2006/CH3/EX3.2/ex3_2.sce @@ -0,0 +1,26 @@ +clc; + // (a) Ammonia 26 oC and 0.074 m^3/kg +// From saturation table of ammonia at 26 oC +v=0.074; // specific volume of ammonia in m^3/kg +vf=0.001663; vg=0.1245; // specific volume of ammonia in m^3/kg +x=(v-vf)/(vg-vf); // Quality of vapour since v vg . Since from superheated table by interpolation for 550kPa and v +T=82.1; // Temperature of ammonia in degree celcius +disp ("oC",T,"Temperature of ammonia = ","(b).Ammonia 550kPa and 0.31m^3/kg"); +// (c).Freon 12, 0.35MPa and 0.036 m^3/kg +// From saturation table of Freon 12 at 0.35MPa +v=0.036; // specific volume of Freon 12 in m^3/kg +vf=0.000722; vg=0.049329; // specific volume of Freon 12 in m^3/kg +x=(v-vf)/(vg-vf); // Quality of vapour since v