Exemple #1
0
 def __init__(self, phase=None):
     """
     phase - The object representing the gas phase within the
     pores.
     """
     Transport.__init__(self, model="DustyGas", phase=phase)
Exemple #2
0
 def __init__(self, phase = None):
     Transport.__init__(self, model = "Solid", phase = phase)
Exemple #3
0
 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)