summaryrefslogtreecommitdiff
path: root/1286/CH8/EX8.14/8_14.sce
blob: 9749da8647a93b031fad7c47d9e83d0c28bda0ba (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
dt=0.5//c
L=80000*4.2//J/kg
T=273//k
dv=0.000091//m^3
//CALCULATIONS
dp=(L*dt)/(T*dv*100000)
//results
printf(' \n pressure= % 1f atm',dp)