Description | Hierarchy | Fields | Methods | Properties |
type TLeakyBoundary = class(TCustomOrientedPhastBoundary)
TLeakyBoundary
represents a leaky boundary in PHAST for one TPhastScreenObject.
![]() |
FAssociatedSolution: TIntegerPhastBoundaries; |
![]() |
FHead: TRealPhastBoundaries; |
![]() |
FHydraulicConductivity: string; |
![]() |
FThickness: string; |
![]() |
function GetHydraulicConductivity: string; |
![]() |
procedure SetAssociatedSolution(const Value: TIntegerPhastBoundaries); |
![]() |
procedure SetHead(const Value: TRealPhastBoundaries); |
![]() |
procedure SetOrientation(const Value: TViewDirection); override; |
![]() |
procedure SetHydraulicConductivity(const Value: string); |
![]() |
procedure SetThickness(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; |
![]() |
procedure PartialAssign(Source: TPersistent); |
![]() |
procedure Reset; |
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FAssociatedSolution write SetAssociatedSolution; |
![]() |
property Head: TRealPhastBoundaries read FHead write SetHead; |
![]() |
property HydraulicConductivity: string read GetHydraulicConductivity write
SetHydraulicConductivity; |
![]() |
property Thickness: string read FThickness write SetThickness; |
![]() |
FAssociatedSolution: TIntegerPhastBoundaries; |
|
![]() |
FHead: TRealPhastBoundaries; |
|
![]() |
FHydraulicConductivity: string; |
|
![]() |
FThickness: string; |
|
![]() |
function GetHydraulicConductivity: string; |
![]() |
procedure SetAssociatedSolution(const Value: TIntegerPhastBoundaries); |
See AssociatedSolution. |
![]() |
procedure SetHead(const Value: TRealPhastBoundaries); |
See Head. |
![]() |
procedure SetOrientation(const Value: TViewDirection); override; |
See TCustomOrientedPhastBoundary.Orientation. |
![]() |
procedure SetHydraulicConductivity(const Value: string); |
![]() |
procedure SetThickness(const Value: string); |
See Thickness. |
![]() |
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; |
|
![]() |
procedure PartialAssign(Source: TPersistent); |
If Source is a |
![]() |
procedure Reset; |
|
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FAssociatedSolution write SetAssociatedSolution; |
|
![]() |
property Head: TRealPhastBoundaries read FHead write SetHead; |
|
![]() |
property HydraulicConductivity: string read GetHydraulicConductivity write
SetHydraulicConductivity; |
|
![]() |
property Thickness: string read FThickness write SetThickness; |
|