record TChdRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TChdRecord = record

Description

TChdRecord stores data for one CHD cell in a time increment defined by StartingTime and EndingTime. The StartingTime and EndingTime may or may not be the starting and ending time of stress periods.

  TChdRecord = record
    Cell: TCellLocation;
    StartingHead: double;
    EndingHead: double;
    StartingTime: double;
    EndingTime: double;
    StartAnnotation: string;
    EndAnnotation: string;
  end;
 

Overview

Fields

Cell: TCellLocation;
StartingHead: double;
EndingHead: double;
StartingTime: double;
EndingTime: double;
StartAnnotation: string;
EndAnnotation: string;

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
procedure RecordStrings(Strings: TStringList);

Description

Fields

Cell: TCellLocation;

Cell is the cell to which this boundary applies.

StartingHead: double;

StartingHead is the specified head for this boundary at StartingTime.

EndingHead: double;

EndingHead is the specified head for this boundary at EndingTime.

StartingTime: double;

StartingTime is when this boundary first begins to apply.

EndingTime: double;

EndingTime is when this boundary ceases to apply.

StartAnnotation: string;

StartAnnotation tells how StartingHead was assigned.

EndAnnotation: string;

EndAnnotation tells how EndingHead was assigned.

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
 
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
 
procedure RecordStrings(Strings: TStringList);
 

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