SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
Artifact fc10072c997385afd6eb597aa65bc176a1c27830f0599f1230edfed2046cfbd0:
- Executable file mttroot/mtt/lib/examples/Hybrid/BouncingRod/BouncingRod_numpar.txt — part of check-in [f65ef2502d] at 1997-07-06 16:20:44 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 1020) [annotate] [blame] [check-ins using]
# Numerical parameter file (BouncingRod_numpar.txt) # Generated by MTT at Fri Jul 4 14:09:11 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% float theta,height; # Parameters epsilon = 0.1; l = 1.0; # Default value m = 1.0; # Default value j = l*l*m/3; theta = 3.1416/4; height = 10.0; # Initial states x(1) = 0.0; # Initial state for BouncingRod_groundL (MTT_SWITCH) x(2) = 0.0; # Initial state for BouncingRod_groundR (MTT_SWITCH) x(3) = height+l*cos(theta); # Initial state for BouncingRod_intfL (3) x(4) = height-l*cos(theta); # Initial state for BouncingRod_intfR (3) x(5) = 0.0; # Initial state for BouncingRod_rod (J) x(6) = 0.0; # Initial state for BouncingRod_rod (m_x) x(7) = 0.0; # Initial state for BouncingRod_rod (m_y) x(8) = theta; # Initial state for BouncingRod_rod_th (3)