Class TSfrUnsatSegment_Cell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSfrUnsatSegment_Cell = class(TValueCell)

Description

no description available, TValueCell description follows

Hierarchy

Overview

Fields

Private FValues: TSfrUnsatSegmentRecord;
Private FStressPeriod: integer;

Methods

Private function GetInitialWaterContent: double;
Private function GetBrooksCoreyExponent: double;
Private function GetSaturatedWaterContent: double;
Private function GetBrooksCoreyExponentAnnotation: string;
Private function GetSaturatedWaterContentAnnotation: string;
Private function GetInitialWaterContentAnnotation: string;
Private function GetVerticalSaturatedK: double;
Private function GetVerticalSaturatedKAnnotation: string;
Protected function GetColumn: integer; override;
Protected function GetLayer: integer; override;
Protected function GetRow: integer; override;
Protected function GetIntegerValue(Index: integer; AModel: TBaseModel): integer; override;
Protected function GetRealValue(Index: integer; AModel: TBaseModel): double; override;
Protected function GetRealAnnotation(Index: integer; AModel: TBaseModel): string; override;
Protected function GetIntegerAnnotation(Index: integer; AModel: TBaseModel): string; override;
Protected procedure Cache(Comp: TCompressionStream; Strings: TStringList); override;
Protected procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); override;
Protected procedure RecordStrings(Strings: TStringList); override;

Properties

Public property Values: TSfrUnsatSegmentRecord read FValues write FValues;
Public property StressPeriod: integer read FStressPeriod write FStressPeriod;
Public property BrooksCoreyExponent: double read GetBrooksCoreyExponent;
Public property SaturatedWaterContent: double read GetSaturatedWaterContent;
Public property InitialWaterContent: double read GetInitialWaterContent;
Public property VerticalSaturatedK: double read GetVerticalSaturatedK;
Public property BrooksCoreyExponentAnnotation: string read GetBrooksCoreyExponentAnnotation;
Public property SaturatedWaterContentAnnotation: string read GetSaturatedWaterContentAnnotation;
Public property InitialWaterContentAnnotation: string read GetInitialWaterContentAnnotation;
Public property VerticalSaturatedKAnnotation: string read GetVerticalSaturatedKAnnotation;

Description

Fields

Private FValues: TSfrUnsatSegmentRecord;
 
Private FStressPeriod: integer;
 

Methods

Private function GetInitialWaterContent: double;
 
Private function GetBrooksCoreyExponent: double;
 
Private function GetSaturatedWaterContent: double;
 
Private function GetBrooksCoreyExponentAnnotation: string;
 
Private function GetSaturatedWaterContentAnnotation: string;
 
Private function GetInitialWaterContentAnnotation: string;
 
Private function GetVerticalSaturatedK: double;
 
Private function GetVerticalSaturatedKAnnotation: string;
 
Protected function GetColumn: integer; override;
 
Protected function GetLayer: integer; override;
 
Protected function GetRow: integer; override;
 
Protected function GetIntegerValue(Index: integer; AModel: TBaseModel): integer; override;
 
Protected function GetRealValue(Index: integer; AModel: TBaseModel): double; override;
 
Protected function GetRealAnnotation(Index: integer; AModel: TBaseModel): string; override;
 
Protected function GetIntegerAnnotation(Index: integer; AModel: TBaseModel): string; override;
 
Protected procedure Cache(Comp: TCompressionStream; Strings: TStringList); override;
 
Protected procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); override;
 
Protected procedure RecordStrings(Strings: TStringList); override;
 

Properties

Public property Values: TSfrUnsatSegmentRecord read FValues write FValues;
 
Public property StressPeriod: integer read FStressPeriod write FStressPeriod;
 
Public property BrooksCoreyExponent: double read GetBrooksCoreyExponent;
 
Public property SaturatedWaterContent: double read GetSaturatedWaterContent;
 
Public property InitialWaterContent: double read GetInitialWaterContent;
 
Public property VerticalSaturatedK: double read GetVerticalSaturatedK;
 
Public property BrooksCoreyExponentAnnotation: string read GetBrooksCoreyExponentAnnotation;
 
Public property SaturatedWaterContentAnnotation: string read GetSaturatedWaterContentAnnotation;
 
Public property InitialWaterContentAnnotation: string read GetInitialWaterContentAnnotation;
 
Public property VerticalSaturatedKAnnotation: string read GetVerticalSaturatedKAnnotation;
 

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