File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
src/geophires_x_schema_generator Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 27
27
from geophires_x .SUTRAReservoir import SUTRAReservoir
28
28
from geophires_x .SUTRAWellBores import SUTRAWellBores
29
29
from geophires_x .TDPReservoir import TDPReservoir
30
+ from geophires_x .TOUGH2Reservoir import TOUGH2Reservoir
30
31
from hip_ra_x .hip_ra_x import HIP_RA_X
31
32
32
33
@@ -60,6 +61,7 @@ def get_parameter_sources(self) -> list:
60
61
(CylindricalReservoir (dummy_model ), 'Reservoir' ),
61
62
(SBTReservoir (dummy_model ), 'Reservoir' ),
62
63
(SUTRAReservoir (dummy_model ), 'Reservoir' ),
64
+ (TOUGH2Reservoir (dummy_model ), 'Reservoir' ),
63
65
(dummy_model .wellbores , 'Well Bores' ),
64
66
(AGSWellBores (dummy_model ), 'Well Bores' ),
65
67
(SBTWellbores (dummy_model ), 'Well Bores' ),
Original file line number Diff line number Diff line change 584
584
"minimum" : null ,
585
585
"maximum" : null
586
586
},
587
+ "TOUGH2 Executable Path" : {
588
+ "description" : " " ,
589
+ "type" : " string" ,
590
+ "units" : null ,
591
+ "category" : " Reservoir" ,
592
+ "default" : " xt2_eos1.exe" ,
593
+ "minimum" : null ,
594
+ "maximum" : null
595
+ },
596
+ "TOUGH2 Model/File Name" : {
597
+ "description" : " File name of reservoir output in case reservoir model 5 is selected" ,
598
+ "type" : " string" ,
599
+ "units" : null ,
600
+ "category" : " Reservoir" ,
601
+ "default" : null ,
602
+ "minimum" : null ,
603
+ "maximum" : null
604
+ },
605
+ "Reservoir Thickness" : {
606
+ "description" : " Reservoir thickness for built-in TOUGH2 doublet reservoir model" ,
607
+ "type" : " number" ,
608
+ "units" : " meter" ,
609
+ "category" : " Reservoir" ,
610
+ "default" : 0.0 ,
611
+ "minimum" : 10 ,
612
+ "maximum" : 10000
613
+ },
614
+ "Reservoir Width" : {
615
+ "description" : " Reservoir width for built-in TOUGH2 doublet reservoir model" ,
616
+ "type" : " number" ,
617
+ "units" : " meter" ,
618
+ "category" : " Reservoir" ,
619
+ "default" : 0.0 ,
620
+ "minimum" : 10 ,
621
+ "maximum" : 10000
622
+ },
587
623
"Number of Production Wells" : {
588
624
"description" : " Number of (identical) production wells" ,
589
625
"type" : " integer" ,
You can’t perform that action at this time.
0 commit comments