Overview
Context
Changes
Added mttroot/mtt/lib/examples/Hybrid/Bounce/Bounce_rep.txt version [3af74a37f9].
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 version [5c3d25f7f3].
|
1
2
3
4
5
6
7
8
9
10
11
12
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 version [ec7ea35f92].
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 version [f586e4fcd3].
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 version [0c8ff76708].
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|
| | | | | | | | | | | | | | | |