summaryrefslogtreecommitdiff
path: root/3825/CH1/EX1.3/Ex1_3.sce
blob: bd07bb2da8b0fc048d91b8ab542bce960f588964 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
Pa=101.325 //atmospheric pressure in kPa
A=0.05 //cross sectional area of piston in metre square
k=50 //spring constant in kN/m
V0=0.1 //initial volume of gas in metre cube
V=0.2 //volume of gas at any instant during expansion in metre cube
P=Pa+((k*(V-V0))/(A*A)); //force balance equation
mprintf("P=%fkPa",P)//final pressure on gas cylinder