Description | Hierarchy | Fields | Methods | Properties |
type TLeakyBoundary = class(TCustomOrientedPhastBoundary)
TLeakyBoundary
represents a leaky boundary in PHAST for one TScreenObject.
![]() |
FHydraulicConductivity: string; |
![]() |
FThickness: string; |
![]() |
function GetHydraulicConductivity: string; |
![]() |
procedure SetOrientation(const Value: TViewDirection); override; |
![]() |
procedure SetHydraulicConductivity(const Value: string); |
![]() |
procedure SetThickness(const Value: string); |
![]() |
function GetThickness: string; |
![]() |
procedure Loaded; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(ScreenObject: TScreenObject; Model: TBaseModel); |
![]() |
procedure PartialAssign(Source: TPersistent); |
![]() |
procedure Reset; |
![]() |
property HydraulicConductivity: string read GetHydraulicConductivity
write SetHydraulicConductivity; |
![]() |
property Thickness: string read GetThickness write SetThickness; |
![]() |
FHydraulicConductivity: string; |
![]() |
FThickness: string; |
See Thickness. |
![]() |
function GetHydraulicConductivity: string; |
![]() |
procedure SetOrientation(const Value: TViewDirection); override; |
See TCustomOrientedPhastBoundary.Orientation. |
![]() |
procedure SetHydraulicConductivity(const Value: string); |
![]() |
procedure SetThickness(const Value: string); |
See Thickness. |
![]() |
function GetThickness: string; |
![]() |
procedure Loaded; |
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
constructor Create(ScreenObject: TScreenObject; Model: TBaseModel); |
|
![]() |
procedure PartialAssign(Source: TPersistent); |
If Source is a |
![]() |
procedure Reset; |
|
![]() |
property HydraulicConductivity: string read GetHydraulicConductivity
write SetHydraulicConductivity; |
|
![]() |
property Thickness: string read GetThickness write SetThickness; |
|