Post Reply 
Thermodynamics
04-28-2014, 07:05 PM
Post: #1
Thermodynamics
Hey guys hi!
My name is Alessio, I'm looking for some thermodynamics programs useful for my exercises.
I already visited the famous website hpcalc.org but I did not find anything about for example the refrigeration fluid R134a ( i mean simple tables)
Could someone help me?
Find all posts by this user
Quote this message in a reply
05-02-2014, 03:18 AM
Post: #2
RE: Thermodynamics
Do you know anything about programming the HP 50g? It would be relatively easy to create a table of R134a properties program. You could start with the CASE ... END structure. The test-clause would use temperature as an argument.

<<
CASE -40 ==
THEN {-40 51.2 0.0007054 0.3611 -0.04 207.37 0.00 225.86 225.86
0.0000 0.9687 0.9687} END
.
.
.
END
>>

So now you have, for example, {-40 51.2 0.0007054 0.3611 -0.04 207.37 0.00 225.86 225.86 0.0000 0.9687 0.9687} in stack level one. The program will
return
{"deg C=" "kPa=" "vf=" "vg=" "uf=" "ug=" "hf=" "hfg=" "hg=" "sf=" "sfg="
"sg="} to stack level one, which will push the previous argument to stack level two. So now you have

2: {-40 51.2 0.0007054 0.3611 -0.04 207.37 0.00 225.86 225.86 0.0000 0.9687 0.9687}
1: {"deg C=" "kPa=" "vf=" "vg=" "uf=" "ug=" "hf=" "hfg=" "hg=" "sf=" "sfg="
"sg="}

Use the ADD command to concatenate the two lists. You could then have the program break open the list onto the stack. With a little work you could figure out a more aesthetically pleasing way of displaying your data. Check out the DISP and FREEZE commands.
Find all posts by this user
Quote this message in a reply
05-16-2014, 03:00 PM
Post: #3
RE: Thermodynamics
Hello,

here are some pictures showing the HP 50g port of THERMO-PRO that I did.

[Image: 01_h20_dataentryn0jp8.gif]

[Image: 02_h20_resultp8kf2.gif]

[Image: 03_r-12_dataentry7jjc7.gif]

[Image: 04_r-12_resultcijek.gif]

[Image: 05_r-134_dataentryekkri.gif]

[Image: 06_r-134_resultojjo1.gif]

Regards,
Andreas

http://www.software49g.gmxhome.de
Visit this user's website Find all posts by this user
Quote this message in a reply
05-17-2014, 08:27 PM
Post: #4
RE: Thermodynamics
Excellent thread! I was going to post a similar q.

Vagn Anderssen

Helsinki
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)