Class TWellInterval

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TWellInterval = class(TCollectionItem)

Description

TWellInterval an open interval in a well boundary in PHAST.

Hierarchy

Overview

Fields

Private FFirstElevation: double;
Private FSecondElevation: double;

Methods

Private procedure SetFirstElevation(const Value: double);
Private procedure SetSecondElevation(const Value: double);
Private procedure InvalidateModel;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property FirstElevation: double read FFirstElevation write SetFirstElevation;
Published property SecondElevation: double read FSecondElevation write SetSecondElevation;

Description

Fields

Private FFirstElevation: double;

FFirstElevation: double; See FirstElevation.

Private FSecondElevation: double;

FSecondElevation: double; See SecondElevation.

Methods

Private procedure SetFirstElevation(const Value: double);

See FirstElevation.

Private procedure SetSecondElevation(const Value: double);

See SecondElevation.

Private procedure InvalidateModel;
 
Public procedure Assign(Source: TPersistent); override;

If Source is a TWellInterval, Assign copies FirstElevation and SecondElevation from Source.

Properties

Published property FirstElevation: double read FFirstElevation write SetFirstElevation;

FirstElevation represents elevation or depth of one end of the well screen in the open interval.

Published property SecondElevation: double read FSecondElevation write SetSecondElevation;

SecondElevation represents elevation or depth of the end of the well screen opposite FirstElevation in the open interval.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:01