StopCondition#
- class StopCondition(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Bases:
IntEnum
Which stop condition should be used to end the simulation.
Summary
Stop when the interface reaches a specified height above the cavern floor
Stop only based on duration
Stop when the total cavern volume reaches a specified value.
Details
- DEPTH = -1#
Stop when the interface reaches a specified height above the cavern floor
- DURATION = 0#
Stop only based on duration
- VOLUME = 1#
Stop when the total cavern volume reaches a specified value.