Description | Hierarchy | Fields | Methods | Properties |
type TSpecifiedHeadZoneGroup = class(TCustomZoneGroup)
TSpecifiedHeadZoneGroup
is used to determine a set of zones for specified head boundary conditions.
![]() |
FHeadTimeList: TRealList; |
![]() |
FSolutionTimeList: TRealList; |
![]() |
function GetHeadTimeCount: integer; |
![]() |
function GetHeadTimes(Index: integer): double; |
![]() |
function GetSolutionTimeCount: integer; |
![]() |
function GetSolutionTimes(Index: integer): double; |
![]() |
function GetZone(Index: integer): TSpecifiedHeadZone; |
![]() |
procedure EliminateExtraZones; virtual; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property HeadTimeCount: integer read GetHeadTimeCount; |
![]() |
property HeadTimes[Index:integer]: double read GetHeadTimes; |
![]() |
property SolutionTimeCount: integer read GetSolutionTimeCount; |
![]() |
property SolutionTimes[Index:integer]: double read GetSolutionTimes; |
![]() |
property Zones[Index:integer]: TSpecifiedHeadZone read GetZone; |
![]() |
FHeadTimeList: TRealList; |
![]() |
FSolutionTimeList: TRealList; |
|
![]() |
function GetHeadTimeCount: integer; |
See HeadTimeCount. |
![]() |
function GetHeadTimes(Index: integer): double; |
See HeadTimes. |
![]() |
function GetSolutionTimeCount: integer; |
See SolutionTimeCount. |
![]() |
function GetSolutionTimes(Index: integer): double; |
See SolutionTimes. |
![]() |
function GetZone(Index: integer): TSpecifiedHeadZone; |
See Zones. |
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property HeadTimeCount: integer read GetHeadTimeCount; |
|
![]() |
property HeadTimes[Index:integer]: double read GetHeadTimes; |
|
![]() |
property SolutionTimeCount: integer read GetSolutionTimeCount; |
|
![]() |
property SolutionTimes[Index:integer]: double read GetSolutionTimes; |
|
![]() |
property Zones[Index:integer]: TSpecifiedHeadZone read GetZone; |
|