Description | Hierarchy | Fields | Methods | Properties |
type TFluxBoundary = class(TCustomOrientedPhastBoundary)
TFluxBoundary
represents a flux boundary in PHAST for one TPhastScreenObject.
![]() |
FAssociatedSolution: TIntegerPhastBoundaries; |
![]() |
FFlux: TRealPhastBoundaries; |
![]() |
procedure SetAssociatedSolution(const Value: TIntegerPhastBoundaries); |
![]() |
procedure SetFlux(const Value: TRealPhastBoundaries); |
![]() |
procedure SetOrientation(const Value: TViewDirection); override; |
![]() |
procedure SetScreenObject(const Value: TPhastScreenObject); override; |
![]() |
procedure UpdateMixtureExpression; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Clear; override; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FAssociatedSolution write SetAssociatedSolution; |
![]() |
property Flux: TRealPhastBoundaries read FFlux write SetFlux; |
![]() |
FAssociatedSolution: TIntegerPhastBoundaries; |
|
![]() |
FFlux: TRealPhastBoundaries; |
|
![]() |
procedure SetAssociatedSolution(const Value: TIntegerPhastBoundaries); |
See AssociatedSolution. |
![]() |
procedure SetFlux(const Value: TRealPhastBoundaries); |
See Flux. |
![]() |
procedure SetOrientation(const Value: TViewDirection); override; |
See TCustomOrientedPhastBoundary.Orientation. |
![]() |
procedure SetScreenObject(const Value: TPhastScreenObject); override; |
See ScreenObject. |
![]() |
procedure UpdateMixtureExpression; override; |
|
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
procedure Clear; override; |
|
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property AssociatedSolution: TIntegerPhastBoundaries
read FAssociatedSolution write SetAssociatedSolution; |
|
![]() |
property Flux: TRealPhastBoundaries read FFlux write SetFlux; |
|