Re: Pressure, volume, temperature calculation problem
  Home FAQ Contact Sign in
alt.solar.thermal only
 
Advanced search
POPULAR GROUPS

more...

alt.solar.thermal Profile…
 Up
Re: Pressure, volume, temperature calculation problem         


Author: David Williams
Date: Jun 13, 2008 12:50

Writing the program was a lot simpler than I expected.

----------------------------------------------------

' manometer

' Note: Assumes gas in closed leg is saturated with water vapour

ko = 273.16 ' kelvin offset
dm = 13.5' density of mercury
Pa = 760 * dm' atmospheric pressure (mm water)
T0 = 20 ' temp (C) at which water level in legs are equal
h = 100 ' height of empty section of closed leg when levels equal (mm)
t = T0
GOSUB VPWater
w0 = w ' vapour pressure of water at T0
T0 = T0 + ko' convert to kelvins

INPUT "Depression of water level below average (mm)"; d
PRINT "This means difference between two levels is"; 2 * d; "mm"

Th = 100 ' search limits (C). temp assumed to be between them
Tl = 0

DO
Show full article (2.81Kb)
no comments

RELATED THREADS
SubjectArticles qty Group
Using Calculated Text Box Values in Report Footer Calculationsmicrosoft.public.access.reports ·