Description | Hierarchy | Fields | Methods | Properties |
type TPhastModel = class(TCustomModel)
TPhastModel is used to read model configuration data to and from a stream.
TPhastModel is used to read model configuration data to and from a stream. It does this by making the significant features of a model published properties. Because TModel is derived from TPersistent, this automatically provides it with methods to read and write its published properties. Most of the published properties of TPhastModel correspond directly to settings in PHAST. However DataSetList and ObjectList are are descendants of TCollection. They store instances of TDataArray and TScreenObject respectively.
![]() |
function ChemistryUsed(Sender: TObject): boolean; |
![]() |
procedure ClearViewedItems; |
![]() |
procedure CreateInitialBoundaryDataSets; |
![]() |
procedure CreateInitialDataSets; |
![]() |
function EquilibriumPhasesUsed(Sender: TObject): boolean; |
![]() |
function ExchangeUsed(Sender: TObject): boolean; |
![]() |
function GasPhaseUsed(Sender: TObject): boolean; |
![]() |
function GetBoundaryDataSetCount: integer; |
![]() |
function GetBoundaryDataSets(const Index: integer): TDataArray; |
![]() |
function GetDataSetCollection: TDataSetCollection; |
![]() |
function GetDataSetCount: integer; |
![]() |
function GetDataSetFunctions(const Index: integer): string; |
![]() |
function GetDataSets(const Index: integer): TDataArray; |
![]() |
function GetExaggeration: double; |
![]() |
function GetFrontHeight: integer; |
![]() |
function GetFrontX: double; |
![]() |
function GetFrontY: double; |
![]() |
function GetHeight: integer; |
![]() |
function GetLeft: integer; |
![]() |
function GetMagnificationFront: double; |
![]() |
function GetMagnificationSide: double; |
![]() |
function GetMagnificationTop: double; |
![]() |
function GetOwnsScreenObjects: boolean; |
![]() |
function GetScreenObjectCollection: TPhastScreenObjectCollection; |
![]() |
function GetScreenObjectCount: integer; |
![]() |
function GetScreenObjects(const Index: integer): TScreenObject; |
![]() |
function GetSideWidth: integer; |
![]() |
function GetSideX: double; |
![]() |
function GetSideY: double; |
![]() |
function GetTimeListCount: integer; |
![]() |
function GetTimeLists(Index: integer): TTimeList; |
![]() |
function GetTop: integer; |
![]() |
function GetTopViewHeight: integer; |
![]() |
function GetTopViewWidth: integer; |
![]() |
function GetTopX: double; |
![]() |
function GetTopY: double; |
![]() |
function GetVersion: string; |
![]() |
function GetWidth: integer; |
![]() |
function GetWindowState: TWindowState; |
![]() |
function IndexOfDataSetInList(DataSetName: string; const List: TObjectList): integer; |
![]() |
function InitialHeadUsed(Sender: TObject): boolean; |
![]() |
procedure InitializeBoundaries; |
![]() |
function KineticsUsed(Sender: TObject): boolean; |
![]() |
procedure RecordTimeControl; |
![]() |
procedure SetColorCycles(const Value: integer); |
![]() |
procedure SetColorScheme(const Value: integer); |
![]() |
procedure SetDataSetFunctions(const Index: integer; const Value: string); |
![]() |
procedure SetDiffusivity(const Value: double); |
![]() |
procedure SetExaggeration(Value: double); |
![]() |
procedure SetFlowOnly(const Value: boolean); |
![]() |
procedure SetFreeSurface(const Value: boolean); |
![]() |
procedure SetFrontHeight(const Value: integer); |
![]() |
procedure SetFrontX(const Value: double); |
![]() |
procedure SetFrontY(const Value: double); |
![]() |
procedure SetHeight(const Value: integer); |
![]() |
procedure SetLeft(const Value: integer); |
![]() |
procedure SetMagnificationFront(Value: double); |
![]() |
procedure SetMagnificationSide(Value: double); |
![]() |
procedure SetMagnificationTop(Value: double); |
![]() |
procedure SetOwnsScreenObjects(const Value: boolean); |
![]() |
procedure SetPhastGrid(const Value: TPhastGrid); |
![]() |
procedure SetPrintFrequency(const Value: TPrintFrequencyCollection); |
![]() |
procedure SetScreenObjectCollection( const Value: TPhastScreenObjectCollection); |
![]() |
procedure SetSideWidth(const Value: integer); |
![]() |
procedure SetSideX(const Value: double); |
![]() |
procedure SetSideY(const Value: double); |
![]() |
procedure SetSoluteTransport(const Value: boolean); |
![]() |
procedure SetTimes(const Value: TTimeCollection); |
![]() |
procedure SetTitle(const Value: TStrings); |
![]() |
procedure SetTop(const Value: integer); |
![]() |
procedure SetTopViewHeight(const Value: integer); |
![]() |
procedure SetTopViewWidth(const Value: integer); |
![]() |
procedure SetTopX(const Value: double); |
![]() |
procedure SetTopY(const Value: double); |
![]() |
procedure SetUpToDate(const Value: boolean); |
![]() |
procedure SetUseWaterTable(const Value: boolean); |
![]() |
procedure SetVersion(const Value: string); |
![]() |
procedure SetWidth(const Value: integer); |
![]() |
procedure SetWindowState(const Value: TWindowState); |
![]() |
function SolidSolutionUsed(Sender: TObject): boolean; |
![]() |
function SurfacesUsed(Sender: TObject): boolean; |
![]() |
procedure SetUnits(const Value: TUnits); |
![]() |
function AddBoundaryDataSet(const DataSet: TDataArray): Integer; |
![]() |
procedure Loaded; override; |
![]() |
function AddDataSet(const DataSet: TDataArray): Integer; virtual; |
![]() |
function AddScreenObject(const AScreenObject: TScreenObject): integer; virtual; |
![]() |
procedure Clear; |
![]() |
procedure ClearScreenObjects; |
![]() |
constructor Create(AnOwner: TComponent); override; |
![]() |
procedure CreateVariables(const DataSet: TDataArray); |
![]() |
destructor Destroy; override; |
![]() |
procedure DrawScreenObjects3D; |
![]() |
procedure ExtractDataSet(const DataSet: TDataArray); |
![]() |
procedure ExtractScreenObject(const AScreenObject: TScreenObject); |
![]() |
function GetDataSetByName(DataSetName: string): TDataArray; |
![]() |
procedure IncreaseScreenObjectCapacity(const Delta: integer); |
![]() |
function IndexOfBoundaryDataSet(DataSetName: string): integer; |
![]() |
function IndexOfDataSet(DataSetName: string): integer; |
![]() |
function IndexOfScreenObject(const AScreenObject: TScreenObject): integer; |
![]() |
procedure InitializeTimes; |
![]() |
function InitialWaterTableUsed(Sender: TObject): boolean; |
![]() |
procedure InsertDataSet(const Index: integer; const DataSet: TDataArray); |
![]() |
procedure InsertScreenObject(const Index: integer; const AScreenObject: TScreenObject); |
![]() |
procedure Invalidate; |
![]() |
procedure InvalidateScreenObjects; |
![]() |
procedure InvalidateSegments; |
![]() |
function NumberOfLargestScreenObjectsStartingWith(const Root: string): integer; |
![]() |
procedure RemoveScreenObject(const AScreenObject: TScreenObject); |
![]() |
procedure RestoreColoredDataSets; |
![]() |
function ScreenObjectClass: TScreenObjectClass; override; |
![]() |
procedure UpdateDataSets; |
![]() |
procedure UpdateFrontTimeDataSet(const TimeList: TTimeList; const Time: double); |
![]() |
procedure UpdateScreenObjects; |
![]() |
procedure UpdateSideTimeDataSet(const TimeList: TTimeList; const Time: double); |
![]() |
procedure UpdateThreeDTimeDataSet(const TimeList: TTimeList; const Time: double); |
![]() |
procedure UpdateTimeLists; |
![]() |
procedure UpdateTopTimeDataSet(const TimeList: TTimeList; const Time: double); |
![]() |
FBoundaryDataSets: TObjectList; |
|
![]() |
FChemistryOptions: TChemistryOptions; |
|
![]() |
FColorCycles: integer; |
|
![]() |
FColorScheme: integer; |
|
![]() |
FDataSetCollection: TDataSetCollection; |
|
![]() |
FDataSetFunctions: TStringList; |
|
![]() |
FDataSets: TObjectList; |
|
![]() |
FDiffusivity: double; |
|
![]() |
FDiffusivitySet: boolean; |
|
![]() |
FFileVersion: string; |
|
![]() |
FFluidProperties: TFluidProperties; |
|
![]() |
FFluxBoundaryChemistryGroup: TTimeListGroup; |
|
![]() |
FFluxBoundaryFluxGroup: TTimeListGroup; |
|
![]() |
FFreeSurface: boolean; |
|
![]() |
FFrontBoundaryType: TDataArray; |
|
![]() |
FFrontDisplayTime: double; |
|
![]() |
FFrontFluxBoundaryChemistry: TTimeList; |
|
![]() |
FFrontFluxBoundaryFlux: TTimeList; |
|
![]() |
FFrontLeakyAssociatedSolution: TTimeList; |
|
![]() |
FFrontLeakyHead: TTimeList; |
|
![]() |
FFrontTimeList: TTimeList; |
|
![]() |
FGridOptions: TGridOptions; |
|
![]() |
FLeakyAssociatedSolutionGroup: TTimeListGroup; |
|
![]() |
FLeakyHeadGroup: TTimeListGroup; |
|
![]() |
FModelTimes: TRealList; |
|
![]() |
FPhastGrid: TPhastGrid; |
|
![]() |
FPrintFrequency: TPrintFrequencyCollection; |
|
![]() |
FPrintInitial: TPrintInitial; |
|
![]() |
FRiverAssociatedSolution: TTimeList; |
|
![]() |
FRiverAssociatedSolutionGroup: TTimeListGroup; |
|
![]() |
FRiverDataSets: TList; |
|
![]() |
FRiverHead: TTimeList; |
![]() |
FRiverHeadGroup: TTimeListGroup; |
|
![]() |
FScreenObjectCollection: TPhastScreenObjectCollection; |
|
![]() |
FScreenObjectList: TObjectList; |
|
![]() |
FSideBoundaryType: TDataArray; |
|
![]() |
FSideDisplayTime: double; |
|
![]() |
FSideFluxBoundaryChemistry: TTimeList; |
|
![]() |
FSideFluxBoundaryFlux: TTimeList; |
|
![]() |
FSideLeakyAssociatedSolution: TTimeList; |
|
![]() |
FSideLeakyHead: TTimeList; |
|
![]() |
FSideTimeList: TTimeList; |
|
![]() |
FSoluteTransport: boolean; |
|
![]() |
FSolutionOptions: TSolutionOptions; |
|
![]() |
FSomeSegmentsUpToDate: boolean; |
|
![]() |
FSpecifiedHeadAssociatedSolution: TTimeList; |
|
![]() |
FSpecifiedHeadGroup: TTimeListGroup; |
|
![]() |
FSpecifiedHeadHead: TTimeList; |
|
![]() |
FSpecifiedHeadSolutionGroup: TTimeListGroup; |
|
![]() |
FSpecifiedSolution: TTimeList; |
|
![]() |
FSteadyFlowOptions: TSteadyFlowOptions; |
|
![]() |
FThreeDDisplayTime: double; |
|
![]() |
FThreeDTimeList: TTimeList; |
|
![]() |
FTimeLists: TList; |
|
![]() |
FTimes: TTimeCollection; |
|
![]() |
FTitle: TStrings; |
|
![]() |
FTop2DBoundaryType: TDataArray; |
|
![]() |
FTopBoundaryType: TDataArray; |
|
![]() |
FTopDisplayTime: double; |
|
![]() |
FTopFluxBoundaryChemistry: TTimeList; |
|
![]() |
FTopFluxBoundaryFlux: TTimeList; |
|
![]() |
FTopLeakyAssociatedSolution: TTimeList; |
|
![]() |
FTopLeakyHead: TTimeList; |
|
![]() |
FTopTimeList: TTimeList; |
|
![]() |
FUnits: TUnits; |
![]() |
FUpToDate: boolean; |
|
![]() |
FUseWaterTable: boolean; |
|
![]() |
FWellInjectionOrPumpingRate: TTimeList; |
|
![]() |
FWellPumpingRateGroup: TTimeListGroup; |
|
![]() |
FWellSolution: TTimeList; |
|
![]() |
FWellSolutionGroup: TTimeListGroup; |
|
![]() |
function ChemistryUsed(Sender: TObject): boolean; |
|
![]() |
procedure ClearViewedItems; |
|
![]() |
procedure CreateInitialBoundaryDataSets; |
|
![]() |
procedure CreateInitialDataSets; |
|
![]() |
function EquilibriumPhasesUsed(Sender: TObject): boolean; |
|
![]() |
function ExchangeUsed(Sender: TObject): boolean; |
|
![]() |
function GasPhaseUsed(Sender: TObject): boolean; |
|
![]() |
function GetBoundaryDataSetCount: integer; |
See BoundaryDataSetCount. |
![]() |
function GetBoundaryDataSets(const Index: integer): TDataArray; |
See BoundaryDataSets. |
![]() |
function GetDataSetCollection: TDataSetCollection; |
See DataSetList. |
![]() |
function GetDataSetCount: integer; |
See DataSetCount. |
![]() |
function GetDataSetFunctions(const Index: integer): string; |
See DataSetFunctions. |
![]() |
function GetDataSets(const Index: integer): TDataArray; |
See DataSets. |
![]() |
function GetExaggeration: double; |
See Exaggeration. |
![]() |
function GetFrontHeight: integer; |
See FrontHeight. |
![]() |
function GetFrontX: double; |
See FrontX. |
![]() |
function GetFrontY: double; |
See FrontY. |
![]() |
function GetHeight: integer; |
See Height. |
![]() |
function GetLeft: integer; |
See Left. |
![]() |
function GetMagnificationFront: double; |
See MagnificationFront. |
![]() |
function GetMagnificationSide: double; |
See MagnificationSide. |
![]() |
function GetMagnificationTop: double; |
See MagnificationTop. |
![]() |
function GetOwnsScreenObjects: boolean; |
See OwnsScreenObjects. |
![]() |
function GetScreenObjectCollection: TPhastScreenObjectCollection; |
See ObjectList. |
![]() |
function GetScreenObjectCount: integer; |
See ScreenObjectCount. |
![]() |
function GetScreenObjects(const Index: integer): TScreenObject; |
See ScreenObjects. |
![]() |
function GetSideWidth: integer; |
See SideWidth. |
![]() |
function GetSideX: double; |
See SideX. |
![]() |
function GetSideY: double; |
See SideY. |
![]() |
function GetTimeListCount: integer; |
See TimeListCount. |
![]() |
function GetTimeLists(Index: integer): TTimeList; |
See TimeLists. |
![]() |
function GetTop: integer; |
See Top. |
![]() |
function GetTopViewHeight: integer; |
See TopViewHeight. |
![]() |
function GetTopViewWidth: integer; |
See TopViewWidth. |
![]() |
function GetTopX: double; |
See TopX. |
![]() |
function GetTopY: double; |
See TopY. |
![]() |
function GetVersion: string; |
See Version. |
![]() |
function GetWidth: integer; |
See Width. |
![]() |
function GetWindowState: TWindowState; |
See WindowState. |
![]() |
function IndexOfDataSetInList(DataSetName: string; const List: TObjectList): integer; |
|
![]() |
function InitialHeadUsed(Sender: TObject): boolean; |
|
![]() |
procedure InitializeBoundaries; |
|
![]() |
function KineticsUsed(Sender: TObject): boolean; |
|
![]() |
procedure RecordTimeControl; |
|
![]() |
procedure SetColorCycles(const Value: integer); |
See ColorCycles. |
![]() |
procedure SetColorScheme(const Value: integer); |
See ColorScheme. |
![]() |
procedure SetDataSetFunctions(const Index: integer; const Value: string); |
See DataSetFunctions. |
![]() |
procedure SetDiffusivity(const Value: double); |
See Diffusivity. |
![]() |
procedure SetExaggeration(Value: double); |
See Exaggeration. |
![]() |
procedure SetFlowOnly(const Value: boolean); |
See FlowOnly. |
![]() |
procedure SetFreeSurface(const Value: boolean); |
See FreeSurface. |
![]() |
procedure SetFrontHeight(const Value: integer); |
See FrontHeight. |
![]() |
procedure SetFrontX(const Value: double); |
See FrontX. |
![]() |
procedure SetFrontY(const Value: double); |
See FrontY. |
![]() |
procedure SetHeight(const Value: integer); |
See Height. |
![]() |
procedure SetLeft(const Value: integer); |
See Left. |
![]() |
procedure SetMagnificationFront(Value: double); |
See MagnificationFront. |
![]() |
procedure SetMagnificationSide(Value: double); |
See MagnificationSide. |
![]() |
procedure SetMagnificationTop(Value: double); |
See MagnificationTop. |
![]() |
procedure SetOwnsScreenObjects(const Value: boolean); |
See OwnsScreenObjects. |
![]() |
procedure SetPhastGrid(const Value: TPhastGrid); |
See PhastGrid. |
![]() |
procedure SetPrintFrequency(const Value: TPrintFrequencyCollection); |
See PrintFrequency. |
![]() |
procedure SetScreenObjectCollection( const Value: TPhastScreenObjectCollection); |
See ObjectList. |
![]() |
procedure SetSideWidth(const Value: integer); |
See MagnificationTop. |
![]() |
procedure SetSideX(const Value: double); |
See SideX. |
![]() |
procedure SetSideY(const Value: double); |
See SideY. |
![]() |
procedure SetSoluteTransport(const Value: boolean); |
See SoluteTransport. |
![]() |
procedure SetTimes(const Value: TTimeCollection); |
See Times. |
![]() |
procedure SetTitle(const Value: TStrings); |
See Title. |
![]() |
procedure SetTop(const Value: integer); |
See Top. |
![]() |
procedure SetTopViewHeight(const Value: integer); |
See TopViewHeight. |
![]() |
procedure SetTopViewWidth(const Value: integer); |
See TopViewWidth. |
![]() |
procedure SetTopX(const Value: double); |
See TopX. |
![]() |
procedure SetTopY(const Value: double); |
See TopY. |
![]() |
procedure SetUpToDate(const Value: boolean); |
See UpToDate. |
![]() |
procedure SetUseWaterTable(const Value: boolean); |
See UseWaterTable. |
![]() |
procedure SetVersion(const Value: string); |
See Version. |
![]() |
procedure SetWidth(const Value: integer); |
See Width. |
![]() |
procedure SetWindowState(const Value: TWindowState); |
See WindowState. |
![]() |
function SolidSolutionUsed(Sender: TObject): boolean; |
|
![]() |
function SurfacesUsed(Sender: TObject): boolean; |
|
![]() |
procedure SetUnits(const Value: TUnits); |
See Units; |
![]() |
function AddBoundaryDataSet(const DataSet: TDataArray): Integer; |
|
![]() |
procedure Loaded; override; |
|
![]() |
function AddDataSet(const DataSet: TDataArray): Integer; virtual; |
|
![]() |
function AddScreenObject(const AScreenObject: TScreenObject): integer; virtual; |
|
![]() |
procedure Clear; |
|
![]() |
procedure ClearScreenObjects; |
|
![]() |
constructor Create(AnOwner: TComponent); override; |
|
![]() |
procedure CreateVariables(const DataSet: TDataArray); |
|
![]() |
destructor Destroy; override; |
|
![]() |
procedure DrawScreenObjects3D; |
|
![]() |
procedure ExtractDataSet(const DataSet: TDataArray); |
|
![]() |
procedure ExtractScreenObject(const AScreenObject: TScreenObject); |
|
![]() |
function GetDataSetByName(DataSetName: string): TDataArray; |
|
![]() |
procedure IncreaseScreenObjectCapacity(const Delta: integer); |
|
![]() |
function IndexOfBoundaryDataSet(DataSetName: string): integer; |
|
![]() |
function IndexOfDataSet(DataSetName: string): integer; |
|
![]() |
function IndexOfScreenObject(const AScreenObject: TScreenObject): integer; |
|
![]() |
procedure InitializeTimes; |
|
![]() |
function InitialWaterTableUsed(Sender: TObject): boolean; |
|
![]() |
procedure InsertDataSet(const Index: integer; const DataSet: TDataArray); |
|
![]() |
procedure InsertScreenObject(const Index: integer; const AScreenObject: TScreenObject); |
|
![]() |
procedure Invalidate; |
Call |
![]() |
procedure InvalidateScreenObjects; |
|
![]() |
procedure InvalidateSegments; |
Calling |
![]() |
function NumberOfLargestScreenObjectsStartingWith(const Root: string): integer; |
|
![]() |
procedure RemoveScreenObject(const AScreenObject: TScreenObject); |
|
![]() |
procedure RestoreColoredDataSets; |
|
![]() |
function ScreenObjectClass: TScreenObjectClass; override; |
|
![]() |
procedure UpdateDataSets; |
|
![]() |
procedure UpdateFrontTimeDataSet(const TimeList: TTimeList; const Time: double); |
|
![]() |
procedure UpdateScreenObjects; |
|
![]() |
procedure UpdateSideTimeDataSet(const TimeList: TTimeList; const Time: double); |
|
![]() |
procedure UpdateThreeDTimeDataSet(const TimeList: TTimeList; const Time: double); |
|
![]() |
procedure UpdateTimeLists; |
![]() |
procedure UpdateTopTimeDataSet(const TimeList: TTimeList; const Time: double); |
|
![]() |
property BoundaryDataSetCount: integer read GetBoundaryDataSetCount; |
|
![]() |
property BoundaryDataSets[const Index: integer]: TDataArray
read GetBoundaryDataSets; |
|
![]() |
property ColorCycles: integer read FColorCycles write SetColorCycles default 1; |
|
![]() |
property ColorScheme: integer read FColorScheme write SetColorScheme; |
|
![]() |
property DataSetCount: integer read GetDataSetCount; |
|
![]() |
property DataSets[const Index: integer]: TDataArray read GetDataSets; |
|
![]() |
property DataSetFunctions[const Index: integer]: string
read GetDataSetFunctions write SetDataSetFunctions; |
Each formula in |
![]() |
property FileVersion: string read FFileVersion; |
|
![]() |
property FluxBoundaryChemistryGroup: TTimeListGroup read
FFluxBoundaryChemistryGroup; |
|
![]() |
property FluxBoundaryFluxGroup: TTimeListGroup read FFluxBoundaryFluxGroup; |
|
![]() |
property FrontBoundaryType: TDataArray read FFrontBoundaryType; |
|
![]() |
property FrontDisplayTime: double read FFrontDisplayTime; |
|
![]() |
property FrontFluxBoundaryChemistry: TTimeList
read FFrontFluxBoundaryChemistry; |
|
![]() |
property FrontFluxBoundaryFlux: TTimeList read FFrontFluxBoundaryFlux; |
|
![]() |
property FrontLeakyAssociatedSolution: TTimeList
read FFrontLeakyAssociatedSolution; |
|
![]() |
property FrontLeakyHead: TTimeList read FFrontLeakyHead; |
|
![]() |
property FrontTimeList: TTimeList read FFrontTimeList write FFrontTimeList; |
|
![]() |
property LeakyAssociatedSolutionGroup: TTimeListGroup
read FLeakyAssociatedSolutionGroup; |
|
![]() |
property LeakyHeadGroup: TTimeListGroup read FLeakyHeadGroup; |
|
![]() |
property ModelTimes: TRealList read FModelTimes; |
|
![]() |
property OwnsScreenObjects: boolean read GetOwnsScreenObjects
write SetOwnsScreenObjects; |
|
![]() |
property RiverAssociatedSolution: TTimeList read FRiverAssociatedSolution; |
|
![]() |
property RiverAssociatedSolutionGroup: TTimeListGroup
read FRiverAssociatedSolutionGroup; |
|
![]() |
property RiverDataSets: TList read FRiverDataSets; |
|
![]() |
property RiverHead: TTimeList read FRiverHead; |
|
![]() |
property RiverHeadGroup: TTimeListGroup read FRiverHeadGroup; |
|
![]() |
property ScreenObjectCount: integer read GetScreenObjectCount; |
|
![]() |
property ScreenObjects[const Index: integer]: TScreenObject
read GetScreenObjects; |
|
![]() |
property SideBoundaryType: TDataArray read FSideBoundaryType; |
|
![]() |
property SideDisplayTime: double read FSideDisplayTime; |
|
![]() |
property SideFluxBoundaryChemistry: TTimeList
read FSideFluxBoundaryChemistry; |
|
![]() |
property SideFluxBoundaryFlux: TTimeList read FSideFluxBoundaryFlux; |
|
![]() |
property SideLeakyAssociatedSolution: TTimeList
read FSideLeakyAssociatedSolution; |
|
![]() |
property SideLeakyHead: TTimeList read FSideLeakyHead; |
|
![]() |
property SideTimeList: TTimeList read FSideTimeList write FSideTimeList; |
|
![]() |
property SomeSegmentsUpToDate: boolean read FSomeSegmentsUpToDate
write FSomeSegmentsUpToDate; |
If |
![]() |
property SpecifiedHeadAssociatedSolution: TTimeList
read FSpecifiedHeadAssociatedSolution; |
|
![]() |
property SpecifiedHeadGroup: TTimeListGroup read FSpecifiedHeadGroup; |
|
![]() |
property SpecifiedHeadHead: TTimeList read FSpecifiedHeadHead; |
|
![]() |
property SpecifiedHeadSolutionGroup: TTimeListGroup
read FSpecifiedHeadSolutionGroup; |
|
![]() |
property SpecifiedSolution: TTimeList read FSpecifiedSolution; |
|
![]() |
property ThreeDDisplayTime: double read FThreeDDisplayTime; |
|
![]() |
property ThreeDTimeList: TTimeList read FThreeDTimeList
write FThreeDTimeList; |
|
![]() |
property TimeListCount: integer read GetTimeListCount; |
![]() |
property TimeLists[Index: integer]: TTimeList read GetTimeLists; |
|
![]() |
property Top2DBoundaryType: TDataArray read FTop2DBoundaryType; |
|
![]() |
property TopBoundaryType: TDataArray read FTopBoundaryType; |
|
![]() |
property TopDisplayTime: double read FTopDisplayTime; |
|
![]() |
property TopFluxBoundaryChemistry: TTimeList
read FTopFluxBoundaryChemistry; |
|
![]() |
property TopFluxBoundaryFlux: TTimeList read FTopFluxBoundaryFlux; |
|
![]() |
property TopLeakyAssociatedSolution: TTimeList
read FTopLeakyAssociatedSolution; |
|
![]() |
property TopLeakyHead: TTimeList read FTopLeakyHead; |
|
![]() |
property TopTimeList: TTimeList read FTopTimeList write FTopTimeList; |
|
![]() |
property UpToDate: boolean read FUpToDate write SetUpToDate; |
|
![]() |
property WellInjectionOrPumpingRate: TTimeList
read FWellInjectionOrPumpingRate; |
|
![]() |
property WellPumpingRateGroup: TTimeListGroup read FWellPumpingRateGroup; |
|
![]() |
property WellSolution: TTimeList read FWellSolution; |
|
![]() |
property WellSolutionGroup: TTimeListGroup read FWellSolutionGroup; |
|
![]() |
property ChemistryOptions: TChemistryOptions read FChemistryOptions
write FChemistryOptions; |
|
![]() |
property DataSetList: TDataSetCollection read GetDataSetCollection
write FDataSetCollection; |
|
![]() |
property Diffusivity: double read FDiffusivity write SetDiffusivity; |
|
![]() |
property Exaggeration: double read GetExaggeration write SetExaggeration; |
|
![]() |
property FlowOnly: boolean write SetFlowOnly stored False; |
|
![]() |
property FluidProperties: TFluidProperties read FFluidProperties
write FFluidProperties stored False; |
|
![]() |
property FreeSurface: boolean read FFreeSurface write SetFreeSurface; |
|
![]() |
property FrontHeight: integer read GetFrontHeight write SetFrontHeight; |
|
![]() |
property FrontX: double read GetFrontX write SetFrontX; |
|
![]() |
property FrontY: double read GetFrontY write SetFrontY; |
|
![]() |
property GridOptions: TGridOptions read FGridOptions write FGridOptions; |
|
![]() |
property Height: integer read GetHeight write SetHeight; |
|
![]() |
property Left: integer read GetLeft write SetLeft; |
|
![]() |
property MagnificationFront: double read GetMagnificationFront
write SetMagnificationFront; |
|
![]() |
property MagnificationSide: double read GetMagnificationSide
write SetMagnificationSide; |
|
![]() |
property MagnificationTop: double read GetMagnificationTop
write SetMagnificationTop; |
|
![]() |
property ObjectList: TPhastScreenObjectCollection
read GetScreenObjectCollection write SetScreenObjectCollection; |
|
![]() |
property PhastGrid: TPhastGrid read FPhastGrid write SetPhastGrid; |
|
![]() |
property PrintFrequency: TPrintFrequencyCollection read FPrintFrequency
write SetPrintFrequency; |
|
![]() |
property PrintInitial: TPrintInitial read FPrintInitial write FPrintInitial; |
|
![]() |
property SideWidth: integer read GetSideWidth write SetSideWidth; |
|
![]() |
property SideX: double read GetSideX write SetSideX; |
|
![]() |
property SideY: double read GetSideY write SetSideY; |
|
![]() |
property SoluteTransport: boolean read FSoluteTransport
write SetSoluteTransport; |
|
![]() |
property SolutionOptions: TSolutionOptions read FSolutionOptions
write FSolutionOptions; |
|
![]() |
property SteadyFlowOptions: TSteadyFlowOptions read FSteadyFlowOptions
write FSteadyFlowOptions; |
|
![]() |
property Times: TTimeCollection read FTimes write SetTimes; |
|
![]() |
property Title: TStrings read FTitle write SetTitle stored True; |
|
![]() |
property Top: integer read GetTop write SetTop; |
|
![]() |
property TopViewHeight: integer read GetTopViewHeight
write SetTopViewHeight; |
|
![]() |
property TopViewWidth: integer read GetTopViewWidth write SetTopViewWidth; |
|
![]() |
property TopX: double read GetTopX write SetTopX; |
|
![]() |
property TopY: double read GetTopY write SetTopY; |
|
![]() |
property Units: TUnits read FUnits write SetUnits; |
|
![]() |
property UseWaterTable: boolean read FUseWaterTable write SetUseWaterTable; |
|
![]() |
property Version: string read GetVersion write SetVersion; |
|
![]() |
property Width: integer read GetWidth write SetWidth; |
|
![]() |
property WindowState: TWindowState read GetWindowState write SetWindowState; |
|