You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Specific Heat Capacity Of Water [4.18 kJ/kgC]",
84
+
"type": "number",
85
+
"units": "kJ/kgC",
86
+
"category": null,
87
+
"default": 0.0,
88
+
"minimum": 3.0,
89
+
"maximum": 10.0
90
+
},
91
+
"Density Of Reservoir Fluid": {
92
+
"description": "Density Of Water [1.0E+12 kg/km3]",
93
+
"type": "number",
94
+
"units": "kg/km**3",
95
+
"category": null,
96
+
"default": 0.0,
97
+
"minimum": 100000000000.0,
98
+
"maximum": 10000000000000.0
99
+
},
100
+
"Density Of Reservoir Rock": {
101
+
"description": "Density Of Rock [2.55E+12 kg/km3]",
102
+
"type": "number",
103
+
"units": "kg/km**3",
104
+
"category": null,
105
+
"default": 0.0,
106
+
"minimum": 100000000000.0,
107
+
"maximum": 10000000000000.0
108
+
},
109
+
"Rock Recoverable Heat": {
110
+
"description": "percent of heat that is recoverable from the rock in the reservoir 0.66 for high-T reservoirs, 0.43 for low-T reservoirs (Garg and Combs (2011)",
111
+
"type": "number",
112
+
"units": "",
113
+
"category": null,
114
+
"default": 0.0,
115
+
"minimum": 0.0,
116
+
"maximum": 1.0
117
+
},
118
+
"Fluid Recoverable Heat": {
119
+
"description": "percent of heat that is recoverable from the fluid in the reservoir 0.66 for high-T reservoirs, 0.43 for low-T reservoirs (Garg and Combs (2011)",
120
+
"type": "number",
121
+
"units": "",
122
+
"category": null,
123
+
"default": 0.0,
124
+
"minimum": 0.0,
125
+
"maximum": 1.0
126
+
},
127
+
"Recoverable Fluid Factor": {
128
+
"description": "percent of fluid that is recoverable from the reservoir (0.5 = 50%)",
129
+
"type": "number",
130
+
"units": "",
131
+
"category": null,
132
+
"default": 0.0,
133
+
"minimum": 0.0,
134
+
"maximum": 1.0
135
+
},
136
+
"Reservoir Depth": {
137
+
"description": "depth to top of reservoir (km). Calculated based on an assumed gradient and the reservoir temperature if no value given",
138
+
"type": "number",
139
+
"units": "kilometer",
140
+
"category": null,
141
+
"default": 0.0,
142
+
"minimum": 0.001,
143
+
"maximum": 15.0
144
+
},
145
+
"Reservoir Pressure": {
146
+
"description": "pressure of the of reservoir (in mPa). Calculated assuming hydrostatic pressure and reservoir depth & water density if no value given",
147
+
"type": "number",
148
+
"units": "mPa",
149
+
"category": null,
150
+
"default": 0.0,
151
+
"minimum": 0.0,
152
+
"maximum": 10000.0
153
+
},
154
+
"Recoverable Heat from Rock": {
155
+
"description": "percent of fluid that is recoverable from the reservoir (0.75 = 75%)",
156
+
"type": "number",
157
+
"units": "",
158
+
"category": null,
159
+
"default": 0.0,
160
+
"minimum": 0.0,
161
+
"maximum": 1.0
162
+
},
163
+
"HTML Output File": {
164
+
"description": "Provide a HTML output name if you want to have HTML output (no output if not provided)",
0 commit comments