Source code for pycomus.ComusDis.GridCell
[docs]
class GridCell:
def __init__(self):
self.ibound = 0
self.top = 0.0
self.bot = 0.0
self.tran = 0.0
self.hk = 0.0
self.vcont = 0.0
self.hani = 0.0
self.vka = 0.0
self.vkcb = 0.0
self.tkcb = 0.0
self.sc1 = 0.0
self.sc2 = 0.0
self.wetdry = 0.0
self.shead = 0.0