Description | Hierarchy | Fields | Methods | Properties |
type TCustomInterpolatedBoundary = class(TCustomPhastBoundary)
TCustomPhastBoundary
is an abstract base class. Its descendants are used to define all aspects of one type of boundary condition for one TScreenObject including those aspects that vary with time.
![]() |
FBoundaryValue: TRealPhastBoundaries; |
![]() |
FSolution: TIntegerPhastBoundaries; |
![]() |
procedure SetBoundaryValue(const Value: TRealPhastBoundaries); |
![]() |
procedure SetSolution(const Value: TIntegerPhastBoundaries); |
![]() |
procedure SetScreenObject(const Value: TScreenObject); override; |
![]() |
procedure UpdateMixtureExpression; override; |
![]() |
procedure UpdateFormulaExpression; override; |
![]() |
function BoundaryDataSetFormula(DataSetName: string): string; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Clear; override; |
![]() |
constructor Create(ScreenObject: TScreenObject; Model: TBaseModel); |
![]() |
destructor Destroy; override; |
![]() |
property Solution: TIntegerPhastBoundaries
read FSolution write SetSolution; |
![]() |
property BoundaryValue: TRealPhastBoundaries read FBoundaryValue
write SetBoundaryValue; |
![]() |
FBoundaryValue: TRealPhastBoundaries; |
See BoundaryValue. |
![]() |
FSolution: TIntegerPhastBoundaries; |
See Solution. |
![]() |
procedure SetBoundaryValue(const Value: TRealPhastBoundaries); |
See BoundaryValue. |
![]() |
procedure SetSolution(const Value: TIntegerPhastBoundaries); |
See Solution. |
![]() |
procedure SetScreenObject(const Value: TScreenObject); override; |
See ScreenObject. |
![]() |
procedure UpdateMixtureExpression; override; |
|
![]() |
procedure UpdateFormulaExpression; override; |
![]() |
function BoundaryDataSetFormula(DataSetName: string): string; |
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
procedure Clear; override; |
|
![]() |
constructor Create(ScreenObject: TScreenObject; Model: TBaseModel); |
|
![]() |
destructor Destroy; override; |
|
![]() |
property Solution: TIntegerPhastBoundaries
read FSolution write SetSolution; |
|
![]() |
property BoundaryValue: TRealPhastBoundaries read FBoundaryValue
write SetBoundaryValue; |
|