ttim.stripareasink#
Classes#
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
Module Contents#
- class ttim.stripareasink.AreaSinkXsection(model, x1, x2, tsandN=[(0.0, 1.0)], layers=0, name='AreaSinkXsection', label=None)[source]#
Bases:
ttim.element.ElementHelper class that provides a standard way to create an ABC using inheritance.
- x1#
- x2#
- initialize()[source]#
Initialize the element.
Initialization of terms that cannot be initialized before other elements or the aquifer is defined.
As we don’t want to require a certain order of entering elements, these terms are initialized when Model.solve is called The initialization class needs to be overloaded by all derived classes
- class ttim.stripareasink.HstarXsection(model, x1, x2, tsandhstar=[(0.0, 1.0)], layers=0, name='HstarXsection', label=None)[source]#
Bases:
ttim.element.ElementHelper class that provides a standard way to create an ABC using inheritance.
- x1#
- x2#
- initialize()[source]#
Initialize the element.
Initialization of terms that cannot be initialized before other elements or the aquifer is defined.
As we don’t want to require a certain order of entering elements, these terms are initialized when Model.solve is called The initialization class needs to be overloaded by all derived classes