SimulationMode#
- class SimulationMode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Bases:
IntEnum
The simulation mode determines which options are active for injection.
Summary
Ordinary leaching, with raw water or undersaturated brine injected through the inner tubing or outer casing and brine produced from the other.
Withdrawal leach, with brine injected through the suspended tubing (hanging string) and product produced from top of cavern.
Simultaneous leaching (water/brine injection and brine production) and product injection from the top.
Storage fill, with product injected from the top of the cavern and brine produced from the suspended tubing/hanging string.
Details
- LEACH_FILL = 2#
Simultaneous leaching (water/brine injection and brine production) and product injection from the top.
- ORDINARY = 0#
Ordinary leaching, with raw water or undersaturated brine injected through the inner tubing or outer casing and brine produced from the other.
- STORAGE_FILL = -1#
Storage fill, with product injected from the top of the cavern and brine produced from the suspended tubing/hanging string.
- WITHDRAWAL = 1#
Withdrawal leach, with brine injected through the suspended tubing (hanging string) and product produced from top of cavern.