Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt ================================================================== --- mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt @@ -4,10 +4,12 @@ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ +# %% Revision 1.1 2000/05/19 07:10:03 peterg +# %% Initial revision +# %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Set the inputs -u(1) = 1.0; # e (Default value) - +clutch_e = 1.0; # e (Default value) Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt ================================================================== --- mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt @@ -4,17 +4,18 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 2001/10/05 11:24:35 gawthrop +## Updated for new mtt features - input.txt etc +## ## Revision 1.1 2000/05/19 07:11:36 peterg ## Initial revision ## ## Revision 1.1 2000/05/18 11:29:58 peterg ## Initial revision ## ############################################################### # Set the switches -## Removed by MTT on Fri Oct 5 11:47:34 BST 2001: clutch_drive_clutch= (t>=5)&&(t<15); - -clutch_drive_1_clutch_1_mtt_switch_logic = (t>=5)&&(t<15); # Added by MTT on Fri Oct 05 11:47:40 BST 2001 +clutch_drive_clutch_mtt_switch_logic = ((t >= 5)&&(t < 15)); #