@@ -419,29 +419,29 @@ def parameter_dict_entry(param: Parameter) -> Parameter:
419
419
PreferredUnits = HeatUnit .KJ ,
420
420
CurrentUnits = HeatUnit .KJ ,
421
421
)
422
- self .wellhead_heat_recovery_rock = self .OutputParameterDict [
423
- self . wellhead_heat_recovery_rock . Name
424
- ] = OutputParameter (
425
- Name = 'Wellhead Heat (rock)' ,
426
- UnitType = Units . HEAT ,
427
- PreferredUnits = HeatUnit .KJ ,
428
- CurrentUnits = HeatUnit . KJ ,
422
+ self .wellhead_heat_recovery_rock = self .OutputParameterDict [self . wellhead_heat_recovery_rock . Name ] = (
423
+ OutputParameter (
424
+ Name = 'Wellhead Heat (rock)' ,
425
+ UnitType = Units . HEAT ,
426
+ PreferredUnits = HeatUnit . KJ ,
427
+ CurrentUnits = HeatUnit .KJ ,
428
+ )
429
429
)
430
- self .wellhead_heat_recovery_fluid = self .OutputParameterDict [
431
- self . wellhead_heat_recovery_fluid . Name
432
- ] = OutputParameter (
433
- Name = 'Wellhead Heat (fluid)' ,
434
- UnitType = Units . HEAT ,
435
- PreferredUnits = HeatUnit .KJ ,
436
- CurrentUnits = HeatUnit . KJ ,
430
+ self .wellhead_heat_recovery_fluid = self .OutputParameterDict [self . wellhead_heat_recovery_fluid . Name ] = (
431
+ OutputParameter (
432
+ Name = 'Wellhead Heat (fluid)' ,
433
+ UnitType = Units . HEAT ,
434
+ PreferredUnits = HeatUnit . KJ ,
435
+ CurrentUnits = HeatUnit .KJ ,
436
+ )
437
437
)
438
- self .reservoir_recovery_factor = self .OutputParameterDict [
439
- self . reservoir_recovery_factor . Name
440
- ] = OutputParameter (
441
- Name = 'Recovery Factor (reservoir)' ,
442
- UnitType = Units .PERCENT ,
443
- PreferredUnits = PercentUnit .PERCENT ,
444
- CurrentUnits = PercentUnit . PERCENT ,
438
+ self .reservoir_recovery_factor = self .OutputParameterDict [self . reservoir_recovery_factor . Name ] = (
439
+ OutputParameter (
440
+ Name = 'Recovery Factor (reservoir)' ,
441
+ UnitType = Units . PERCENT ,
442
+ PreferredUnits = PercentUnit .PERCENT ,
443
+ CurrentUnits = PercentUnit .PERCENT ,
444
+ )
445
445
)
446
446
self .recovery_factor_rock = self .OutputParameterDict [self .recovery_factor_rock .Name ] = OutputParameter (
447
447
Name = 'Recovery Factor (rock)' ,
@@ -473,13 +473,13 @@ def parameter_dict_entry(param: Parameter) -> Parameter:
473
473
PreferredUnits = HeatUnit .KJ ,
474
474
CurrentUnits = HeatUnit .KJ ,
475
475
)
476
- self .reservoir_producible_heat = self .OutputParameterDict [
477
- self . reservoir_producible_heat . Name
478
- ] = OutputParameter (
479
- Name = 'Producible Heat (reservoir)' ,
480
- UnitType = Units . HEAT ,
481
- PreferredUnits = HeatUnit .KJ ,
482
- CurrentUnits = HeatUnit . KJ ,
476
+ self .reservoir_producible_heat = self .OutputParameterDict [self . reservoir_producible_heat . Name ] = (
477
+ OutputParameter (
478
+ Name = 'Producible Heat (reservoir)' ,
479
+ UnitType = Units . HEAT ,
480
+ PreferredUnits = HeatUnit . KJ ,
481
+ CurrentUnits = HeatUnit .KJ ,
482
+ )
483
483
)
484
484
self .producible_heat_rock = self .OutputParameterDict [self .producible_heat_rock .Name ] = OutputParameter (
485
485
Name = 'Producible Heat (rock)' ,
@@ -493,37 +493,37 @@ def parameter_dict_entry(param: Parameter) -> Parameter:
493
493
PreferredUnits = HeatUnit .KJ ,
494
494
CurrentUnits = HeatUnit .KJ ,
495
495
)
496
- self .reservoir_producible_electricity = self .OutputParameterDict [
497
- self . reservoir_producible_electricity . Name
498
- ] = OutputParameter (
499
- Name = 'Producible Electricity (reservoir)' ,
500
- UnitType = Units . POWER ,
501
- PreferredUnits = PowerUnit .MW ,
502
- CurrentUnits = PowerUnit . MW ,
496
+ self .reservoir_producible_electricity = self .OutputParameterDict [self . reservoir_producible_electricity . Name ] = (
497
+ OutputParameter (
498
+ Name = 'Producible Electricity (reservoir)' ,
499
+ UnitType = Units . POWER ,
500
+ PreferredUnits = PowerUnit . MW ,
501
+ CurrentUnits = PowerUnit .MW ,
502
+ )
503
503
)
504
- self .producible_electricity_rock = self .OutputParameterDict [
505
- self . producible_electricity_rock . Name
506
- ] = OutputParameter (
507
- Name = 'Producible Electricity (rock)' ,
508
- UnitType = Units . POWER ,
509
- PreferredUnits = PowerUnit .MW ,
510
- CurrentUnits = PowerUnit . MW ,
504
+ self .producible_electricity_rock = self .OutputParameterDict [self . producible_electricity_rock . Name ] = (
505
+ OutputParameter (
506
+ Name = 'Producible Electricity (rock)' ,
507
+ UnitType = Units . POWER ,
508
+ PreferredUnits = PowerUnit . MW ,
509
+ CurrentUnits = PowerUnit .MW ,
510
+ )
511
511
)
512
- self .producible_electricity_fluid = self .OutputParameterDict [
513
- self . producible_electricity_fluid . Name
514
- ] = OutputParameter (
515
- Name = 'Producible Electricity (fluid)' ,
516
- UnitType = Units . POWER ,
517
- PreferredUnits = PowerUnit .MW ,
518
- CurrentUnits = PowerUnit . MW ,
512
+ self .producible_electricity_fluid = self .OutputParameterDict [self . producible_electricity_fluid . Name ] = (
513
+ OutputParameter (
514
+ Name = 'Producible Electricity (fluid)' ,
515
+ UnitType = Units . POWER ,
516
+ PreferredUnits = PowerUnit . MW ,
517
+ CurrentUnits = PowerUnit .MW ,
518
+ )
519
519
)
520
- self .producible_heat_per_unit_area = self .OutputParameterDict [
521
- self . producible_heat_per_unit_area . Name
522
- ] = OutputParameter (
523
- Name = 'Producible Heat/Unit Area (reservoir)' ,
524
- UnitType = Units . HEATPERUNITAREA ,
525
- PreferredUnits = HeatPerUnitAreaUnit .KJPERSQKM ,
526
- CurrentUnits = HeatPerUnitAreaUnit . KJPERSQKM ,
520
+ self .producible_heat_per_unit_area = self .OutputParameterDict [self . producible_heat_per_unit_area . Name ] = (
521
+ OutputParameter (
522
+ Name = 'Producible Heat/Unit Area (reservoir)' ,
523
+ UnitType = Units . HEATPERUNITAREA ,
524
+ PreferredUnits = HeatPerUnitAreaUnit . KJPERSQKM ,
525
+ CurrentUnits = HeatPerUnitAreaUnit .KJPERSQKM ,
526
+ )
527
527
)
528
528
self .heat_per_unit_area_rock = self .OutputParameterDict [self .heat_per_unit_area_rock .Name ] = OutputParameter (
529
529
Name = 'Producible Heat/Unit Area (rock)' ,
@@ -537,13 +537,13 @@ def parameter_dict_entry(param: Parameter) -> Parameter:
537
537
PreferredUnits = HeatPerUnitAreaUnit .KJPERSQKM ,
538
538
CurrentUnits = HeatPerUnitAreaUnit .KJPERSQKM ,
539
539
)
540
- self .heat_per_unit_volume_reservoir = self .OutputParameterDict [
541
- self . heat_per_unit_volume_reservoir . Name
542
- ] = OutputParameter (
543
- Name = 'Producible Heat/Unit Volume (reservoir)' ,
544
- UnitType = Units . HEATPERUNITVOLUME ,
545
- PreferredUnits = HeatPerUnitVolumeUnit .KJPERCUBICKM ,
546
- CurrentUnits = HeatPerUnitVolumeUnit . KJPERCUBICKM ,
540
+ self .heat_per_unit_volume_reservoir = self .OutputParameterDict [self . heat_per_unit_volume_reservoir . Name ] = (
541
+ OutputParameter (
542
+ Name = 'Producible Heat/Unit Volume (reservoir)' ,
543
+ UnitType = Units . HEATPERUNITVOLUME ,
544
+ PreferredUnits = HeatPerUnitVolumeUnit . KJPERCUBICKM ,
545
+ CurrentUnits = HeatPerUnitVolumeUnit .KJPERCUBICKM ,
546
+ )
547
547
)
548
548
self .producible_electricity_per_unit_area = self .OutputParameterDict [
549
549
self .producible_electricity_per_unit_area .Name
@@ -553,21 +553,21 @@ def parameter_dict_entry(param: Parameter) -> Parameter:
553
553
PreferredUnits = PowerPerUnitAreaUnit .MWPERSQKM ,
554
554
CurrentUnits = PowerPerUnitAreaUnit .MWPERSQKM ,
555
555
)
556
- self .electricity_per_unit_area_rock = self .OutputParameterDict [
557
- self . electricity_per_unit_area_rock . Name
558
- ] = OutputParameter (
559
- Name = 'Producible Electricity/Unit Area (rock)' ,
560
- UnitType = Units . POWERPERUNITAREA ,
561
- PreferredUnits = PowerPerUnitAreaUnit .MWPERSQKM ,
562
- CurrentUnits = PowerPerUnitAreaUnit . MWPERSQKM ,
556
+ self .electricity_per_unit_area_rock = self .OutputParameterDict [self . electricity_per_unit_area_rock . Name ] = (
557
+ OutputParameter (
558
+ Name = 'Producible Electricity/Unit Area (rock)' ,
559
+ UnitType = Units . POWERPERUNITAREA ,
560
+ PreferredUnits = PowerPerUnitAreaUnit . MWPERSQKM ,
561
+ CurrentUnits = PowerPerUnitAreaUnit .MWPERSQKM ,
562
+ )
563
563
)
564
- self .electricity_per_unit_area_fluid = self .OutputParameterDict [
565
- self . electricity_per_unit_area_fluid . Name
566
- ] = OutputParameter (
567
- Name = 'Producible Electricity/Unit Area (fluid)' ,
568
- UnitType = Units . POWERPERUNITAREA ,
569
- PreferredUnits = PowerPerUnitAreaUnit .MWPERSQKM ,
570
- CurrentUnits = PowerPerUnitAreaUnit . MWPERSQKM ,
564
+ self .electricity_per_unit_area_fluid = self .OutputParameterDict [self . electricity_per_unit_area_fluid . Name ] = (
565
+ OutputParameter (
566
+ Name = 'Producible Electricity/Unit Area (fluid)' ,
567
+ UnitType = Units . POWERPERUNITAREA ,
568
+ PreferredUnits = PowerPerUnitAreaUnit . MWPERSQKM ,
569
+ CurrentUnits = PowerPerUnitAreaUnit .MWPERSQKM ,
570
+ )
571
571
)
572
572
self .electricity_per_unit_volume_reservoir = self .OutputParameterDict [
573
573
self .electricity_per_unit_volume_reservoir .Name
0 commit comments