ADDED mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_lbl.txt Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_lbl.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Clutch_lbl.txt @@ -0,0 +1,30 @@ +%SUMMARY Clutch: Simple model of a clutch system (Hybrid) +%DESCRIPTION Uses CSW component to model the clutch/flexi shaft +%% Label file for system Clutch (Clutch_lbl.txt) + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% Version control history +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% $Id$ +% %% $Log$ +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Each line should be of one of the following forms: +% a comment (ie starting with %) +% Component-name CR_name arg1,arg2,..argn +% blank + + + +% Component type DC + motor lin k_m;l_a;r_a;j_m;b_m + +% Component type Drive + drive + +% Component type Load + load + +% Component type SS + e external internal + ADDED mttroot/mtt/lib/examples/Hybrid/Clutch/Drive_lbl.txt Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Drive_lbl.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Drive_lbl.txt @@ -0,0 +1,29 @@ +%SUMMARY Drive: The clutch/shaft drive subsystem +%DESCRIPTION +%% Label file for system Drive (Drive_lbl.txt) + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% Version control history +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% $Id$ +% %% $Log$ +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Each line should be of one of the following forms: +% a comment (ie starting with %) +% Component-name CR_name arg1,arg2,..argn +% blank + + + +% Component type CSW + clutch lin effort,epsilon + +% Component type R +% r_d lin flow,r_d + +% Component type SS + v1 0 external + v2 0 external + + ADDED mttroot/mtt/lib/examples/Hybrid/Clutch/Load_lbl.txt Index: mttroot/mtt/lib/examples/Hybrid/Clutch/Load_lbl.txt ================================================================== --- /dev/null +++ mttroot/mtt/lib/examples/Hybrid/Clutch/Load_lbl.txt @@ -0,0 +1,23 @@ +%SUMMARY Load: An inertial/frictional load +%DESCRIPTION +%% Label file for system Load (Load_lbl.txt) + +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% Version control history +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %% $Id$ +% %% $Log$ +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Each line should be of one of the following forms: +% a comment (ie starting with %) +% Component-name CR_name arg1,arg2,..argn +% blank + + + +% Component type I + j_l lin flow,j_l + +% Component type R + r_l lin flow,r_l