Loading src/pythermogis/workflow/utc/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ import timeit from dataclasses import dataclass import numpy as np from utils.timer import print_time from pythermogis.utils.timer import print_time from pythermogis.workflow.utc.cooling_temp import calculate_cooling_temperature from pythermogis.workflow.utc.doublet_utils import ( calc_lifetime, Loading src/pythermogis/workflow/utc/doubletcalc.py +0 −2 Original line number Diff line number Diff line import math import timeit from dataclasses import dataclass from pythermogis.workflow.utc.utc_properties import UTCConfiguration from pydoubletcalc import Aquifer, Doublet, Well, WellPipeSegment from pythermogis.workflow.utc.water import get_salinity from pythermogis.workflow.utc.rock import get_geothermal_gradient from utils.timer import print_time from numba import njit INCH_SI = 0.0254 Loading src/pythermogis/workflow/utc/flow.py +0 −3 Original line number Diff line number Diff line from dataclasses import dataclass import timeit import numpy as np from pythermogis.workflow.utc.heatpump import calculate_heat_pump_performance from pythermogis.workflow.utc.doublet_utils import get_orc_efficiency from pythermogis.workflow.utc.doubletcalc import doubletcalc from utils.timer import print_time @dataclass Loading Loading
src/pythermogis/workflow/utc/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ import timeit from dataclasses import dataclass import numpy as np from utils.timer import print_time from pythermogis.utils.timer import print_time from pythermogis.workflow.utc.cooling_temp import calculate_cooling_temperature from pythermogis.workflow.utc.doublet_utils import ( calc_lifetime, Loading
src/pythermogis/workflow/utc/doubletcalc.py +0 −2 Original line number Diff line number Diff line import math import timeit from dataclasses import dataclass from pythermogis.workflow.utc.utc_properties import UTCConfiguration from pydoubletcalc import Aquifer, Doublet, Well, WellPipeSegment from pythermogis.workflow.utc.water import get_salinity from pythermogis.workflow.utc.rock import get_geothermal_gradient from utils.timer import print_time from numba import njit INCH_SI = 0.0254 Loading
src/pythermogis/workflow/utc/flow.py +0 −3 Original line number Diff line number Diff line from dataclasses import dataclass import timeit import numpy as np from pythermogis.workflow.utc.heatpump import calculate_heat_pump_performance from pythermogis.workflow.utc.doublet_utils import get_orc_efficiency from pythermogis.workflow.utc.doubletcalc import doubletcalc from utils.timer import print_time @dataclass Loading