-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYPF2.nml
More file actions
74 lines (72 loc) · 2.72 KB
/
YPF2.nml
File metadata and controls
74 lines (72 loc) · 2.72 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
! ==============================================================================
! - YPF2
! - Composition: molar
! - Molecular Weights: g/mol
! - Density: g/cm3
!
!
&nml_setup
def_comp_nc = 9
! number of defined components before scn
scn_nc = 14
! number of single carbon number components
scn_nc_ps = 20
! 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
! names of scn fractions
scn_plus= "C20+"
! name of plus fraction
/
&nml_composition
def_comp_z = 0.00005 0.01963 0.06271 0.00707 0.01354 0.0045 0.01607 0.01069 0.01562
! compositions of defined components
scn_z = 0.03374 0.06051 0.08007 0.06365 0.05495 0.03993 0.03139 0.03392 0.03133 0.03183 0.03042 0.02984 0.03127 0.02964
! compositions of single carbon numbers
plus_z = 0.26762
! composition of residual fraction CN 20 plus
plus6_z_exp = 0.26762
! composition of residual fraction CN 6 plus
plus7_z_exp = 0.26762
! composition of residual fraction CN 7 plus
plus12_z_exp = 0.26762
! composition of residual fraction CN 12 plus
plus30_z_exp = 0.26762
! 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.1 72.1
! molecular weights of defined components
scn_mw = 84 96 107 121 134 147 161 175 190 206 222 237 251 263
! molecular weights of single carbon numbers
plus_mw = 543.35
! molecular weight of residual fraction CN 20 plus
plus6_mw_exp = 465
! molecular weight of residual fraction CN 6 plus
plus7_mw_exp = 500
! molecular weight of residual fraction CN 7 plus
plus12_mw_exp = 600
! molecular weight of residual fraction CN 12 plus
plus30_mw_exp = 700
! molecular weight of residual fraction CN 30 plus
/
&nml_density
scn_density = 0.685 0.749 0.768 0.793 0.808 0.815 0.836 0.85 0.861 0.873 0.882 0.873 0.875 0.885
! density of single carbon numbers
plus_density = 0.936
! density of residual fraction CN 20 plus
plus6_density_exp = 0.77
! density of residual fraction CN 6 plus
plus7_density_exp = 0.77
! density of residual fraction CN 7 plus
plus12_density_exp = 0.77
! density of residual fraction CN 12 plus
plus30_density_exp = 0.77
! density of residual fraction CN 30 plus
/