Description | Hierarchy | Fields | Methods | Properties |
type TRiverBoundary = class(TCustomPhastBoundary)
TRiverBoundary
represents a river boundary in PHAST for one TPhastScreenObject.
![]() |
FAssociatedSolution: TIntegerPhastBoundaries; |
![]() |
FBedHydraulicConductivity: string; |
![]() |
FBedThickness: string; |
![]() |
FDepth: string; |
![]() |
FDescription: string; |
![]() |
FHead: TRealPhastBoundaries; |
![]() |
FWidth: string; |
![]() |
procedure SetAssociatedSolution(const Value: TIntegerPhastBoundaries); |
![]() |
procedure SetBedHydraulicConductivity(const Value: string); |
![]() |
procedure SetBedThickness(const Value: string); |
![]() |
procedure SetDepth(const Value: string); |
![]() |
procedure SetDescription(const Value: string); |
![]() |
procedure SetHead(const Value: TRealPhastBoundaries); |
![]() |
procedure SetWidth(const Value: string); |
![]() |
procedure SetScreenObject(const Value: TPhastScreenObject); override; |
![]() |
procedure UpdateMixtureExpression; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Clear; override; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function IsBoundary: boolean; |
![]() |
procedure PartialAssign(Source: TPersistent); |
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FAssociatedSolution write SetAssociatedSolution; |
![]() |
property BedHydraulicConductivity: string read FBedHydraulicConductivity
write SetBedHydraulicConductivity; |
![]() |
property BedThickness: string read FBedThickness write SetBedThickness; |
![]() |
property Depth: string read FDepth write SetDepth; |
![]() |
property Description: string read FDescription write SetDescription; |
![]() |
property Head: TRealPhastBoundaries read FHead write SetHead; |
![]() |
property Width: string read FWidth write SetWidth; |
![]() |
FAssociatedSolution: TIntegerPhastBoundaries; |
|
![]() |
FBedHydraulicConductivity: string; |
|
![]() |
FBedThickness: string; |
|
![]() |
FDepth: string; |
|
![]() |
FDescription: string; |
|
![]() |
FHead: TRealPhastBoundaries; |
|
![]() |
FWidth: string; |
|
![]() |
procedure SetAssociatedSolution(const Value: TIntegerPhastBoundaries); |
See AssociatedSolution. |
![]() |
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 SetHead(const Value: TRealPhastBoundaries); |
See Head. |
![]() |
procedure SetWidth(const Value: string); |
See Width. |
![]() |
procedure SetScreenObject(const Value: TPhastScreenObject); override; |
See ScreenObject. |
![]() |
procedure UpdateMixtureExpression; override; |
|
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
procedure Clear; override; |
|
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
function IsBoundary: boolean; |
|
![]() |
procedure PartialAssign(Source: TPersistent); |
If Source is a |
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FAssociatedSolution write SetAssociatedSolution; |
|
![]() |
property BedHydraulicConductivity: string read FBedHydraulicConductivity
write SetBedHydraulicConductivity; |
|
![]() |
property BedThickness: string read FBedThickness write SetBedThickness; |
|
![]() |
property Depth: string read FDepth write SetDepth; |
|
![]() |
property Description: string read FDescription write SetDescription; |
|
![]() |
property Head: TRealPhastBoundaries read FHead write SetHead; |
|
![]() |
property Width: string read FWidth write SetWidth; |
|