Unit ModflowWellUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
record TWellRecord

  TWellRecord = record
    Cell: TCellLocation;
    PumpingRate: double;
    StartingTime: double;
    EndingTime: double;
    PumpingAnnotation: string;
  end;
   

TWellRecord stores, the location, time and pumping rate for a well boundary.

Class TWellStorage TWellStorage extends TCustomBoundaryStorage by adding the locations and values of series of wells.
Class TWellItem TWellItem represents a MODFLOW well for one time interval.
Class TMfWelTimeListLink  
Class TWellCollection TWellCollection represents MODFLOW Well boundaries for a series of time intervals.
Class TWellParamItem Each TWellParamItem stores a TWellCollection.
Class TWell_Cell  
Class TMfWellBoundary TMfWellBoundary represents the MODFLOW Well boundaries associated with a single TScreenObject.

Types

TWellArray = array of TWellRecord;

Description

Types

TWellArray = array of TWellRecord;

TWellArray is an array of TWellRecords.


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