TNO Intern

Commit cac4fe3a authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Showing how this can work for a single doublet simulation

parent 2a69fbe8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -88,19 +88,23 @@ class PyThermoGIS(TestCase):
        # Create instances of loggerMock, progressTrackerMock, taskExecutor and utc
        doublet = ThermoGISDoublet(Mockito.mock(Logger), RNG(123))

        # Set parameters to be simulated
        # Set parameters to be simulated: will change with a grid
        thickness = 199.0
        ntg = 0.95
        tres = 74.774506
        porosity = 0.27
        depth = 1990.0
        khPvalue = 700.0
        kHQuantile = 139742.39

        # Model Parameters
        hp_minimum_injection_temperature = 15
        return_temperature = 30
        surface_temperature = 10
        max_cooling_temperature_range = 100
        stimKhMax = 20
        kHQuantile = 139742.39

        # Set Parameters on doublet
        set_doublet_parameters(doublet, False, stimKhMax, khPvalue, depth, porosity, ntg, tres, surface_temperature, return_temperature, False, max_cooling_temperature_range, hp_minimum_injection_temperature)

        # Act