Description | Hierarchy | Fields | Methods | Properties |
type TIntegerPhastBoundaryCondition = class(TCustomPhastBoundaryCondition)
TIntegerPhastBoundaryCondition
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 an integer. An example is the associated solution in a specified head boundary.
![]() |
function GetValue1: integer; |
![]() |
function GetValue2: integer; |
![]() |
procedure SetValue1(const Value: integer); |
![]() |
procedure SetValue2(const Value: integer); |
![]() |
function GetDatatype: TRbwDataType; override; |
![]() |
property Value1: integer read GetValue1 write SetValue1; |
![]() |
property Value2: integer read GetValue2 write SetValue2; |
![]() |
function GetValue1: integer; |
See Value1. |
![]() |
function GetValue2: integer; |
See Value2. |
![]() |
procedure SetValue1(const Value: integer); |
See Value1. |
![]() |
procedure SetValue2(const Value: integer); |
See Value2. |
![]() |
function GetDatatype: TRbwDataType; override; |
|
![]() |
property Value1: integer read GetValue1 write SetValue1; |
If PHAST-style interpolation will be used, |
![]() |
property Value2: integer read GetValue2 write SetValue2; |
If PHAST-style interpolation will be used, |