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 --- 2510/CH13/EX13.10/Ex13_10.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 2510/CH13/EX13.10/Ex13_10.sce (limited to '2510/CH13/EX13.10') diff --git a/2510/CH13/EX13.10/Ex13_10.sce b/2510/CH13/EX13.10/Ex13_10.sce new file mode 100755 index 000000000..00ec06062 --- /dev/null +++ b/2510/CH13/EX13.10/Ex13_10.sce @@ -0,0 +1,10 @@ +//Variable declaration: +//From example 13.9: +TS = -10.0+273.0 //Fluid’s saturation temperature expressed in Kelvin (K) +QC = 160.0 //Heat absorbed by the evaporator (kJ/kg) + +//Calcuation: +DS = QC/TS //Fluid’s change in entropy(kJ/kg.K) + +//Result: +printf("The fluids change in entropy across the evaporator is : %.2f kJ/kg.K.",DS) -- cgit