-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPVT1.nml
More file actions
72 lines (72 loc) · 2.88 KB
/
PVT1.nml
File metadata and controls
72 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
! ==============================================================================
! - PVT1 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.0088 0.0052 0.6037 0.1259 0.0728 0.0146 0.0308 0.0117 0.0143
! compositions of defined components
scn_z = 0.0189 0.0154 0.0192 0.0121 0.0088 0.0067 0.0054 0.0048 0.0037 0.0029 0.0022 0.0018 0.0016 0.0013 0.0010 0.0008 0.0007 0.0006 0.0005 0.0004 0.0004 0.0003 0.0003 0.0002
! compositions of single carbon numbers
plus_z = 0.0022
! composition of residual fraction CN 20 plus
plus6_z_exp = 0.1122
! composition of residual fraction CN 6 plus
plus7_z_exp = 0.0933
! composition of residual fraction CN 7 plus
plus12_z_exp = 0.0311
! composition of residual fraction CN 12 plus
plus30_z_exp = 0.0022
! 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.2 96.4 108.7 123.9 138.3 146.9 160.3 174.8 190.7 207.8 223.7 241.6 247.9 261.1 267 290.8 299.7 298.8 320.4 337.4 350.7 364 377.3 390.6
! molecular weights of single carbon numbers
plus_mw = 561.11
! molecular weight of residual fraction CN 20 plus
plus6_mw_exp = 146.72
! molecular weight of residual fraction CN 6 plus
plus7_mw_exp = 157.58
! molecular weight of residual fraction CN 7 plus
plus12_mw_exp = 243.55
! molecular weight of residual fraction CN 12 plus
plus30_mw_exp = 561.11
! 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.9816
! density of residual fraction CN 20 plus
plus6_density_exp = 0.7969
! density of residual fraction CN 6 plus
plus7_density_exp = 0.8113
! density of residual fraction CN 7 plus
plus12_density_exp = 0.8596
! density of residual fraction CN 12 plus
plus30_density_exp = 0.9816
! density of residual fraction CN 30 plus
/