Description | Hierarchy | Fields | Methods | Properties |
type TEvtBoundary = class(TModflowParamBoundary)
TEvtBoundary
represents the MODFLOW Evapotranspiration boundaries associated with a single TScreenObject.
TEvtCollection
represents MODFLOW Evapotranspiration boundaries for a series of time intervals.![]() |
FEvapotranspirationLayers: TEvtLayerCollection; |
![]() |
FEvtSurfDepthCollection: TEvtSurfDepthCollection; |
![]() |
procedure SetEvapotranspirationLayers(const Value: TEvtLayerCollection); |
![]() |
procedure SetEvtSurfDepthCollection(const Value: TEvtSurfDepthCollection); |
![]() |
function GetTimeVaryingEvapotranspirationLayers: boolean; |
![]() |
procedure AssignEvapotranspirationLayerCells(BoundaryStorage: TEvtLayerStorage; ValueTimeList: TList); |
![]() |
procedure AssignSurfaceDepthCells(BoundaryStorage: TEvtSurfDepthStorage; ValueTimeList: TList); |
![]() |
procedure AssignCells(BoundaryStorage: TCustomBoundaryStorage; ValueTimeList: TList; AModel: TBaseModel); override; |
![]() |
class function BoundaryCollectionClass: TMF_BoundCollClass; override; |
![]() |
class function ModflowParamItemClass: TModflowParamItemClass; override; |
![]() |
function ParameterType: TParameterType; 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; |
![]() |
function NonParameterColumns: integer; override; |
![]() |
procedure GetEvapotranspirationLayerCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure GetEvapotranspirationSurfaceDepthCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure Clear; override; |
![]() |
procedure InvalidateDisplay; override; |
![]() |
property TimeVaryingEvapotranspirationLayers: boolean
read GetTimeVaryingEvapotranspirationLayers; |
![]() |
property EvapotranspirationLayers: TEvtLayerCollection
read FEvapotranspirationLayers write SetEvapotranspirationLayers; |
![]() |
property EvtSurfDepthCollection: TEvtSurfDepthCollection
read FEvtSurfDepthCollection write SetEvtSurfDepthCollection; |
![]() |
FEvapotranspirationLayers: TEvtLayerCollection; |
![]() |
FEvtSurfDepthCollection: TEvtSurfDepthCollection; |
![]() |
procedure SetEvapotranspirationLayers(const Value: TEvtLayerCollection); |
![]() |
procedure SetEvtSurfDepthCollection(const Value: TEvtSurfDepthCollection); |
![]() |
function GetTimeVaryingEvapotranspirationLayers: boolean; |
![]() |
procedure AssignEvapotranspirationLayerCells(BoundaryStorage: TEvtLayerStorage; ValueTimeList: TList); |
![]() |
procedure AssignSurfaceDepthCells(BoundaryStorage: TEvtSurfDepthStorage; ValueTimeList: TList); |
![]() |
procedure AssignCells(BoundaryStorage: TCustomBoundaryStorage; ValueTimeList: TList; AModel: TBaseModel); override; |
|
![]() |
class function BoundaryCollectionClass: TMF_BoundCollClass; override; |
![]() |
class function ModflowParamItemClass: TModflowParamItemClass; override; |
![]() |
function ParameterType: TParameterType; 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; |
![]() |
function NonParameterColumns: integer; override; |
![]() |
procedure GetEvapotranspirationLayerCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure GetEvapotranspirationSurfaceDepthCells(LayerTimeList: TList; AModel: TBaseModel); |
![]() |
procedure Clear; override; |
![]() |
procedure InvalidateDisplay; override; |
![]() |
property TimeVaryingEvapotranspirationLayers: boolean
read GetTimeVaryingEvapotranspirationLayers; |
![]() |
property EvapotranspirationLayers: TEvtLayerCollection
read FEvapotranspirationLayers write SetEvapotranspirationLayers; |
![]() |
property EvtSurfDepthCollection: TEvtSurfDepthCollection
read FEvtSurfDepthCollection write SetEvtSurfDepthCollection; |