Overview
Comment: | Updated for latest MTT version. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
547594dcde1aef8718cbceea609c1b64 |
User & Date: | gawthrop@users.sourceforge.net on 2003-08-06 18:55:21.000 |
Other Links: | branch diff | manifest | tags |
Context
2003-08-06
| ||
22:39:40 | Fixed reporting of non-existent software, no longer says "is OK and has version .". check-in: 2ec3d6dbc6 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
18:55:21 | Updated for latest MTT version. check-in: 547594dcde user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:22:20 | No spurious key to lines check-in: 1be6bda6b9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/ShowerHeater_input.txt
from [41b9db6185]
to [6978dbd547].
1 2 3 4 5 6 7 8 9 10 11 | # -*-octave-*- Put Emacs into octave-mode # Input specification (ShowerHeater_input.txt) # Generated by MTT at Tue Dec 14 10:03:59 EST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Set the inputs | > > > | | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # -*-octave-*- Put Emacs into octave-mode # Input specification (ShowerHeater_input.txt) # Generated by MTT at Tue Dec 14 10:03:59 EST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/28 18:11:47 peterg ## To RCS ## ############################################################### # Set the inputs showerheater__in__hy_in = 1e-4*(t>30); # Inflow showerheater__in__th_in = 280; # In temperature showerheater__v_in__u = 240*((t<60)&&(t>1)); # Input voltage |
Modified mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/ShowerHeater_lbl.txt
from [4a31eec2e1]
to [ba8dee801c].
|
| | | | | | | | | > > > > | > | | | | | | | | | | | | | 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 ShowerHeater #DESCRIPTION <Detailed description here> ## Label file for system ShowerHeater (ShowerHeater_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ # ## Revision 1.1 2000/12/28 18:11:47 peterg # ## To RCS # ## # ############################################################### #NOTPAR t_0 #ALIAS Pipe IncompressibleFlow/Pipe ## 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 Pipe p1 lin rho;c_p;flow,0 p2 lin rho;c_p;flow,0 # Component type TankC t1 TankC rho;c_p;v # Component type In in # Component type Out out # Component type RS heater lin flow,r_h # Component type Se V_in SS external # Component type De T_out SS external |
Modified mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/ShowerHeater_numpar.txt
from [dbff65808f]
to [efdd8b1ce9].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # -*-octave-*- Put Emacs into octave-mode # Numerical parameter file (ShowerHeater_numpar.txt) # Generated by MTT at Tue Dec 14 09:52:42 EST 1999 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Parameters c_p = 4.184*1e3; # Specific heat p_0 = 0.0; # Ambient pressure | > > > < < > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # -*-octave-*- Put Emacs into octave-mode # Numerical parameter file (ShowerHeater_numpar.txt) # Generated by MTT at Tue Dec 14 09:52:42 EST 1999 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:11:47 peterg # %% To RCS # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Parameters c_p = 4.184*1e3; # Specific heat p_0 = 0.0; # Ambient pressure r_h = 10.0; # Heater resistance rho = 1e3; # Density v = 1e-3; # Volume (1 lit) t_0 = 1.0; # Added by MTT on Wed Aug 06 19:05:01 BST 2003 |
Modified mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/ShowerHeater_rep.txt
from [6ab3f0a293]
to [4288f558fa].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Outline report file for system ShowerHeater (ShowerHeater_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1999/02/21 02:13:25 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt ShowerHeater abg tex mtt ShowerHeater struc tex mtt ShowerHeater sympar tex mtt ShowerHeater ode tex mtt ShowerHeater numpar txt mtt ShowerHeater input txt | > > > | | 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 | # Outline report file for system ShowerHeater (ShowerHeater_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 2000/12/28 18:11:47 peterg % %% To RCS % %% % %% Revision 1.1 1999/02/21 02:13:25 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt ShowerHeater abg tex mtt ShowerHeater struc tex mtt ShowerHeater sympar tex mtt ShowerHeater ode tex mtt ShowerHeater numpar txt mtt ShowerHeater input txt mtt ShowerHeater odeso ps |
Modified mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/ShowerHeater_state.txt
from [e0b794af70]
to [154b053b6b].
1 2 3 4 5 6 7 8 9 10 11 | # -*-octave-*- Put Emacs into octave-mode # Initial state file (ShowerHeater_state.txt) # Generated by MTT at Tue Dec 14 10:06:08 EST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Set the states | > > > > | < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # -*-octave-*- Put Emacs into octave-mode # Initial state file (ShowerHeater_state.txt) # Generated by MTT at Tue Dec 14 10:06:08 EST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/28 18:11:47 peterg ## To RCS ## ############################################################### # Set the states ## Removed by MTT on Wed Aug 6 19:07:29 BST 2003: mttx(1) showerheater__t1__tank = 280*rho*v*c_p; # Initial heat in tank |
Modified mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/TankC_cr.r
from [b7730f4aa2]
to [dab3fcf1b4].
1 2 3 4 5 6 7 8 9 | % Constitutive relation file for TankC (TankC_cr.r) % Generated by MTT at Thu Mar 5 10:30:23 GMT 1998 OPERATOR TankC; %Pressure % -- not relevant here %Temperature | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | % Constitutive relation file for TankC (TankC_cr.r) % Generated by MTT at Thu Mar 5 10:30:23 GMT 1998 OPERATOR TankC; %Pressure % -- not relevant here %Temperature FOR ALL COMP,rho,c_p,volume,Energy LET TankC(COMP,rho,c_p,volume,effort,1, Energy,state,1 ) = Energy/(volume*rho*c_p); END; |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/DieselCycle/DieselCycle_input.txt
from [6836ac416b]
to [a661e11900].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Numerical parameter file (DieselCycle_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs if ((t>=0.0)&&(t<1.0)) #Compression | > > > | | | | | | | | < < < < < | 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 | # Numerical parameter file (DieselCycle_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:15:21 peterg # %% To RCS # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs if ((t>=0.0)&&(t<1.0)) #Compression dieselcycle__heat = 0.0; # Entropy flow r = 1e10; # Big R to make a flow source dieselcycle__work = 0.8*r; #- Volume rate-of-change TopPressure = (gamma_g-1)*(x(1)/x(2)) endif; if ((t>=1.0)&&(t<2.0)) #Heating dieselcycle__heat = 1000; # Entropy flow r = 1e4; # small r constant pressure dieselcycle__work = TopPressure; # Pressure source Volume = x(4); endif; if ((t>=2.0)&&(t<3.0)) #Expansion dieselcycle__heat = 0.0; # Entropy flow r = 1e10; # Big R to make a flow source dieselcycle__work = -(1-Volume)*r; # Volume rate-of-change endif; if (t>=3.0) #Cooling Pressure = (gamma_g-1)*x(1)/x(2); dieselcycle__heat = -1000*(Pressure>1e5); # Entropy flow r = 1e10; # Big R to make a flow source dieselcycle__work = 0.0*r; # Volume rate-of-change endif; |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/DieselCycle/DieselCycle_lbl.txt
from [8af9af50cf]
to [5341048b5b].
|
| | | | | | | | | | | | | > > | | | > > | | | | | | > > > | | | < > | | | | | | | | 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 49 50 51 52 | #SUMMARY DieselCycle:a simple closed thermodynamic cycle #DESCRIPTION The Diesel cycle is a simple closed thermodynamic cycle #DESCRIPTION with four parts: #DESCRIPTION o Isentropic compression #DESCRIPTION o Heating at constant pressure #DESCRIPTION o Isentropic expansion #DESCRIPTION o Cooling at constant volume #PAR P_0 #PAR T_0 #PAR V_0 #PAR S_0 #PAR U_0 ### NB TopPressure should be computed within input.txt !!! #PAR TopPressure #PAR Volume #PAR Pressure #NOTPAR ideal_gas ## Label file for system DieselCycle (DieselCycle_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ # ## Revision 1.2 2000/12/28 18:15:21 peterg # ## To RCS # ## # ## Revision 1.1 1998/07/21 15:25:50 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 R r lin flow,r # Component type SS Heat SS internal,external Work SS external,internal |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/DieselCycle/DieselCycle_numpar.txt
from [ca28228f51]
to [6f9e156f73].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Numerical parameter file (DieselCycle_numpar.txt) # Generated by MTT at Thu Dec 4 11:44:46 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 1998/03/04 11:45:49 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Initial states -- needed to choose an approppriate mass P_0 = 1e5; V_0 = 1; T_0 = 300; # Parameters c_v = 718.0; # Parameter c_v for CU gamma_g = 1.4; # Parameter gamma_g for CU m_g = P_0*V_0/(T_0*(gamma_g-1)*c_v);# Parameter m for CU | > > > > > > > > > > > > | 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 | # Numerical parameter file (DieselCycle_numpar.txt) # Generated by MTT at Thu Dec 4 11:44:46 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:15:21 peterg # %% To RCS # %% # %% Revision 1.1 1998/03/04 11:45:49 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Initial states -- needed to choose an approppriate mass P_0 = 1e5; V_0 = 1; T_0 = 300; # Parameters c_v = 718.0; # Parameter c_v for CU gamma_g = 1.4; # Parameter gamma_g for CU m_g = P_0*V_0/(T_0*(gamma_g-1)*c_v);# Parameter m for CU ## Removed by MTT on Wed Aug 6 17:32:59 BST 2003: pressure = 1.0; # Added by MTT on Wed Aug 06 17:31:21 BST 2003 r = 1.0; # Added by MTT on Wed Aug 06 17:31:21 BST 2003 s_0 = 1.0; # Added by MTT on Wed Aug 06 17:31:21 BST 2003 ## Removed by MTT on Wed Aug 6 17:32:59 BST 2003: ## Removed by MTT on Wed Aug 6 17:32:59 BST 2003: toppressure = 1.0; # Added by MTT on Wed Aug 06 17:31:21 BST 2003 u_0 = 1.0; # Added by MTT on Wed Aug 06 17:31:21 BST 2003 ## Removed by MTT on Wed Aug 6 17:32:59 BST 2003: volume = 1.0; # Added by MTT on Wed Aug 06 17:31:21 BST 2003 pressure = 1.0; # Added by MTT on Wed Aug 06 17:36:47 BST 2003 toppressure = 1.0; # Added by MTT on Wed Aug 06 17:36:47 BST 2003 volume = 1.0; # Added by MTT on Wed Aug 06 17:36:47 BST 2003 |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/DieselCycle/DieselCycle_rep.txt
from [ccbd6c7b43]
to [dbf326fa0b].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Outline report file for system DieselCycle (DieselCycle_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1999/02/21 02:15:29 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss DieselCycle abg tex mtt -o -ss DieselCycle struc tex mtt -o -ss DieselCycle ode tex mtt -o -ss DieselCycle ss tex mtt -o -ss DieselCycle numpar txt mtt -o -ss DieselCycle input txt | > > > | | | | | | | 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 | # Outline report file for system DieselCycle (DieselCycle_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1999/12/21 23:57:08 peterg % %% Compiled version % %% % %% Revision 1.1 1999/02/21 02:15:29 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss DieselCycle abg tex mtt -o -ss DieselCycle struc tex mtt -o -ss DieselCycle ode tex mtt -o -ss DieselCycle ss tex mtt -o -ss DieselCycle numpar txt mtt -o -ss DieselCycle input txt mtt -o -ss DieselCycle odeso ps 'DieselCycle__cycle__V' mtt -o -ss DieselCycle odeso ps 'DieselCycle__cycle__P' mtt -o -ss DieselCycle odeso ps 'DieselCycle__cycle__S' mtt -o -ss DieselCycle odeso ps 'DieselCycle__cycle__T' mtt -o -ss DieselCycle odeso ps 'DieselCycle__cycle__V:DieselCycle__cycle__P' mtt -o -ss DieselCycle odeso ps 'DieselCycle__cycle__S:DieselCycle__cycle__T' |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/OttoCycle/OttoCycle_input.txt
from [e370e89133]
to [07a6f9497b].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Numerical parameter file (OttoCycle_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.2 2000/12/28 18:15:52 peterg # %% To RCS # %% # %% Revision 1.1 1998/08/10 14:42:13 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs if ((t>=0.0)&&(t<1.0)) #Compression | > > > > | | | | | | | | | 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 | # Numerical parameter file (OttoCycle_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.3 2000/12/28 18:42:16 peterg # %% New input definition. # %% NB Needs to handle mutiports properly and state.txt modified accordingly # %% # %% Revision 1.2 2000/12/28 18:15:52 peterg # %% To RCS # %% # %% Revision 1.1 1998/08/10 14:42:13 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs if ((t>=0.0)&&(t<1.0)) #Compression OttoCycle__Heat = 0.0; # Entropy flow OttoCycle__Work = -0.8; # Volume rate-of-change endif; if ((t>=1.0)&&(t<2.0)) #Heating OttoCycle__Heat = 1000; # Entropy flow OttoCycle__Work = 0.0; # Volume rate-of-change endif; if ((t>=2.0)&&(t<3.0)) #Expansion OttoCycle__Heat = 0.0; # Entropy flow OttoCycle__Work = 0.8; # Volume rate-of-change endif; if (t>=3.0) #Cooling OttoCycle__Heat = -1000; # Entropy flow OttoCycle__Work = 0.0; # Volume rate-of-change endif; |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/OttoCycle/OttoCycle_lbl.txt
from [141af0a637]
to [102665188c].
|
| | | | | | | | | | | | | > > > > > > > | | < < | < | | | | | | | | | < > | | | | | | | 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 49 | #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 #PAR P_0 #PAR T_0 #PAR V_0 #NOTPAR ideal_gas ## Label file for system OttoCycle (OttoCycle_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ # ## Revision 1.4 2000/12/28 18:42:17 peterg # ## New input definition. # ## NB Needs to handle mutiports properly and state.txt modified accordingly # ## # ## Revision 1.3 1998/08/10 16:05:52 peterg # ## Added VARs and parameters # ## # ## 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 |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/OttoCycle/OttoCycle_rep.txt
from [e5ad3c322a]
to [c1e59d4735].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Outline report file for system OttoCycle (OttoCycle_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1999/02/21 02:16:17 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss OttoCycle abg tex mtt -o -ss OttoCycle struc tex mtt -o -ss OttoCycle ode tex mtt -o -ss OttoCycle ss tex mtt -o -ss OttoCycle numpar txt mtt -o -ss OttoCycle input txt | > > > | | | | | | | 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 | # Outline report file for system OttoCycle (OttoCycle_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 2000/12/28 18:15:52 peterg % %% To RCS % %% % %% Revision 1.1 1999/02/21 02:16:17 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss OttoCycle abg tex mtt -o -ss OttoCycle struc tex mtt -o -ss OttoCycle ode tex mtt -o -ss OttoCycle ss tex mtt -o -ss OttoCycle numpar txt mtt -o -ss OttoCycle input txt mtt -o -ss OttoCycle odeso ps 'OttoCycle__cycle__V' mtt -o -ss OttoCycle odeso ps 'OttoCycle__cycle__P' mtt -o -ss OttoCycle odeso ps 'OttoCycle__cycle__S' mtt -o -ss OttoCycle odeso ps 'OttoCycle__cycle__T' mtt -o -ss OttoCycle odeso ps 'OttoCycle__cycle__V:OttoCycle__cycle__P' mtt -o -ss OttoCycle odeso ps 'OttoCycle__cycle__S:OttoCycle__cycle__T' |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isentropic/Isentropic_input.txt
from [4ba9e8c0c3]
to [3384727177].
1 2 3 4 5 6 7 8 9 10 11 | # Numerical parameter file (Isentropic_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs | > > > | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Numerical parameter file (Isentropic_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:16:47 peterg # %% To RCS # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs ## Removed by MTT on Wed Aug 6 10:14:17 BST 2003: u(1) = -0.8; # Volume rate-of-change isentropic__work = -0.8; # Volume rate-of-change |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isentropic/Isentropic_lbl.txt
from [6423440a0f]
to [fe7dd91d36].
|
| | | | | | | > > > | < > | < > | | > > > | | | < > | | | | | | | 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 Isentropic: Isentropic thermodynamic process - ideal gas #DESCRIPTION A dynamic simulation of an isentropic process using #DESCRIPTION the Cycle component and the two-prt CU component. #PAR P_0 #PAR T_0 #PAR V_0 #NOTPAR ideal_gas ## Label file for system Isentropic (Isentropic_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ # ## Revision 1.2 2000/12/28 18:16:47 peterg # ## To RCS # ## # ## Revision 1.1 1998/07/21 14:27:44 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,0 Work SS internal,external |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isentropic/Isentropic_rep.txt
from [32e4eabd87]
to [330cdb1720].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Outline report file for system Isentropic (Isentropic_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1999/02/21 02:18:41 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss Isentropic abg tex mtt -o -ss Isentropic struc tex mtt -o -ss Isentropic ode tex mtt -o -ss Isentropic ss tex mtt -o -ss Isentropic numpar txt mtt -o -ss Isentropic input txt | > > > | | | | | | | 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 | # Outline report file for system Isentropic (Isentropic_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 2000/12/28 18:16:47 peterg % %% To RCS % %% % %% Revision 1.1 1999/02/21 02:18:41 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss Isentropic abg tex mtt -o -ss Isentropic struc tex mtt -o -ss Isentropic ode tex mtt -o -ss Isentropic ss tex mtt -o -ss Isentropic numpar txt mtt -o -ss Isentropic input txt mtt -o -ss Isentropic odeso ps 'Isentropic__cycle__V' mtt -o -ss Isentropic odeso ps 'Isentropic__cycle__P' mtt -o -ss Isentropic odeso ps 'Isentropic__cycle__S' mtt -o -ss Isentropic odeso ps 'Isentropic__cycle__T' mtt -o -ss Isentropic odeso ps 'Isentropic__cycle__V:Isentropic__cycle__P' mtt -o -ss Isentropic odeso ps 'Isentropic__cycle__S:Isentropic__cycle__T' |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isobaric/Cycle_abg.fig
from [93ba4d6458]
to [21bfb6f246].
|
| | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #FIG 3.2 Portrait Center Metric A4 100.00 Single -2 1200 2 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 3 5400 1800 6750 1800 6525 2025 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 3 5175 2025 5175 3375 5400 3150 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 3 5175 3825 5175 5175 5400 4950 |
︙ | ︙ | |||
54 55 56 57 58 59 60 | 9900 5175 10350 5175 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 4950 5175 5400 5175 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 5400 1575 5400 2025 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 7875 1575 7875 2025 | > > > > | | | | | | | | | | | | | | | | | | | | | | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | 9900 5175 10350 5175 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 4950 5175 5400 5175 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 5400 1575 5400 2025 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 7875 1575 7875 2025 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 1755 1575 1755 2025 2 1 0 2 -1 7 0 0 -1 0.000 0 0 -1 0 0 2 12150 1575 12150 2025 4 1 -1 0 0 0 20 0.0000 4 255 915 7290 1890 CU:gas\001 4 1 -1 0 0 0 20 0.0000 4 195 150 5175 1890 1\001 4 1 -1 0 0 0 20 0.0000 4 270 1695 5175 3690 INTF:entropy\001 4 1 -1 0 0 0 20 0.0000 4 195 150 10125 1890 1\001 4 1 1 1 0 3 20 0.0000 4 270 1140 7200 1440 Ideal gas\001 4 1 1 1 0 3 20 0.0000 4 195 945 4635 1305 Heat in\001 4 1 1 1 0 3 20 0.0000 4 210 1170 10170 1305 Work out\001 4 1 1 1 0 3 20 0.0000 4 270 1980 5130 5895 Entropy change\001 4 1 1 1 0 3 20 0.0000 4 270 1485 7110 3690 Ideal piston\001 4 1 -1 0 0 0 20 0.0000 4 210 1680 10125 3690 INTF:volume\001 4 1 -1 0 0 0 20 0.0000 4 195 150 3375 1890 0\001 4 2 4 0 0 0 20 0.0000 4 255 1215 1575 1890 SS:[Heat]\001 4 1 -1 0 0 0 20 0.0000 4 210 600 3375 5490 SS:T\001 4 1 1 1 0 3 20 0.0000 4 255 1620 3240 5895 Temperature\001 4 1 -1 0 0 0 20 0.0000 4 210 585 5130 5490 SS:S\001 4 1 -1 0 0 0 20 0.0000 4 210 645 10125 5490 SS:V\001 4 1 -1 0 0 0 20 0.0000 4 210 585 11880 5490 SS:P\001 4 0 4 0 0 0 20 0.0000 4 255 1320 13680 1890 SS:[Work]\001 4 1 1 1 0 3 20 0.0000 4 270 1950 10080 5850 Volume change\001 4 1 1 1 0 3 20 0.0000 4 195 1095 11925 5850 Pressure\001 4 1 -1 0 0 0 20 0.0000 4 195 150 11925 1890 0\001 |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isobaric/Isobaric_input.txt
from [2035ce9de6]
to [bfb9bb0e91].
1 2 3 4 5 6 7 8 9 10 11 | # Numerical parameter file (Isobaric_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs | > > > | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Numerical parameter file (Isobaric_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:17:13 peterg # %% To RCS # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs ## Removed by MTT on Wed Aug 6 11:41:46 BST 2003: u(1) = 1000; #Entropy flow isobaric__heat = 1000; #Entropy flow |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isobaric/Isobaric_lbl.txt
from [bdf17571a6]
to [eac4d49411].
|
| | | | | | | > > | < > | < > | | > > > | | | < > | | | | | | | 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 | #SUMMARY Isobaric: Isobaric thermodynamic process - ideal gas #DESCRIPTION A dynamic simulation of an isobaric (constant pressure) #DESCRIPTION process using the Cycle component and the two-port CU component. #PAR P_0 #PAR T_0 #PAR V_0 #NOTPAR ideal_gas ## Label file for system Isobaric (Isobaric_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ # ## Revision 1.2 2000/12/28 18:17:13 peterg # ## To RCS # ## # ## Revision 1.1 1998/07/21 14:32:49 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 P_0,internal |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isobaric/Isobaric_rep.txt
from [c73088f2ef]
to [3ca4977ae4].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Outline report file for system Isobaric (Isobaric_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1999/02/21 02:19:31 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -ss Isobaric abg tex mtt -ss Isobaric struc tex mtt -ss Isobaric ode tex mtt -ss Isobaric ss tex mtt -ss Isobaric numpar txt mtt -ss Isobaric input txt | > > > | | | | | | | 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 | # Outline report file for system Isobaric (Isobaric_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 2000/12/28 18:17:13 peterg % %% To RCS % %% % %% Revision 1.1 1999/02/21 02:19:31 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -ss Isobaric abg tex mtt -ss Isobaric struc tex mtt -ss Isobaric ode tex mtt -ss Isobaric ss tex mtt -ss Isobaric numpar txt mtt -ss Isobaric input txt mtt -ss Isobaric odeso ps 'Isobaric__cycle__V' mtt -ss Isobaric odeso ps 'Isobaric__cycle__P' mtt -ss Isobaric odeso ps 'Isobaric__cycle__S' mtt -ss Isobaric odeso ps 'Isobaric__cycle__T' mtt -ss Isobaric odeso ps 'Isobaric__cycle__V:Isobaric__cycle__P' mtt -ss Isobaric odeso ps 'Isobaric__cycle__S:Isobaric__cycle__T' |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isothermal/Isothermal_input.txt
from [9bf6eb21e4]
to [65539a7718].
1 2 3 4 5 6 7 8 9 10 11 | # Numerical parameter file (Isothermal_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs | > > > | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Numerical parameter file (Isothermal_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:17:37 peterg # %% To RCS # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs ## Removed by MTT on Wed Aug 6 10:47:34 BST 2003: u(1) = -0.8; # Volume rate-of-change isothermal__work = -0.8; # Volume rate-of-change |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isothermal/Isothermal_lbl.txt
from [f260e8f499]
to [ca0038f1d8].
|
| | | | | | | > > | < > | < > | | > > > | | | < > | | | | | | | | 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 | #SUMMARY Isothermal: Isothermal thermodynamic process - ideal gas #DESCRIPTION A dynamic simulation of an isothermal process using #DESCRIPTION the Cycle component and the two-port CU component. #PAR P_0 #PAR T_0 #PAR V_0 #NOTPAR ideal_gas ## Label file for system Isothermal (Isothermal_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ # ## Revision 1.2 2000/12/28 18:17:37 peterg # ## To RCS # ## # ## Revision 1.1 1998/07/21 14:30: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 Cycle cycle none ideal_gas;c_v;gamma_g;m_g # Component type SS Heat SS T_0,internal Work SS internal,external |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isothermal/Isothermal_rep.txt
from [d94809da93]
to [2eeec12cdd].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Outline report file for system Isothermal (Isothermal_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1999/02/21 02:20:18 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -ss Isothermal abg tex mtt -ss Isothermal struc tex mtt -ss Isothermal ode tex mtt -ss Isothermal ss tex mtt -ss Isothermal numpar txt mtt -ss Isothermal input txt | > > > | | | | | | | 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 | # Outline report file for system Isothermal (Isothermal_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 2000/12/28 18:17:37 peterg % %% To RCS % %% % %% Revision 1.1 1999/02/21 02:20:18 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -ss Isothermal abg tex mtt -ss Isothermal struc tex mtt -ss Isothermal ode tex mtt -ss Isothermal ss tex mtt -ss Isothermal numpar txt mtt -ss Isothermal input txt mtt -ss Isothermal odeso ps 'Isothermal__cycle__V' mtt -ss Isothermal odeso ps 'Isothermal__cycle__P' mtt -ss Isothermal odeso ps 'Isothermal__cycle__S' mtt -ss Isothermal odeso ps 'Isothermal__cycle__T' mtt -ss Isothermal odeso ps 'Isothermal__cycle__V:Isothermal__cycle__P' mtt -ss Isothermal odeso ps 'Isothermal__cycle__S:Isothermal__cycle__T' |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isovolumetric/Isovolumetric_input.txt
from [f0aabff4d1]
to [b9136199c8].
1 2 3 4 5 6 7 8 9 10 11 | # Numerical parameter file (Isovolumetric_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs | > > > | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Numerical parameter file (Isovolumetric_input.txt) # Generated by MTT at Thu Dec 4 11:17:09 GMT 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:17:57 peterg # %% To RCS # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs ## Removed by MTT on Wed Aug 6 11:04:07 BST 2003: u(1) = 1000; #Entropy flow isovolumetric__heat = 1000; #Entropy flow |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isovolumetric/Isovolumetric_lbl.txt
from [2f48ed2971]
to [d8583137d5].
|
| | | | | | | | | > > | < > | < > | | > > > | | | < > | | | | | | | 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 Isovolumetric: Isovolumetric thermodynamic process - ideal gas #DESCRIPTION A dynamic simulation of an Isovolumetric (constant volume) #DESCRIPTION process using the Cycle component and the two-port CU component. #DESCRIPTION #DESCRIPTION the Cycle component and the two-port CU component. #PAR P_0 #PAR T_0 #PAR V_0 #NOTPAR ideal_gas ## Label file for system Isovolumetric (Isovolumetric_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ # ## Revision 1.2 2000/12/28 18:17:57 peterg # ## To RCS # ## # ## Revision 1.1 1998/07/21 14:37:03 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,0 |
Modified mttroot/mtt/lib/examples/Thermal/ThermodynamicProcesses/Isovolumetric/Isovolumetric_rep.txt
from [bdec411e19]
to [6651c44452].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Outline report file for system Isovolumetric (Isovolumetric_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1999/02/21 02:21:03 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss Isovolumetric abg tex mtt -o -ss Isovolumetric struc tex mtt -o -ss Isovolumetric ode tex mtt -o -ss Isovolumetric ss tex mtt -o -ss Isovolumetric numpar txt mtt -o -ss Isovolumetric input txt | > > > | | | | | | | 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 | # Outline report file for system Isovolumetric (Isovolumetric_rep.txt) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 2000/12/28 18:17:57 peterg % %% To RCS % %% % %% Revision 1.1 1999/02/21 02:21:03 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% mtt -o -ss Isovolumetric abg tex mtt -o -ss Isovolumetric struc tex mtt -o -ss Isovolumetric ode tex mtt -o -ss Isovolumetric ss tex mtt -o -ss Isovolumetric numpar txt mtt -o -ss Isovolumetric input txt mtt -o -ss Isovolumetric odeso ps 'Isovolumetric__cycle__V' mtt -o -ss Isovolumetric odeso ps 'Isovolumetric__cycle__P' mtt -o -ss Isovolumetric odeso ps 'Isovolumetric__cycle__S' mtt -o -ss Isovolumetric odeso ps 'Isovolumetric__cycle__T' mtt -o -ss Isovolumetric odeso ps 'Isovolumetric__cycle__V:Isovolumetric__cycle__P' mtt -o -ss Isovolumetric odeso ps 'Isovolumetric__cycle__S:Isovolumetric__cycle__T' |