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: TScreenObject; |
![]() |
FTimeList: TPhastTimeList; |
![]() |
procedure SetTimeList(const Value: TPhastTimeList); |
![]() |
function GetDatatype: TRbwDataType; virtual; abstract; |
![]() |
procedure UpdateMixtureExpression; |
![]() |
procedure UpdateFormulaExpression; |
![]() |
procedure Clear; |
![]() |
function GetDataSet(const ATime: double): TSparseArrayPhastInterpolationDataSet; |
![]() |
property TimeList: TPhastTimeList read FTimeList write SetTimeList; |
![]() |
property ScreenObject: TScreenObject read FScreenObject write
FScreenObject; |
![]() |
FScreenObject: TScreenObject; |
See ScreenObject. |
![]() |
FTimeList: TPhastTimeList; |
See TimeList. |
![]() |
procedure SetTimeList(const Value: TPhastTimeList); |
See TimeList. |
![]() |
function GetDatatype: TRbwDataType; virtual; abstract; |
|
![]() |
procedure UpdateMixtureExpression; |
|
![]() |
procedure UpdateFormulaExpression; |
![]() |
procedure Clear; |
|
![]() |
function GetDataSet(const ATime: double): TSparseArrayPhastInterpolationDataSet; |
|
![]() |
property TimeList: TPhastTimeList read FTimeList write SetTimeList; |
|
![]() |
property ScreenObject: TScreenObject read FScreenObject write
FScreenObject; |
|