-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPVT5.nml
More file actions
74 lines (72 loc) · 2.88 KB
/
PVT5.nml
File metadata and controls
74 lines (72 loc) · 2.88 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
! ==============================================================================
! - PVT5 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.0026 0.0053 0.5403 0.1260 0.0764 0.0139 0.0341 0.0136 0.0168
! compositions of defined components
scn_z = 0.0213 0.0183 0.0205 0.0152 0.0112 0.0098 0.0079 0.0072 0.0055 0.0040 0.0031 0.0027 0.0025 0.0022 0.0017 0.0015 0.0013 0.0012 0.0010 0.0010 0.0008 0.0007 0.0006 0.0006
! compositions of single carbon numbers
plus_z = 0.0057
! composition of residual fraction CN 20 plus
plus6_z_exp = 0.1711
! composition of residual fraction CN 6 plus
plus7_z_exp = 0.1492
! composition of residual fraction CN 7 plus
plus12_z_exp = 0.0512
! composition of residual fraction CN 12 plus
plus30_z_exp = 0.0057
! 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 = 86 95.9 108.2 124 138.3 147.5 161.1 174.1 189.5 207.7 223.1 236.6 247.8 262 276.8 297.8 310.3 312.2 325.3 353.6 360.2 377.3 384.0 401.5
! molecular weights of single carbon numbers
plus_mw = 579.2
! molecular weight of residual fraction CN 20 plus
plus6_mw_exp = 157.21
! molecular weight of residual fraction CN 6 plus
plus7_mw_exp = 167.73
! molecular weight of residual fraction CN 7 plus
plus12_mw_exp = 265.89
! molecular weight of residual fraction CN 12 plus
plus30_mw_exp = 579.2
! 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.9837
! density of residual fraction CN 20 plus
plus6_density_exp = 0.8102
! density of residual fraction CN 6 plus
plus7_density_exp = 0.8214
! density of residual fraction CN 7 plus
plus12_density_exp = 0.8732
! density of residual fraction CN 12 plus
plus30_density_exp = 0.9837
! density of residual fraction CN 30 plus
/