Overview
Comment: | r_d --> dr + added to alias list |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5eaf2139fb04eb686a7e33d23c79fb16 |
User & Date: | gawthrop@users.sourceforge.net on 1999-09-02 03:05:56 |
Other Links: | branch diff | manifest | tags |
Context
1999-09-02
| ||
03:07:16 | r_d --> dr check-in: 3b86878efd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
03:05:56 | r_d --> dr + added to alias list check-in: 5eaf2139fb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
00:59:55 | Removed debugging lines check-in: 6f09b92016 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/compound/Mechanical/Mechanical-1D/pBernoulliEuler/pBernoulliEuler_lbl.txt from [9fae44d7e4] to [41b616876c].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | %% Label file for system pBernoulliEuler (pBernoulliEuler_lbl.txt) %SUMMARY pBernoulliEuler %DESCRIPTION <Detailed description here> % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1999/05/16 21:31:48 peterg % %% Renamed SS to patch % %% % %% Revision 1.1 1999/05/16 21:08:13 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Port aliases %ALIAS in y_in,theta_in %ALIAS out y_out,theta_out %ALIAS torque patch %ALIAS curvature patch % Argument aliases %ALIAS $1 dk %ALIAS $2 dm %ALIAS $3 dz %% Each line should be of one of the following forms: % a comment (ie starting with %) % component-name cr_name arg1,arg2,..argn % blank % ---- Component labels ---- % Component type I dm lin flow,dm % Component type C dk lin state,dk % Component type R | > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | %% Label file for system pBernoulliEuler (pBernoulliEuler_lbl.txt) %SUMMARY pBernoulliEuler %DESCRIPTION <Detailed description here> % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.3 1999/05/17 21:27:39 peterg % %% Added damping % %% % %% Revision 1.2 1999/05/16 21:31:48 peterg % %% Renamed SS to patch % %% % %% Revision 1.1 1999/05/16 21:08:13 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Port aliases %ALIAS in y_in,theta_in %ALIAS out y_out,theta_out %ALIAS torque patch %ALIAS curvature patch % Argument aliases %ALIAS $1 dk %ALIAS $2 dm %ALIAS $3 dz %ALIAS $4 dr %% Each line should be of one of the following forms: % a comment (ie starting with %) % component-name cr_name arg1,arg2,..argn % blank % ---- Component labels ---- % Component type I dm lin flow,dm % Component type C dk lin state,dk % Component type R dr lin flow,dr % Component type SS [y_in] SS external,external [y_out] SS external,external [theta_in] SS external,external [theta_out] SS external,external [patch] SS external,external % Component type TF dz lin effort,dz |