Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9612f6fc83440ce325083065244e8836 |
User & Date: | gawthrop@users.sourceforge.net on 1997-08-18 13:12:23 |
Other Links: | branch diff | manifest | tags |
Context
1997-08-18
| ||
16:25:25 | Minor bug fixes check-in: e87199e5d9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:12:23 | Initial revision check-in: 9612f6fc83 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:45:24 |
Replaced: comp_bonds = bonds(bond_list,:) by: for kk = 1:n_comp comp_bonds(kk,:) = bonds(comp(kk),:); end; to avoid an octave bug in 1.92. check-in: c07c83d7e6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/comp/compound/Mechanical/Mechanical-2D/ROT2/ROT2_desc.tex version [0a474d35c1].
> > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | % Verbal description for system ROT2 (ROT2_desc.tex) % Generated by MTT on Fri Aug 15 21:09:17 BST 1997. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% The acausal bond graph of system \textbf{ROT2} is displayed in Figure \Ref{ROT2_abg} and its label file is listed in Section \Ref{sec:ROT2_lbl}. The subsystems are listed in Section \Ref{sec:ROT2_sub}. \textbf{ROT2} implements a 2D rotational {\em transformation\/} in terms of a set of {\em transformers}. A flow expressed in the $XY$ coordinates of Figure \Ref{ROT2_abg} is transformed by \textbf{ROT2} into the coordinates of $xy$. The corresponding (energy conserving) effort transformation is implied by \textbf{ROT2}. |
Added mttroot/mtt/lib/comp/compound/Mechanical/Mechanical-2D/ROT2/ROT2_lbl.txt version [46532336fd].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 | %SUMMARY ROT2: 2D rotational transformer %DESCRIPTION {ROT2} implements a 2D rotational transformation in terms %DESCRIPTION of a set of transformers. A flow expressed in the X-Y %DESCRIPTION coordinates is transformed by ROT2 into the coordinates %DESCRIPTION of x-y. The corresponding (energy conserving) effort %DESCRIPTION transformation is implied. %DESCRIPTION Ports X and Y correspond to the old coordinate system %DESCRIPTION Ports x and y correspond to the new coordinate system %DESCRIPTION Port theta is the angle of XY with respect to xy. %% Label file for system ROT2 (ROT2_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 EMTF xX lcos flow,1 xY lsin flow,1 yX lsin flow,-1 yY lcos flow,1 |