Overview
Comment: | *** empty log message *** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
40e6c207b163ddbf44f67e022de377ce |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-28 11:46:33 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-28
| ||
11:51:32 | Initial revision check-in: 11101e05ad user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:46:33 | *** empty log message *** check-in: 40e6c207b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:43:16 | Put under RCS check-in: d55e37d172 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/simple/AE_cause.m from [6e46e18e0c] to [4bfc8d144a].
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + + | %DESCRIPTION Port[2]: amplifier effort output e_2 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.2 1996/11/01 11:40:30 peterg % %% Documentation. % %% % %% Revision 1.1 1996/08/30 19:05:21 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright (c) P.J. Gawthrop, 1996. |
︙ | |||
68 69 70 71 72 73 74 | 71 72 73 74 75 76 77 78 79 | - + | else status = 1; end end; end; bonds = [e_1 f_1 |
Modified mttroot/mtt/lib/comp/simple/EMTF_eqn.m from [065030a49c] to [f2e12d75c2].
| 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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + + - - - - - - + - + - + + - + - + - + - + - + - + - + - + - + - + + + + |
|
Modified mttroot/mtt/lib/comp/simple/FP_alias.m from [942d9e66ee] to [793aa2894c].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + | function alias = FP_alias # Port aliases for FP ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/07/07 15:01:09 peterg ## Named ports correctely f --> 1, p --> 2 ## ## Revision 1.1 1998/07/02 14:46:42 peterg ## Initial revision ## ############################################################### alias.f = '1'; alias.p = '2'; alias.s = '1'; alias.e = '2'; endfunction |
Modified mttroot/mtt/lib/comp/simple/SS_cause.m from [bdd5297b42] to [8964220e5e].
1 2 3 4 5 6 7 8 9 10 11 | 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 | - - + + + + + - - - - + + + + + + + + + - - - - - + + + + + + + + + | function [bonds,status] = SS_cause(bonds) % SS_cause = causality for an SS component % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %%%%% Model Transformation Tools %%%%% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Matlab function SS_cause % [bonds,status] = SS_cause(bonds) %SUMMARY SS: source-sensor component |
Modified mttroot/mtt/lib/comp/simple/comp_ports.m from [1d260a6964] to [09c16f9abd].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.8 1998/06/29 12:16:05 peterg % %% Whoops - FP bonds are p and f (in that order) % %% % %% Revision 1.7 1998/06/29 12:13:36 peterg % %% Changed FP ports to f and p % %% % %% Revision 1.6 1998/06/29 09:55:17 peterg % %% Changed name to FP from ES % %% % %% Revision 1.5 1998/04/12 15:01:53 peterg |
︙ | |||
40 41 42 43 44 45 46 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | junctions = '-zero-one-'; one_ports = '-SS-'; two_ports = '-TF-GY-AE-AF-FMR-RS-EBTF-'; N_ports = '-R-C-I-'; comp_type = ['-', comp_type, '-']; |
Modified mttroot/mtt/lib/comp/simple/juncause.m from [977f207a87] to [c96eb0a15f].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 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 | + + + - + | function [bonds,status] = juncause(bonds,jun,cause) % [bonds,status] = juncause(bonds,jun,cause) % Causality for either effort or flow on either zero or one junctions % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1996/08/09 08:29:04 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% j = (3-cause)/2; % j is 1 for effort, 2 for flow [n_bonds,junk] = size(bonds); [causing_bond, n,other_bonds,m] = getindex(bonds(:,j),jun); if n>1 % over causal status = 1; elseif n==1 %causal status = 0; bonds(other_bonds(:,1),j) = -jun*ones(m,1); |
︙ |
Modified mttroot/mtt/lib/comp/simple/juneqn.m from [ce2d92c546] to [1b08ed726b].
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 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 | + + + + - + - + - + | % Copyright (c) P.J. Gawthrop, 1996. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.3 1996/12/05 10:02:45 peterg % %% Explicit generation of strong-causality equations -- oneequation not % %% used now. % %% % %% Revision 1.2 1996/08/08 18:09:10 peter % %% Changed to finenumber format. % %% % %% Revision 1.1 1996/08/08 16:38:50 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Same causality as junction column = (3-jun)/2; |
Modified mttroot/mtt/lib/comp/simple/one_eqn.m from [1004ce7d4a] to [ec7724f3d8].
︙ | |||
11 12 13 14 15 16 17 18 19 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | + + + - + + | % structure,eqnfile); % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1996/12/05 10:00:49 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
︙ |