summaryrefslogtreecommitdiff
path: root/3831/CH7/EX7.8/Ex7_8.sce
blob: 71fc465b83c057c58e23974b35d2fb8cdd608670 (plain)
1
2
3
4
5
6
7
8
9
10
// Example 7_8
clc;funcprot(0);
// Given data
V=2.50*10^-3;// m^3
Sigma_Q=53.7;// W/k.m^3
tau=30.0;// min

// Solution
S_pQ=Sigma_Q*V*tau*60;// J/K
printf('\nThe heat production of entropy inside this motor,(S_p)_Q=%3.0f J/K',S_pQ);