Description | Hierarchy | Fields | Methods | Properties |
type TUzfBoundary = class(TModflowBoundary)
TModflowBoundary
represents the MODFLOW boundaries associated with a single TScreenObject.
TCustomMF_BoundColl
represents MODFLOW boundaries for a series of time intervals.![]() |
procedure SetEvapotranspirationDemand( const Value: TUzfEvapotranspirationDemandCollection); |
![]() |
procedure SetExtinctionDepth(const Value: TUzfExtinctionDepthCollection); |
![]() |
procedure SetWaterContent(const Value: TUzfWaterContentCollection); |
![]() |
procedure AssignEvapotranspirationDemandCells(BoundaryStorage: TEvtStorage; ValueTimeList: TList); |
![]() |
procedure AssignExtinctionDepthCells(BoundaryStorage: TUzfExtinctDepthStorage; ValueTimeList: TList); |
![]() |
procedure AssignWaterContentCells(BoundaryStorage: TUzfWaterContentStorage; ValueTimeList: TList); |
![]() |
procedure SetGageOption1(const Value: integer); |
![]() |
procedure SetGageOption2(const Value: integer); |
![]() |
procedure AssignCells(BoundaryStorage: TCustomBoundaryStorage; ValueTimeList: TList; AModel: TBaseModel); override; |
![]() |
class function BoundaryCollectionClass: TMF_BoundCollClass; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel; ScreenObject: TObject); |
![]() |
Destructor Destroy; override; |
![]() |
procedure GetCellValues(ValueTimeList: TList; ParamList: TStringList; AModel: TBaseModel); override; |
![]() |
function Used: boolean; override; |
![]() |
procedure EvaluateArrayBoundaries(AModel: TBaseModel); override; |
![]() |
procedure InvalidateDisplay; override; |
![]() |
procedure GetEvapotranspirationDemandCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure GetExtinctionDepthCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure GetWaterContentCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure UpdateTimes(Times: TRealList; StartTestTime, EndTestTime: double; var StartRangeExtended, EndRangeExtended: boolean); override; |
![]() |
property GageOption1: integer read FGageOption1 write SetGageOption1; |
![]() |
property GageOption2: integer read FGageOption2 write SetGageOption2; |
![]() |
property EvapotranspirationDemand: TUzfEvapotranspirationDemandCollection
read FEvapotranspirationDemand write SetEvapotranspirationDemand; |
![]() |
property ExtinctionDepth: TUzfExtinctionDepthCollection
read FExtinctionDepth write SetExtinctionDepth; |
![]() |
property WaterContent: TUzfWaterContentCollection
read FWaterContent write SetWaterContent; |
![]() |
FEvapotranspirationDemand: TUzfEvapotranspirationDemandCollection; |
![]() |
FExtinctionDepth: TUzfExtinctionDepthCollection; |
![]() |
FWaterContent: TUzfWaterContentCollection; |
![]() |
FGageOption2: integer; |
![]() |
FGageOption1: integer; |
![]() |
procedure SetEvapotranspirationDemand( const Value: TUzfEvapotranspirationDemandCollection); |
![]() |
procedure SetExtinctionDepth(const Value: TUzfExtinctionDepthCollection); |
![]() |
procedure SetWaterContent(const Value: TUzfWaterContentCollection); |
![]() |
procedure AssignEvapotranspirationDemandCells(BoundaryStorage: TEvtStorage; ValueTimeList: TList); |
![]() |
procedure AssignExtinctionDepthCells(BoundaryStorage: TUzfExtinctDepthStorage; ValueTimeList: TList); |
![]() |
procedure AssignWaterContentCells(BoundaryStorage: TUzfWaterContentStorage; ValueTimeList: TList); |
![]() |
procedure SetGageOption1(const Value: integer); |
![]() |
procedure SetGageOption2(const Value: integer); |
![]() |
procedure AssignCells(BoundaryStorage: TCustomBoundaryStorage; ValueTimeList: TList; AModel: TBaseModel); override; |
|
![]() |
class function BoundaryCollectionClass: TMF_BoundCollClass; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel; ScreenObject: TObject); |
![]() |
Destructor Destroy; override; |
![]() |
procedure GetCellValues(ValueTimeList: TList; ParamList: TStringList; AModel: TBaseModel); override; |
|
![]() |
function Used: boolean; override; |
![]() |
procedure EvaluateArrayBoundaries(AModel: TBaseModel); override; |
![]() |
procedure InvalidateDisplay; override; |
![]() |
procedure GetEvapotranspirationDemandCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure GetExtinctionDepthCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure GetWaterContentCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure UpdateTimes(Times: TRealList; StartTestTime, EndTestTime: double; var StartRangeExtended, EndRangeExtended: boolean); override; |
![]() |
property GageOption1: integer read FGageOption1 write SetGageOption1; |
![]() |
property GageOption2: integer read FGageOption2 write SetGageOption2; |
![]() |
property EvapotranspirationDemand: TUzfEvapotranspirationDemandCollection
read FEvapotranspirationDemand write SetEvapotranspirationDemand; |
![]() |
property ExtinctionDepth: TUzfExtinctionDepthCollection
read FExtinctionDepth write SetExtinctionDepth; |
![]() |
property WaterContent: TUzfWaterContentCollection
read FWaterContent write SetWaterContent; |