Skip to content

Commit 591efb5

Browse files
Document that MPF reservoir model is Gringarten
1 parent b725e5a commit 591efb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/geophires_x/OptionList.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def from_input_string(input_string: str):
108108

109109
class ReservoirModel(GeophiresInputEnum):
110110
CYLINDRICAL = 0, "Simple cylindrical"
111-
MULTIPLE_PARALLEL_FRACTURES = 1, "Multiple Parallel Fractures"
111+
MULTIPLE_PARALLEL_FRACTURES = 1, "Multiple Parallel Fractures (Gringarten)"
112112
LINEAR_HEAT_SWEEP = 2, "1-D Linear Heat Sweep"
113113
SINGLE_FRACTURE = 3, "Single Fracture m/A Thermal Drawdown"
114114
ANNUAL_PERCENTAGE = 4, "Annual Percentage Thermal Drawdown"

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"properties": {
4343
"Reservoir Model": {
44-
"description": "0: Simple cylindrical; 1: Multiple Parallel Fractures; 2: 1-D Linear Heat Sweep; 3: Single Fracture m/A Thermal Drawdown; 4: Annual Percentage Thermal Drawdown; 5: User-Provided Temperature Profile; 6: TOUGH2 Simulator; 7: SUTRA; 8: SBT",
44+
"description": "0: Simple cylindrical; 1: Multiple Parallel Fractures (Gringarten); 2: 1-D Linear Heat Sweep; 3: Single Fracture m/A Thermal Drawdown; 4: Annual Percentage Thermal Drawdown; 5: User-Provided Temperature Profile; 6: TOUGH2 Simulator; 7: SUTRA; 8: SBT",
4545
"type": "integer",
4646
"units": null,
4747
"category": "Reservoir",
@@ -56,7 +56,7 @@
5656
},
5757
{
5858
"name": "MULTIPLE_PARALLEL_FRACTURES",
59-
"value": "Multiple Parallel Fractures",
59+
"value": "Multiple Parallel Fractures (Gringarten)",
6060
"int_value": 1
6161
},
6262
{

0 commit comments

Comments
 (0)