Overview
Comment: | New-style SS |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
83cf7cb41b24269bfa96994995daa37d |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-04 08:39:58 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-04
| ||
08:45:05 | New-style SS labels check-in: 57117cbd93 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:39:58 | New-style SS check-in: 83cf7cb41b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:33:30 | New-style SS check-in: 05d10c36f8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/Pump/Pump_lbl.txt from [bef2cc7ad7] to [2502771e60].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | %SUMMARY Pump Ideal pump component for compressible flow %DESCRIPTION Parameter 1: c_v - specific heat of fluid %DESCRIPTION Parameter 2: Parameter passed to Density component %DESCRIPTION Parameter 3: alpha = (n-1)/n, n coefficient of polytropic %DESCRIPTION expansion. %DESCRIPTION Parameter 4: k_p pump constant: mass flow = k_p*shaft speed %ALIAS in Thermal_in,Hydraulic_in %ALIAS out Thermal_out,Hydraulic_out %ALIAS Th_in Thermal_in %ALIAS Hy_in Hydraulic_in %ALIAS Th_out Thermal_out %ALIAS Hy_out Hydraulic_out %ALIAS Work Shaft | > > > > > > > | | > > > | 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 42 43 44 45 46 | %SUMMARY Pump Ideal pump component for compressible flow %DESCRIPTION Pump represents an ideal pumping component for compressible %DESCRIPTION or incompressible flow though a pipe, it may also be used as a turbine. %DESCRIPTION The pump is ideal in the sense that the mass flow rate %DESCRIPTION depends only on the shaft speed. %DESCRIPTION Parameter 1: c_v - specific heat of fluid %DESCRIPTION Parameter 2: Parameter passed to Density component %DESCRIPTION Parameter 3: alpha = (n-1)/n, n coefficient of polytropic %DESCRIPTION expansion. %DESCRIPTION Parameter 4: k_p pump constant: mass flow = k_p*shaft speed %ALIAS in Thermal_in,Hydraulic_in %ALIAS out Thermal_out,Hydraulic_out %ALIAS Th_in Thermal_in %ALIAS Hy_in Hydraulic_in %ALIAS Th_out Thermal_out %ALIAS Hy_out Hydraulic_out %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 % %% New aliases % %% % %% Revision 1.3 1998/07/02 10:55:54 peterg |
︙ | ︙ | |||
47 48 49 50 51 52 53 | %% Each line should be of one of the following forms: % a comment (ie starting with %) % Component-name CR_name arg1,arg2,..argn % blank | | | | | | | | | | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | %% 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 wPipe pipe none c_v;density,ideal_gas,r % Component type Poly poly Poly alpha % Component type SS [Hydraulic_in] SS external,external [Hydraulic_out] SS external,external [Shaft] SS external,external [Thermal_in] SS external,external [Thermal_out] SS external,external T SS external,0 % Component type TF k_p lin flow,k_p |