|
| >
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| %SUMMARY Density - Computes P and T.
%DESCRIPTION Parameter: density,ideal_gas,gas_constant
%DESCRIPTION OR : specific_volume,ideal_gas,gas_constant
%DESCRIPTION OR : density,incompressible,gas_constant
%DESCRIPTION OR : specific_volume,incompressible,gas_constant
%DESCRIPTION Port [P]: Pressure
%DESCRIPTION Port [T]: Temperature
%DESCRIPTION Port [rho]: Density
%ALIAS P Pressure
%ALIAS T Temperature
%ALIAS rho|out Density
%ALIAS $1 density,ideal_gas,r
%% Label file for system Density (Density_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Each line should be of one of the following forms:
% a comment (ie starting with %)
% Component-name CR_name arg1,arg2,..argn
% blank
% Component type R
r Density density,ideal_gas,r
% Component type SS
[Pressure] SS external,external
[Temperature] SS external,external
[Density] SS external,external
|