Description | Hierarchy | Fields | Methods | Properties |
type TCustomLeakyZone = class(TBoundaryZone)
TCustomLeakyZone
represents an individual leaky boundary zone.
It adds TRPropertys for hydraulic conductivity and thickness to those provided by TBoundaryZone.
![]() |
FHydraulicConductivity: TRProperty; |
![]() |
FThickness: TRProperty; |
![]() |
procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override; |
![]() |
constructor Create; override; |
![]() |
destructor Destroy; override; |
![]() |
FHydraulicConductivity: TRProperty; |
|
![]() |
FThickness: TRProperty; |
|
![]() |
procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override; |
|
![]() |
constructor Create; override; |
|
![]() |
destructor Destroy; override; |
|