Class TMediaZone

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMediaZone = class(TCustomPhastZone)

Description

TMediaZone represents an individual media properties zone.

It provides TRPropertys for each type of media property.

Hierarchy

Overview

Fields

Private FVertTransDisp: TRProperty;
Private FSpecificStorage: TRProperty;
Private FPorosity: TRProperty;
Private FLongDisp: TRProperty;
Private FKz: TRProperty;
Private FKy: TRProperty;
Private FKx: TRProperty;
Private FHorzTransDisp: TRProperty;

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;
Public constructor Create; override;
Public destructor Destroy; override;

Properties

Public property HorzTransDisp: TRProperty read FHorzTransDisp;
Public property Kx: TRProperty read FKx;
Public property Ky: TRProperty read FKy;
Public property Kz: TRProperty read FKz;
Public property LongDisp: TRProperty read FLongDisp;
Public property Porosity: TRProperty read FPorosity;
Public property SpecificStorage: TRProperty read FSpecificStorage;
Public property VertTransDisp: TRProperty read FVertTransDisp;

Description

Fields

Private FVertTransDisp: TRProperty;
 
Private FSpecificStorage: TRProperty;
 
Private FPorosity: TRProperty;
 
Private FLongDisp: TRProperty;
 
Private FKz: TRProperty;
 
Private FKy: TRProperty;
 
Private FKx: TRProperty;
 
Private FHorzTransDisp: TRProperty;
 

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;

AssignProperties calls the inherited AssignProperties and then assigns values to the TRPropertys based on the values at (LayerIndex, RowIndex, ColIndex) in DataSets.

Public constructor Create; override;

Create creates an instance of TMediaZone.

Public destructor Destroy; override;

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

Properties

Public property HorzTransDisp: TRProperty read FHorzTransDisp;

HorzTransDisp specifies the horizontal transverse dispersivity of the zone.

Public property Kx: TRProperty read FKx;

Kx specifies the permeability in the X direction of the zone.

Public property Ky: TRProperty read FKy;

Ky specifies the permeability in the Y direction of the zone.

Public property Kz: TRProperty read FKz;

Kz specifies the permeability in the Z direction of the zone.

Public property LongDisp: TRProperty read FLongDisp;

LongDisp specifies the longitudinal dispersivity of the zone.

Public property Porosity: TRProperty read FPorosity;

Porosity specifies the porosity of the zone.

Public property SpecificStorage: TRProperty read FSpecificStorage;

SpecificStorage specifies the specific storage of the zone.

Public property VertTransDisp: TRProperty read FVertTransDisp;

VertTransDisp specifies the vertical transverse dispersivity of the zone.


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