ADDED mttroot/mtt/lib/examples/Hybrid/Bounce/Bounce_rep.txt Index: mttroot/mtt/lib/examples/Hybrid/Bounce/Bounce_rep.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Bounce/Bounce_rep.txt @@ -0,0 +1,22 @@ +# Outline report file for system Bounce (Bounce_rep.txt) + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% Version control history +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% $Id$ +% %% $Log$ +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +mtt Bounce abg tex +mtt Bounce struc tex +mtt Bounce ode tex + + +mtt Bounce simpar txt +mtt Bounce input txt +mtt Bounce logic txt +mtt Bounce numpar txt + +mtt -c Bounce odeso ps + +mtt Bounce rep txt ADDED mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_input.txt @@ -0,0 +1,13 @@ +# Numerical parameter file (Clutch_input.txt) +# Generated by MTT at Thu Jul 3 12:17:46 BST 1997 + +# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +# %% Version control history +# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +# %% $Id$ +# %% $Log$ +# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +# Set the inputs +u(1) = 1.0; # e (Default value) + ADDED mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_logic.txt @@ -0,0 +1,16 @@ +# -*-octave-*- Put Emacs into octave-mode +# Simulation parameters for system Clutch (Clutch_logic.txt) +# Generated by MTT on Thu May 18 12:29:15 BST 2000. +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +## Revision 1.1 2000/05/18 11:29:58 peterg +## Initial revision +## +############################################################### + +# Set the switches +clutch_drive_clutch= (t>=5)&&(t<15); + ADDED mttroot/mtt/lib/examples/Hybrid/Weirs/Weirs_input.txt Index: mttroot/mtt/lib/examples/Hybrid/Weirs/Weirs_input.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Weirs/Weirs_input.txt @@ -0,0 +1,15 @@ +# -*-octave-*- Put Emacs into octave-mode +# Input specification (Weirs_input.txt) +# Generated by MTT at Tue Mar 2 07:48:04 GMT 1999 +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +############################################################### + +# Set the inputs +mttu(1) = 1.0*(t<10); # f (Weirs) + + + ADDED mttroot/mtt/lib/examples/Hybrid/Weirs/Weirs_logic.txt Index: mttroot/mtt/lib/examples/Hybrid/Weirs/Weirs_logic.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Weirs/Weirs_logic.txt @@ -0,0 +1,17 @@ +# -*-octave-*- Put Emacs into octave-mode +# Simulation parameters for system Weirs (Weirs_logic.txt) +# Generated by MTT on Thu May 18 12:29:15 BST 2000. +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +## Revision 1.1 2000/05/18 11:29:58 peterg +## Initial revision +## +############################################################### + + +# Set the switches +weirs_w1_isw = (mttx(1)>1)|(mttx(2)>1); # First weir - height 1 +weirs_w2_isw = (mttx(2)>2)|(mttx(3)>2); # Second weir - height 2