Unit ModflowRchUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
record TRchRecord

  TRchRecord = record
    Cell: TCellLocation;
    RechargeRate: double;
    StartingTime: double;
    EndingTime: double;
    RechargeRateAnnotation: string;
  end;
   

TRchRecord stores the location, time and recharge rate for a cell.

record TRchLayerRecord  
Class TRchStorage TRchStorage extends TCustomBoundaryStorage by adding the locations and values of series of recharge cells.
Class TRchLayerStorage  
Class TRchItem TRchItem represents a MODFLOW recharge for one time interval.
Class TRchLayerItem TRchLayerItem represents a MODFLOW recharge layer for one time interval.
Class TRchTimeListLink  
Class TRchCollection TRchCollection represents MODFLOW Recharge boundaries for a series of time intervals.
Class TRchLayerTimeListLink  
Class TRchLayerCollection  
Class TRchParamItem Each TRchParamItem stores a TRchCollection.
Class TRechargeCell  
Class TRch_Cell  
Class TRechargeLayerCell  
Class TRchBoundary TRchBoundary represents the MODFLOW Recharge boundaries associated with a single TScreenObject.

Types

TRchArray = array of TRchRecord;
TRchLayerArray = array of TRchLayerRecord;

Description

Types

TRchArray = array of TRchRecord;

TRchArray is an array of TRchRecords.

TRchLayerArray = array of TRchLayerRecord;
 

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