MixType# module wntr.epanet.util class MixType[source]# Bases: Enum Tank mixing model type. Enum Members Mix1 Single compartment mixing model Mix2 Two-compartment mixing model FIFO First-in/first-out model LIFO Last-in/first-out model __init__(val)[source]# FIFO = 2# LIFO = 3# Mix1 = 0# Mix2 = 1# Mixed = 0# TwoComp = 1#