22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
%ALIAS Work Shaft
%ALIAS $1 c_v
%ALIAS $2 density,ideal_gas,r
%ALIAS $3 alpha
%ALIAS $4 flow,k_p
%% Label file for system Pump (Pump_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.6 1998/07/03 15:02:25 peterg
% %% Work alias added
% %%
% %% Revision 1.5 1998/07/03 14:43:24 peterg
% %% Added parameter aliases
% %%
% %% Revision 1.4 1998/07/02 19:46:19 peterg
|
>
>
>
>
>
>
|
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
%ALIAS Work Shaft
%ALIAS $1 c_v
%ALIAS $2 density,ideal_gas,r
%ALIAS $3 alpha
%ALIAS $4 flow,k_p
%ALIAS wPipe CompressibleFlow/wPipe
%ALIAS Poly CompressibleFlow/Poly
%% Label file for system Pump (Pump_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.7 1998/07/04 08:39:58 peterg
% %% New-style SS
% %%
% %% Revision 1.6 1998/07/03 15:02:25 peterg
% %% Work alias added
% %%
% %% Revision 1.5 1998/07/03 14:43:24 peterg
% %% Added parameter aliases
% %%
% %% Revision 1.4 1998/07/02 19:46:19 peterg
|