-
Notifications
You must be signed in to change notification settings - Fork 2
/
input.nml
53 lines (47 loc) · 1.43 KB
/
input.nml
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
! Namelist based input file
! =========================
!
! Units:
! - Pressure: bar
! - Temperature: K
! - Volume: L
! =========================
&nml_setup
nc=8, ! Number of components
model="PR78", ! SRK PR76 PR78 RKPR
mixrule="ClassicVdW" ! ClassicVdW
/
&nml_composition
names="CO2" "C1-N2" "C2-C3" "C4" "C5" "C6" "C7+n" "Asph"
spec="critical", ! critical or parameters
z=0.0246 0.3694 0.0752 0.0193 0.0157 0.0162 0.47145 0.00815
/
&nml_classicvdw
kij(1, :)=0 0 0 0 0 0 0 0
kij(2, :)=0 0 0 0 0 0 0.053 0.135
kij(3, :)=0 0 0 0 0 0 0 0.135
kij(4, :)=0 0 0 0 0 0 0 0.135
kij(5, :)=0 0 0 0 0 0 0 0.135
kij(6, :)=0 0 0 0 0 0 0 0
kij(7, :)=0 0.053 0 0 0 0 0 0
kij(8, :)=0 0.135 0.135 0.135 0.135 0 0 0
lij(1, :)=0 0 0 0 0 0 0 0
lij(2, :)=0 0 0 0 0 0 0 0
lij(3, :)=0 0 0 0 0 0 0 0
lij(4, :)=0 0 0 0 0 0 0 0
lij(5, :)=0 0 0 0 0 0 0 0
lij(6, :)=0 0 0 0 0 0 0 0
lij(7, :)=0 0 0 0 0 0 0 0
lij(8, :)=0 0 0 0 0 0 0 0
/
&nml_critical
tc=304.0390 189.4280 339.8720 419.8170 465.0940 507.3170 860.3720 1424.8170
pc=73.7900 45.8300 45.4100 37.5400 33.8000 32.9000 12.4600 12.2900
w=0.225000 0.008500 0.127100 0.187800 0.239700 0.275000 1.022000 1.441000
/
&nml_px
T=273.0
z_0=0.0246 0.3694 0.0752 0.0193 0.0157 0.0162 0.47145 0.00815
z_injection=1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
injection_case="displace" ![dilute|displace]
/