Overview
Comment: | New aliases |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b689df020f467dfc9585b66fa6333468 |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-02 19:46:34 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-02
| ||
19:48:45 | Changed aliases check-in: d50be83038 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:46:34 | New aliases check-in: b689df020f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:41:29 | Fixed empty port string bug - set to null string. check-in: 54ba2db2f3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/Comb/Comb_lbl.txt from [7689baa00a] to [7c1f7289b9].
1 2 | %SUMMARY Comb: Combustion chamber model %DESCRIPTION | | | > > > > > > > > > > | | | | | 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 47 48 | %SUMMARY Comb: Combustion chamber model %DESCRIPTION %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 %% Label file for system Comb (Comb_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.3 1998/07/02 10:54:42 peterg % %% Lower case in out % %% % %% Revision 1.2 1998/07/02 10:49:32 peterg % %% Added port aliases % %% % %% Revision 1.1 1998/05/19 09:11:29 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% 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 SS [Hydraulic_in] external external [Hydraulic_out] external external [Heat] external external [Thermal_in] external external [Thermal_out] external external P external 0 T external 0 % Component type hPipe pipe none m_c;v_c;r |
Modified mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/Pump/Pump_lbl.txt from [c733767abc] to [087376d323].
1 2 3 4 5 6 | %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 | | | > > > > > > > > > | 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 | %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 %% Label file for system Pump (Pump_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.3 1998/07/02 10:55:54 peterg % %% Lower case in out % %% % %% Revision 1.2 1998/07/02 10:52:33 peterg % %% Added port aliases % %% % %% Revision 1.1 1998/04/07 15:23:30 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
︙ | ︙ | |||
32 33 34 35 36 37 38 | % Component type Pipe pipe none $1;$2 % Component type Poly poly Poly $3 % Component type SS | | | | | | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | % Component type Pipe pipe none $1;$2 % Component type Poly poly Poly $3 % Component type SS [Hydraulic_in] external external [Hydraulic_out] external external [Shaft] external external [Thermal_in] external external [Thermal_out] external external T external 0 % Component type TF k_p lin flow,$4 |