Last change
on this file since 4 was
1,
checked in by Rafael de Pelegrini Soares, 17 years ago
|
Initial import of the library
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
786 bytes
|
Line | |
---|
1 | #*--------------------------------------------------------------------- |
---|
2 | * This file is property of the author and cannot be used, copyed |
---|
3 | * or modified without permission. |
---|
4 | * |
---|
5 | * Copyright (C) 2002-2004 the author |
---|
6 | *---------------------------------------------------------------------- |
---|
7 | * Author: Paula Bettio Staudt and Rafael de Pelegrini Soares |
---|
8 | * $Id: streams_therm.mso 1 2006-06-20 17:33:53Z rafael $ |
---|
9 | *---------------------------------------------------------------------*# |
---|
10 | |
---|
11 | using "streams"; |
---|
12 | |
---|
13 | Model material_stream_therm_basic as material_stream_basic |
---|
14 | PARAMETERS |
---|
15 | ext PP as CalcObject (Brief = "External Physical Properties"); |
---|
16 | end |
---|
17 | |
---|
18 | Model vapour_stream as material_stream_therm_basic |
---|
19 | EQUATIONS |
---|
20 | h = PP.VapourEnthalpy(T, P, z); |
---|
21 | end |
---|
22 | |
---|
23 | Model liquid_stream as material_stream_therm_basic |
---|
24 | EQUATIONS |
---|
25 | h = PP.LiquidEnthalpy(T, P, z); |
---|
26 | end |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.