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

Ordinary leaching, with raw water or undersaturated brine injected through the inner tubing or outer casing and brine produced from the other.

WITHDRAWAL

Withdrawal leach, with brine injected through the suspended tubing (hanging string) and product produced from top of cavern.

LEACH_FILL

Simultaneous leaching (water/brine injection and brine production) and product injection from the top.

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.

WITHDRAWAL = 1#

Withdrawal leach, with brine injected through the suspended tubing (hanging string) and product produced from top of cavern.