1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
|
+
+
+
-
+
-
-
-
+
+
+
|
# Numerical parameter file (LeakyCylinder_numpar.txt)
# Generated by MTT at Mon Dec 1 08:59:51 GMT 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.1 2000/12/28 17:44:35 peterg
# %% To RCS
# %%
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# Parameters
a_b = 1.0; # Parameter a_b for LeakyCylinder
a_l = 1.0; # Parameter a_l for LeakyCylinder
## Removed by MTT on Tue Jun 10 09:55:26 BST 2003: a_l = 1.0; # Parameter a_l for LeakyCylinder
a_t = 1.0; # Parameter a_t for LeakyCylinder
c_v = 1.0; # Parameter c_v for LeakyCylinder
gamma = 1.0; # Parameter gamma for LeakyCylinder
m_p = 1.0; # Parameter m_p for LeakyCylinder
r = 1.0; # Parameter r for LeakyCylinder
# Initial states
x(3) = 0.0; # Initial state for LeakyCylinder_bottom (cg)
x(6) = 0.0; # Initial state for LeakyCylinder_top (cg)
x(7) = 0.0; # Initial state for LeakyCylinder_piston_piston (m_p)
## Removed by MTT on Tue Jun 10 09:55:26 BST 2003: x(3) = 0.0; # Initial state for LeakyCylinder_bottom (cg)
## Removed by MTT on Tue Jun 10 09:55:26 BST 2003: x(6) = 0.0; # Initial state for LeakyCylinder_top (cg)
## Removed by MTT on Tue Jun 10 09:55:26 BST 2003: x(7) = 0.0; # Initial state for LeakyCylinder_piston_piston (m_p)
|