Overview
Comment: | Added VARs and parameters |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
09e5f7d0000e91e214ec9a0447733c84 |
User & Date: | gawthrop@users.sourceforge.net on 1998-08-10 16:05:52 |
Other Links: | branch diff | manifest | tags |
Context
1998-08-10
| ||
16:40:07 | Added VARs and parametrs check-in: 321eaf6c82 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:05:52 | Added VARs and parameters check-in: 09e5f7d000 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:51:06 | Comments may now be prefaced by # as well as % check-in: c4e82c31ac user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/OttoCycle/OttoCycle_lbl.txt from [f3fd9692ab] to [8c8db18e48].
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 | %SUMMARY OttoCycle: a simple closed thermodynamic cycle %DESCRIPTION The Otto cycle is a simple closed thermodynamic cycle %DESCRIPTION with four parts: %DESCRIPTION o Isentropic compression %DESCRIPTION o Heating at constant volume %DESCRIPTION o Isentropic expansion %DESCRIPTION o Cooling at constant volume %% Label file for system OttoCycle (OttoCycle_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1998/07/21 15:12:21 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 Cycle | > > > > > > | | 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 | %SUMMARY OttoCycle: a simple closed thermodynamic cycle %DESCRIPTION The Otto cycle is a simple closed thermodynamic cycle %DESCRIPTION with four parts: %DESCRIPTION o Isentropic compression %DESCRIPTION o Heating at constant volume %DESCRIPTION o Isentropic expansion %DESCRIPTION o Cooling at constant volume %VAR P_0 %VAR T_0 %VAR V_0 %% Label file for system OttoCycle (OttoCycle_lbl.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1998/07/21 15:15:27 peterg % %% Documentation + new format % %% % %% Revision 1.1 1998/07/21 15:12:21 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 Cycle cycle none ideal_gas;c_v;gamma_g;m_g % Component type SS Heat SS internal,external Work SS internal,external |