Overview
Comment: | Updated SS entries. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f9727046063e95c9e4852f9dde208fda |
User & Date: | geraint@users.sourceforge.net on 2003-01-06 21:22:53 |
Other Links: | branch diff | manifest | tags |
Context
2003-01-07
| ||
00:43:29 |
Attempting to add common intermediate representation between rbg and abg so that a common method can be used to interpret dia and xfig diagrams check-in: 8212047a2c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2003-01-06
| ||
21:22:53 | Updated SS entries. check-in: f972704606 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-12-23
| ||
12:24:57 | Move condition test to reflect modified J_uu check-in: cec1b202bf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/GasDynamics/LeakyCylinder/LeakyPiston_lbl.txt from [61459c1737] to [552b5840bb].
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 | %SUMMARY LeakyPiston: Leaky piston sub model %DESCRIPTION <Detailed description here> %% Label file for system LeakyPiston (LeakyPiston_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 Piston piston lin $1;$2;$3 % Component type RG leak lin $4;$5;$6 % Component type SS | > > > | | | | | | | | 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 | %SUMMARY LeakyPiston: Leaky piston sub model %DESCRIPTION <Detailed description here> %% Label file for system LeakyPiston (LeakyPiston_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1998/03/04 10:00:11 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 Piston piston lin $1;$2;$3 % Component type RG leak lin $4;$5;$6 % Component type SS [mass_b] SS external,external [mass_t] SS external,external [mechanical_b] SS external,external [mechanical_t] SS external,external [shaft] SS external,external [thermal_b] SS external,external [thermal_t] SS external,external |
Modified mttroot/mtt/lib/examples/GasDynamics/LeakyCylinder/Piston_lbl.txt from [93daf6da73] to [a07bef4048].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | %SUMMARY Piston: simple model of the piston %DESCRIPTION Inludes inertia and pressure effects. %% Label file for system Piston (Piston_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 I m_p lin flow,$1 % Component type SS | > > > | | | | 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 Piston: simple model of the piston %DESCRIPTION Inludes inertia and pressure effects. %% Label file for system Piston (Piston_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1998/03/04 10:01:38 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 I m_p lin flow,$1 % Component type SS [bottom] SS external,external [shaft] SS external,external [top] SS external,external % Component type TF a_b lin flow,$2 a_t lin effort,$3 |