Description | Hierarchy | Fields | Methods | Properties |
type TRealPhastBoundaryCondition = class(TCustomPhastBoundaryCondition)
TRealPhastBoundaryCondition
is used to define the value of one aspect of a boundary condition for one time period. The aspect of the boundary condition must be a real number. An example is the head in a specified head boundary.
![]() |
function GetValue1: double; |
![]() |
function GetValue2: double; |
![]() |
procedure SetValue1(const Value: double); |
![]() |
procedure SetValue2(const Value: double); |
![]() |
function GetDatatype: TRbwDataType; override; |
![]() |
property Value1: double read GetValue1 write SetValue1; |
![]() |
property Value2: double read GetValue2 write SetValue2; |
![]() |
function GetValue1: double; |
See Value1. |
![]() |
function GetValue2: double; |
See Value2. |
![]() |
procedure SetValue1(const Value: double); |
See Value1. |
![]() |
procedure SetValue2(const Value: double); |
See Value2. |
![]() |
function GetDatatype: TRbwDataType; override; |
|
![]() |
property Value1: double read GetValue1 write SetValue1; |
If PHAST-style interpolation will be used, |
![]() |
property Value2: double read GetValue2 write SetValue2; |
If PHAST-style interpolation will be used, |