1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Initial state file (Bounce_state.txt)
# Generated by MTT at Sat Jul 25 15:56:57 BST 1998
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2 1998/07/25 20:34:05 peterg
## *** empty log message ***
##
## Revision 1.1 1998/07/25 14:59:11 peterg
## Initial revision
##
###############################################################
# Set the states
## Removed by MTT on Fri Oct 5 10:38:29 BST 2001: mttx(1) = 10.0; # 3 (Bounce_intf)
## Removed by MTT on Fri Oct 5 10:38:29 BST 2001: mttx(2) = 0.0; # MTT_SWITCH (Bounce_ground)
## Removed by MTT on Fri Oct 5 10:38:29 BST 2001: mttx(3) = 0.0; # ball_mass (Bounce)
bounce_ball_mass = 0.0; # Added by MTT on Fri Oct 05 10:38:33 BST 2001
bounce_ground_1_mtt_switch = 0.0; # Added by MTT on Fri Oct 05 10:38:33 BST 2001
bounce_intf_1_mtt3 = 10.0; # Added by MTT on Fri Oct 05 10:38:33 BST 2001
|
>
>
>
>
<
<
<
<
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# -*-octave-*-
# Initial state file (Bounce_state.txt)
# Generated by MTT at Sat Jul 25 15:56:57 BST 1998
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3 2001/10/05 11:24:30 gawthrop
## Updated for new mtt features - input.txt etc
##
## Revision 1.2 1998/07/25 20:34:05 peterg
## *** empty log message ***
##
## Revision 1.1 1998/07/25 14:59:11 peterg
## Initial revision
##
###############################################################
# Set the states
bounce_ball_mass = 0.0; #
bounce_ground_mtt_switch = 0.0; #
bounce_intf_mttc = 10.0; #
|