Index: mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_lbl.txt ================================================================== --- mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_lbl.txt +++ mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_lbl.txt @@ -8,22 +8,27 @@ #PAR P_0 #PAR T_0 #PAR V_0 #PAR alpha +#PAR TopTemp + #NOTPAR ideal_gas -#NOTPAR alpha -#NOTPAR TopTemp ## Label file for system CarnotCycle (CarnotCycle_lbl.txt) # ############################################################### # ## Version control history # ############################################################### # ## $Id$ # ## $Log$ +# ## Revision 1.3 2003/08/13 17:03:00 gawthrop +# ## Updated for new MTT +# ## Use FMR in place of R +# ## Fixed bug in sspar +# ## # ## Revision 1.2 1998/08/10 16:40:07 peterg # ## Added VARs and parametrs # ## # ## Revision 1.1 1998/07/21 15:18:18 peterg # ## Initial revision Index: mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_numpar.txt ================================================================== --- mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_numpar.txt +++ mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_numpar.txt @@ -4,10 +4,15 @@ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ +# %% Revision 1.3 2003/08/13 17:03:10 gawthrop +# %% Updated for new MTT +# %% Use FMR in place of R +# %% Fixed bug in sspar +# %% # %% Revision 1.2 2000/12/28 18:14:40 peterg # %% To RCS # %% # %% Revision 1.1 1998/03/04 11:49:01 peterg # %% Initial revision @@ -22,5 +27,8 @@ # Parameters c_v = 718.0; # Parameter c_v for CU gamma_g = 1.4; # Parameter gamma for CU m_g = P_0*V_0/(T_0*(gamma_g-1)*c_v); # Parameter m for CU +## Use in input.txt +alpha = 1.0; # Added by MTT on Thu Aug 14 11:42:15 BST 2003 +toptemp = 1.0; # Added by MTT on Thu Aug 14 11:42:15 BST 2003 Index: mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_rep.txt ================================================================== --- mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_rep.txt +++ mttroot/mtt/lib/examples/Thermal/ThermodynamicCycles/CarnotCycle/CarnotCycle_rep.txt @@ -3,10 +3,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ +% %% Revision 1.2 2000/12/28 18:14:40 peterg +% %% To RCS +% %% % %% Revision 1.1 1999/02/21 02:15:05 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -16,11 +19,11 @@ mtt -ss -o CarnotCycle ss tex mtt -ss -o CarnotCycle numpar txt mtt -ss -o CarnotCycle input txt -mtt -ss -c -o CarnotCycle odeso ps 'CarnotCycle_cycle_V' -mtt -ss -c -o CarnotCycle odeso ps 'CarnotCycle_cycle_P' -mtt -ss -c -o CarnotCycle odeso ps 'CarnotCycle_cycle_S' -mtt -ss -c -o CarnotCycle odeso ps 'CarnotCycle_cycle_T' -mtt -ss -c -o CarnotCycle odeso ps 'CarnotCycle_cycle_V:CarnotCycle_cycle_P' -mtt -ss -c -o CarnotCycle odeso ps 'CarnotCycle_cycle_S:CarnotCycle_cycle_T' +mtt -ss -o CarnotCycle odeso ps 'CarnotCycle__cycle__V' +mtt -ss -o CarnotCycle odeso ps 'CarnotCycle__cycle__P' +mtt -ss -o CarnotCycle odeso ps 'CarnotCycle__cycle__S' +mtt -ss -o CarnotCycle odeso ps 'CarnotCycle__cycle__T' +mtt -ss -o CarnotCycle odeso ps 'CarnotCycle__cycle__V:CarnotCycle__cycle__P' +mtt -ss -o CarnotCycle odeso ps 'CarnotCycle__cycle__S:CarnotCycle__cycle__T'