Description | Hierarchy | Fields | Methods | Properties |
type TUzfPackageSelection = class(TCustomLayerPackageSelection)
TCustomLayerPackageSelection
is used for MODFLOW packages in which the user specifies an array of layer numbers to which the package applies.
![]() |
FSimulateET: boolean; |
![]() |
FNumberOfWaveSets: integer; |
![]() |
FRouteDischargeToStreams: boolean; |
![]() |
FVerticalKSource: integer; |
![]() |
FNumberOfTrailingWaves: integer; |
![]() |
FPrintSummary: integer; |
![]() |
FDepthOfUndulations: double; |
![]() |
FMfUzfInfiltration: TModflowBoundaryDisplayTimeList; |
![]() |
FMfUzfExtinctionDepth: TModflowBoundaryDisplayTimeList; |
![]() |
FMfUzfWaterContent: TModflowBoundaryDisplayTimeList; |
![]() |
FMfUzfEtDemand: TModflowBoundaryDisplayTimeList; |
![]() |
FAssignmentMethod: TUpdateMethod; |
![]() |
FSpecifyResidualWaterContent: boolean; |
![]() |
FCalulateSurfaceLeakage: boolean; |
![]() |
FSpecifyInitialWaterContent: boolean; |
![]() |
procedure SetNumberOfTrailingWaves(const Value: integer); |
![]() |
procedure SetNumberOfWaveSets(const Value: integer); |
![]() |
procedure SetRouteDischargeToStreams(const Value: boolean); |
![]() |
procedure SetSimulateET(const Value: boolean); |
![]() |
procedure SetVerticalKSource(const Value: integer); |
![]() |
procedure SetPrintSummary(const Value: integer); |
![]() |
procedure SetDepthOfUndulations(const Value: double); |
![]() |
procedure InitializeUzfDisplay(Sender: TObject); |
![]() |
procedure GetMfUzfInfiltrationUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
procedure GetMfUzfExtinctionDepthUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
function ModflowUztEtSimulated(Sender: TObject): boolean; |
![]() |
procedure GetMfUzfEtDemandUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
procedure GetMfUzfWaterContentUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
procedure SetAssignmentMethod(const Value: TUpdateMethod); |
![]() |
procedure SetCalulateSurfaceLeakage(const Value: boolean); |
![]() |
procedure SetSpecifyInitialWaterContent(const Value: boolean); |
![]() |
procedure SetSpecifyResidualWaterContent(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
procedure InvalidateAllTimeLists; override; |
![]() |
procedure InitializeVariables; override; |
![]() |
FSimulateET: boolean; |
![]() |
FNumberOfWaveSets: integer; |
![]() |
FRouteDischargeToStreams: boolean; |
![]() |
FVerticalKSource: integer; |
![]() |
FNumberOfTrailingWaves: integer; |
![]() |
FPrintSummary: integer; |
![]() |
FDepthOfUndulations: double; |
![]() |
FMfUzfInfiltration: TModflowBoundaryDisplayTimeList; |
![]() |
FMfUzfExtinctionDepth: TModflowBoundaryDisplayTimeList; |
![]() |
FMfUzfWaterContent: TModflowBoundaryDisplayTimeList; |
![]() |
FMfUzfEtDemand: TModflowBoundaryDisplayTimeList; |
![]() |
FAssignmentMethod: TUpdateMethod; |
![]() |
FSpecifyResidualWaterContent: boolean; |
![]() |
FCalulateSurfaceLeakage: boolean; |
![]() |
FSpecifyInitialWaterContent: boolean; |
![]() |
procedure SetNumberOfTrailingWaves(const Value: integer); |
![]() |
procedure SetNumberOfWaveSets(const Value: integer); |
![]() |
procedure SetRouteDischargeToStreams(const Value: boolean); |
![]() |
procedure SetSimulateET(const Value: boolean); |
![]() |
procedure SetVerticalKSource(const Value: integer); |
![]() |
procedure SetPrintSummary(const Value: integer); |
![]() |
procedure SetDepthOfUndulations(const Value: double); |
![]() |
procedure InitializeUzfDisplay(Sender: TObject); |
![]() |
procedure GetMfUzfInfiltrationUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
procedure GetMfUzfExtinctionDepthUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
function ModflowUztEtSimulated(Sender: TObject): boolean; |
![]() |
procedure GetMfUzfEtDemandUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
procedure GetMfUzfWaterContentUseList(Sender: TObject; NewUseList: TStringList); |
![]() |
procedure SetAssignmentMethod(const Value: TUpdateMethod); |
![]() |
procedure SetCalulateSurfaceLeakage(const Value: boolean); |
![]() |
procedure SetSpecifyInitialWaterContent(const Value: boolean); |
![]() |
procedure SetSpecifyResidualWaterContent(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
procedure InvalidateAllTimeLists; override; |
![]() |
procedure InitializeVariables; override; |
![]() |
property MfUzfInfiltration: TModflowBoundaryDisplayTimeList
read FMfUzfInfiltration; |
![]() |
property MfUzfEtDemand: TModflowBoundaryDisplayTimeList
read FMfUzfEtDemand; |
![]() |
property MfUzfExtinctionDepth: TModflowBoundaryDisplayTimeList
read FMfUzfExtinctionDepth; |
![]() |
property MfUzfWaterContent: TModflowBoundaryDisplayTimeList
read FMfUzfWaterContent; |
![]() |
property VerticalKSource: integer read FVerticalKSource write SetVerticalKSource; |
![]() |
property RouteDischargeToStreams: boolean read FRouteDischargeToStreams write SetRouteDischargeToStreams; |
![]() |
property SimulateET: boolean read FSimulateET write SetSimulateET; |
![]() |
property NumberOfTrailingWaves: integer read FNumberOfTrailingWaves write SetNumberOfTrailingWaves; |
![]() |
property NumberOfWaveSets: integer read FNumberOfWaveSets write SetNumberOfWaveSets; |
![]() |
property PrintSummary: integer read FPrintSummary write SetPrintSummary; |
IFTUNIT |
![]() |
property DepthOfUndulations: double read FDepthOfUndulations write SetDepthOfUndulations; |
![]() |
property AssignmentMethod: TUpdateMethod read FAssignmentMethod
write SetAssignmentMethod stored True; |
![]() |
property SpecifyResidualWaterContent: boolean
read FSpecifyResidualWaterContent write SetSpecifyResidualWaterContent; |
SPECIFYTHTR |
![]() |
property SpecifyInitialWaterContent: boolean
read FSpecifyInitialWaterContent write SetSpecifyInitialWaterContent; |
SPECIFYTHTI |
![]() |
property CalulateSurfaceLeakage: boolean read FCalulateSurfaceLeakage
write SetCalulateSurfaceLeakage default True; |
inverse of NOSURFLEAK |