| Description | Hierarchy | Fields | Methods | Properties |
type TCustomLeakyZoneGroup = class(TCustomBoundaryGroup)
TCustomLeakyZoneGroup is used to determine a set of zones for leaky boundary conditions.
The main change from TCustomBoundaryGroup is EliminateExtraZones is overridden.
![]() |
function GetZone(Index: integer): TCustomLeakyZone; |
![]() |
function GetBoundaryType: integer; override; |
![]() |
procedure EliminateExtraZones; override; |
![]() |
property Zones[Index:integer]: TCustomLeakyZone read GetZone; |
![]() |
function GetZone(Index: integer): TCustomLeakyZone; |
|
See Zones; | |
![]() |
function GetBoundaryType: integer; override; |
|
| |
![]() |
procedure EliminateExtraZones; override; |
|
| |
![]() |
property Zones[Index:integer]: TCustomLeakyZone read GetZone; |
|
| |