1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
|
# Numerical parameter file (OttoCycle_numpar.txt)
# Generated by MTT at Thu Dec 4 11:44:46 GMT 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.1 1998/03/04 11:45:49 peterg
# %% Initial revision
# %%
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# Initial states -- needed to choose an appropriate mass
P_0 = 1e5;
V_0 = 1;
T_0 = 300;
# Parameters
c_v = 718.0; # Parameter c_v for CT2
gamma = 1.4; # Parameter gamma for CT2
m = 1.0; # Parameter m for CT2
c_v = 718.0; # Parameter c_v for CU
gamma_g = 1.4; # Parameter gamma for CU
m_g = P_0*V_0/(T_0*(gamma_g-1)*c_v);# Parameter m for CU
t_0 = 300.0; # Parameter t_0 for CT2
|