Class TWellWriter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TWellWriter = class(TObject)

Description

TWellWriter is used to help write data for Wells in PHAST.

Hierarchy

Overview

Fields

Private FPumpingRate: TTimeList;
Private FSolution: TTimeList;
Public FScreenObjectList: TList;

Methods

Public constructor Create;
Public destructor Destroy; override;

Properties

Public property PumpingRate: TTimeList read FPumpingRate;
Public property Solution: TTimeList read FSolution;

Description

Fields

Private FPumpingRate: TTimeList;

FPumpingRate: TTimeList; See PumpingRate.

Private FSolution: TTimeList;

FSolution: TTimeList; See Solution.

Public FScreenObjectList: TList;

FScreenObjectList: TList; FScreenObjectList is a list of TPhastScreenObjects that are valid well boundaries.

Methods

Public constructor Create;

Create creates an instance of TWellWriter, sets and initializes the private variables and adds theTPhastScreenObjects that are valid well boundaries to FScreenObjectList.

Public destructor Destroy; override;

Destroy destroys the current instance of TWellWriter. Do not call Destroy directly. Call Free instead.

Properties

Public property PumpingRate: TTimeList read FPumpingRate;

PumpingRate is the TTimeList that has the TDataArrays for the pumping rate. in the well. In Create it is set to frmGoPhast.Model.WellInjectionOrPumpingRate.

Public property Solution: TTimeList read FSolution;

Solution is the TTimeList that has the TDataArrays for the solution. in the well. In Create it is set to frmGoPhast.Model.WellSolution.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:48