Description | Hierarchy | Fields | Methods | Properties |
type TRiverBoundary = class(TCustomInterpolatedBoundary)
TRiverBoundary
represents a river boundary in PHAST for one TScreenObject.
![]() |
FBedHydraulicConductivity: string; |
![]() |
FBedThickness: string; |
![]() |
FDepth: string; |
![]() |
FDescription: string; |
![]() |
FWidth: string; |
![]() |
procedure SetBedHydraulicConductivity(const Value: string); |
![]() |
procedure SetBedThickness(const Value: string); |
![]() |
procedure SetDepth(const Value: string); |
![]() |
procedure SetDescription(const Value: string); |
![]() |
procedure SetWidth(const Value: string); |
![]() |
function GetBedHydraulicConductivity: string; |
![]() |
function GetBedThickness: string; |
![]() |
function GetDepth: string; |
![]() |
function GetWidth: string; |
![]() |
procedure Loaded; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(ScreenObject: TScreenObject; Model: TBaseModel); |
![]() |
function IsBoundary: boolean; |
![]() |
procedure PartialAssign(Source: TPersistent); |
![]() |
property BedHydraulicConductivity: string read GetBedHydraulicConductivity
write SetBedHydraulicConductivity; |
![]() |
property BedThickness: string read GetBedThickness write SetBedThickness; |
![]() |
property Depth: string read GetDepth write SetDepth; |
![]() |
property Description: string read FDescription write SetDescription; |
![]() |
property Width: string read GetWidth write SetWidth; |
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FSolution write SetSolution; |
![]() |
property Head: TRealPhastBoundaries read FBoundaryValue
write SetBoundaryValue; |
![]() |
FBedHydraulicConductivity: string; |
|
![]() |
FBedThickness: string; |
|
![]() |
FDepth: string; |
|
![]() |
FDescription: string; |
|
![]() |
FWidth: string; |
|
![]() |
procedure SetBedHydraulicConductivity(const Value: string); |
![]() |
procedure SetBedThickness(const Value: string); |
See BedThickness. |
![]() |
procedure SetDepth(const Value: string); |
See Depth. |
![]() |
procedure SetDescription(const Value: string); |
See Description. |
![]() |
procedure SetWidth(const Value: string); |
See Width. |
![]() |
function GetBedHydraulicConductivity: string; |
![]() |
function GetBedThickness: string; |
![]() |
function GetDepth: string; |
![]() |
function GetWidth: string; |
![]() |
procedure Loaded; |
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
constructor Create(ScreenObject: TScreenObject; Model: TBaseModel); |
|
![]() |
function IsBoundary: boolean; |
|
![]() |
procedure PartialAssign(Source: TPersistent); |
If Source is a |
![]() |
property BedHydraulicConductivity: string read GetBedHydraulicConductivity
write SetBedHydraulicConductivity; |
|
![]() |
property BedThickness: string read GetBedThickness write SetBedThickness; |
|
![]() |
property Depth: string read GetDepth write SetDepth; |
|
![]() |
property Description: string read FDescription write SetDescription; |
|
![]() |
property Width: string read GetWidth write SetWidth; |
|
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FSolution write SetSolution; |
|
![]() |
property Head: TRealPhastBoundaries read FBoundaryValue
write SetBoundaryValue; |
|