Description | Hierarchy | Fields | Methods | Properties |
type TEvtSurfDepthCollection = class(TCustomMF_ArrayBoundColl)
TCustomMF_ArrayBoundColl
is used for boundary conditions in which the boundary conditions are either in the form of an array of values or where the individual boundary condition cells are linked into a larger structure. TCustomMF_ArrayBoundColl
is used for the EVT, ETS, RCH, RES, LAK, SFR, and UZF packages.
![]() |
procedure InvalidateSurfaceData(Sender: TObject); |
![]() |
procedure InvalidateDepthData(Sender: TObject); |
![]() |
function GetTimeListLinkClass: TTimeListsModelLinkClass; override; |
![]() |
procedure AddSpecificBoundary(AModel: TBaseModel); override; |
![]() |
procedure AssignCellValues(DataSets: TList; ItemIndex: Integer; AModel: TBaseModel); override; |
![]() |
procedure InitializeTimeLists(ListOfTimeLists: TList; AModel: TBaseModel); override; |
![]() |
class function ItemClass: TBoundaryItemClass; override; |
![]() |
procedure SetBoundaryStartAndEndTime(BoundaryCount: Integer; Item: TCustomModflowBoundaryItem; ItemIndex: Integer; AModel: TBaseModel); override; |
![]() |
procedure InvalidateSurfaceData(Sender: TObject); |
![]() |
procedure InvalidateDepthData(Sender: TObject); |
![]() |
function GetTimeListLinkClass: TTimeListsModelLinkClass; override; |
![]() |
procedure AddSpecificBoundary(AModel: TBaseModel); override; |
![]() |
procedure AssignCellValues(DataSets: TList; ItemIndex: Integer; AModel: TBaseModel); override; |
![]() |
procedure InitializeTimeLists(ListOfTimeLists: TList; AModel: TBaseModel); override; |
![]() |
class function ItemClass: TBoundaryItemClass; override; |
![]() |
procedure SetBoundaryStartAndEndTime(BoundaryCount: Integer; Item: TCustomModflowBoundaryItem; ItemIndex: Integer; AModel: TBaseModel); override; |
See also
|