Description | Hierarchy | Fields | Methods | Properties |
type TCustomPhastBoundaryCollection = class(TPhastCollection)
TCustomPhastBoundaryCollection
is an abstract base class. Its descendants store a series of TCustomPhastBoundaryConditions. The series define how one aspect of a boundary condition changes with time.
![]() |
FScreenObject: TPhastScreenObject; |
![]() |
FTimeList: TTimeList; |
![]() |
procedure SetTimeList(const Value: TTimeList); |
![]() |
function GetDatatype: TRbwDataType; virtual; abstract; |
![]() |
procedure UpdateMixtureExpression; |
![]() |
procedure Clear; |
![]() |
function GetDataSet(const ATime: double): TSparseArrayPhastDataSet; |
![]() |
property TimeList: TTimeList read FTimeList write SetTimeList; |
![]() |
property ScreenObject: TPhastScreenObject read FScreenObject write
FScreenObject; |
![]() |
FScreenObject: TPhastScreenObject; |
|
![]() |
FTimeList: TTimeList; |
![]() |
procedure SetTimeList(const Value: TTimeList); |
See TimeList. |
![]() |
function GetDatatype: TRbwDataType; virtual; abstract; |
|
![]() |
procedure UpdateMixtureExpression; |
|
![]() |
procedure Clear; |
|
![]() |
function GetDataSet(const ATime: double): TSparseArrayPhastDataSet; |
|
![]() |
property TimeList: TTimeList read FTimeList write SetTimeList; |
|
![]() |
property ScreenObject: TPhastScreenObject read FScreenObject write
FScreenObject; |
|