-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPVT2.nml
More file actions
73 lines (72 loc) · 2.9 KB
/
PVT2.nml
File metadata and controls
73 lines (72 loc) · 2.9 KB
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
! Namelist based input file
! ==============================================================================
! - PVT2 from whitson dataset
! - Composition: molar
! - Molecular Weights: g/mol
! - Density: g/cm3
!
!
&nml_setup
def_comp_nc = 9
! number of defined components before scn
scn_nc = 24
! number of single carbon number components
scn_nc_ps = 30
! CN from which all SCN fractions will be lumped into the specified number of pseudos
numbers_ps = 5
! number of pseudos in which the scn fractions grouped
/
&nml_components
def_components = "N2" "CO2" "C1" "C2" "C3" "iC4" "nC4" "iC5" "nC5"
! names of defined components before scn
scn = 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
! names of scn fractions
scn_plus= "C30+"
! name of plus fraction
/
&nml_composition
def_comp_z = 0.0021 0.0035 0.6048 0.1317 0.0604 0.0125 0.0279 0.0120 0.0148
! compositions of defined components
scn_z = 0.0188 0.0186 0.0233 0.0149 0.0107 0.0076 0.0057 0.0054 0.0041 0.0030 0.0024 0.0020 0.0018 0.0016 0.0012 0.0011 0.0009 0.0008 0.0007 0.0006 0.0006 0.0005 0.0004 0.0004
! compositions of single carbon numbers
plus_z = 0.0032
! composition of residual fraction CN 20 plus
plus6_z_exp = 0.1303
! composition of residual fraction CN 6 plus
plus7_z_exp = 0.1114
! composition of residual fraction CN 7 plus
plus12_z_exp = 0.0364
! composition of residual fraction CN 12 plus
plus30_z_exp = 0.0032
! composition of residual fraction CN 30 plus
/
&nml_molecular_weight
def_comp_mw = 28.01 44.01 16 30.1 44.1 58.1 58.1 72.2 72.2
! molecular weights of defined components
scn_mw = 85.92 95.74 107.97 123.86 138.88 146.65 162.24 174.24 189.11 207.29 220.29 238.25 255.75 262.48 282.67 279 309.59 312.96 334.59 346.06 359.99 373.92 387.86 401.79
! molecular weights of single carbon numbers
plus_mw = 553.6
! molecular weight of residual fraction CN 20 plus
plus6_mw_exp = 150.4
! molecular weight of residual fraction CN 6 plus
plus7_mw_exp = 159.93
! molecular weight of residual fraction CN 7 plus
plus12_mw_exp = 253.63
! molecular weight of residual fraction CN 12 plus
plus30_mw_exp = 553.6
! molecular weight of residual fraction CN 30 plus
/
&nml_density
scn_density = 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
! density of single carbon numbers
plus_density = 0.9807
! density of residual fraction CN 20 plus
plus6_density_exp = 0.8022
! density of residual fraction CN 6 plus
plus7_density_exp = 0.8146
! density of residual fraction CN 7 plus
plus12_density_exp = 0.8654
! density of residual fraction CN 12 plus
plus30_density_exp = 0.9807
! density of residual fraction CN 30 plus
/