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: d0a11aa4e120fc77eec341fa6a15d6f21950a1bba6ec32fcd441899b210ae790
User & Date: gawthrop@users.sourceforge.net on 1998-11-20 10:07:14
Other Links: branch diff | manifest | tags
Context
1998-11-20
10:52:28
Copies port bonds if the port bonds ARE set
-- replaces Copies port bonds if the component bonds are NOT set
check-in: d61940d276 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:07:14
Initial revision check-in: d0a11aa4e1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:48:31
Remove the _lower stuff -- see idf this works now. check-in: 6ca7e84e06 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/comp/compound/Thermal/IncompressibleFlow/Pump/Pump_lbl.txt version [0d4ead5196].































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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 Pump: a hydraulic pump - incompressible flow
%DESCRIPTION Parameter 1: Density (rho)
%DESCRIPTION Parameter 2: Specific heat (c_p)
%DESCRIPTION Parameter 3: R component parameters
%DESCRIPTION Parameter 4: Pump gain (k_p) Vol. flow = k_p * omega
%DESCRIPTION CR 1: R component CR
%DESCRIPTION Typical lable: pump  lin  rho;c_p;flow,r;k_p

%% Label file for system Pump (Pump_lbl.txt)


% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%ALIAS	Pipe	IncompressibleFlow/Pipe

%% 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 Pipe
	pipe		$1	$1;$2;$3

% Component type TF
	k_p		lin	$4


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]