Class TCustomLeakyZoneGroup

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomLeakyZoneGroup = class(TCustomBoundaryGroup)

Description

TCustomLeakyZoneGroup is used to determine a set of zones for leaky boundary conditions.

The main change from TCustomBoundaryGroup is EliminateExtraZones is overridden.

Hierarchy

Overview

Methods

Private function GetZone(Index: integer): TCustomLeakyZone;
Protected function GetBoundaryType: integer; override;
Protected procedure EliminateExtraZones; override;

Properties

Public property Zones[Index:integer]: TCustomLeakyZone read GetZone;

Description

Methods

Private function GetZone(Index: integer): TCustomLeakyZone;

See Zones;

Protected function GetBoundaryType: integer; override;

GetBoundaryType returns ord(btLeaky).

Protected procedure EliminateExtraZones; override;

EliminateExtraZones deletes zones for which the hydraulic conductivity or thickness are not defined.

Properties

Public property Zones[Index:integer]: TCustomLeakyZone read GetZone;

Zones allows access to the TCustomLeakyZones for this TCustomLeakyZoneGroup. See TCustomBoundaryGroup.Zones ZoneCount.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:29