Class TMultinodeWell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMultinodeWell = class(TObject)

Description

Hierarchy

Overview

Fields

Private FCells: TValueCellList;
Private FScreenObject: TScreenObject;

Methods

Private function GetCell(Index: integer): TValueCell;
Private function GetCellCount: integer;
Private function WellBoundary: TMnw2Boundary;
Private function VerticalWell: boolean;
Private function ConstantWellLossParameters: boolean;
Private procedure GetVerticalWellElevations(out Ztop, Zbotm: double);
Public Destructor Destroy; override;
Public class function IsScreenObjectVertical( AScreenObject: TScreenObject): Boolean;

Properties

Public property Cells[Index:integer]: TValueCell read GetCell;
Public property CellCount: integer read GetCellCount;

Description

Fields

Private FCells: TValueCellList;
 
Private FScreenObject: TScreenObject;
 

Methods

Private function GetCell(Index: integer): TValueCell;
 
Private function GetCellCount: integer;
 
Private function WellBoundary: TMnw2Boundary;
 
Private function VerticalWell: boolean;
 
Private function ConstantWellLossParameters: boolean;
 
Private procedure GetVerticalWellElevations(out Ztop, Zbotm: double);
 
Public Destructor Destroy; override;
 
Public class function IsScreenObjectVertical( AScreenObject: TScreenObject): Boolean;
 

Properties

Public property Cells[Index:integer]: TValueCell read GetCell;
 
Public property CellCount: integer read GetCellCount;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:47