def __init__(self, phase=None): """ phase - The object representing the gas phase within the pores. """ Transport.__init__(self, model="DustyGas", phase=phase)
def __init__(self, phase = None): Transport.__init__(self, model = "Solid", phase = phase)
def __init__(self, phase = None): """ phase - The object representing the gas phase within the pores. """ Transport.__init__(self, model = "DustyGas", phase = phase)