Class TSfr_Cell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSfr_Cell = class(TValueCell)

Description

no description available, TValueCell description follows

Hierarchy

Overview

Fields

Private FValues: TSfrRecord;
Private FStressPeriod: integer;

Methods

Private function GetStreamBedThickness: double;
Private function GetHydraulicConductivity: double;
Private function GetStreambedElevation: double;
Private function GetHydraulicConductivityAnnotation: string;
Private function GetStreambedElevationAnnotation: string;
Private function GetStreamBedThicknessAnnotation: string;
Private function GetStreamSlope: double;
Private function GetStreamSlopeAnnotation: string;
Private function GetBrooksCoreyExponent: double;
Private function GetBrooksCoreyExponentAnnotation: string;
Private function GetInitialWaterContent: double;
Private function GetInitialWaterContentAnnotation: string;
Private function GetSaturatedWaterContent: double;
Private function GetSaturatedWaterContentAnnotation: string;
Private function GetVerticalK: double;
Private function GetVerticalKAnnotation: string;
Private function GetReachLength: double;
Private function GetReachLengthAnnotation: string;
Private function GetLgrReachLength: double;
Protected function GetColumn: integer; override;
Protected function GetLayer: integer; override;
Protected function GetRow: integer; override;
Protected procedure SetColumn(const Value: integer); override;
Protected procedure SetLayer(const Value: integer); override;
Protected procedure SetRow(const Value: 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 function GetSection: integer; override;
Protected procedure RecordStrings(Strings: TStringList); override;

Properties

Public property Values: TSfrRecord read FValues write FValues;
Public property StressPeriod: integer read FStressPeriod write FStressPeriod;
Public property HydraulicConductivity: double read GetHydraulicConductivity;
Public property StreambedElevation: double read GetStreambedElevation;
Public property StreamBedThickness: double read GetStreamBedThickness;
Public property StreamSlope: double read GetStreamSlope;
Public property HydraulicConductivityAnnotation: string read GetHydraulicConductivityAnnotation;
Public property StreambedElevationAnnotation: string read GetStreambedElevationAnnotation;
Public property StreamBedThicknessAnnotation: string read GetStreamBedThicknessAnnotation;
Public property StreamSlopeAnnotation: string read GetStreamSlopeAnnotation;
Public property SaturatedWaterContent: double read GetSaturatedWaterContent;
Public property InitialWaterContent: double read GetInitialWaterContent;
Public property BrooksCoreyExponent: double read GetBrooksCoreyExponent;
Public property VerticalK: double read GetVerticalK;
Public property ReachLength: double read GetReachLength;
Public property LgrReachLength: double read GetLgrReachLength;
Public property ReachLengthAnnotation: string read GetReachLengthAnnotation;
Public property SaturatedWaterContentAnnotation: string read GetSaturatedWaterContentAnnotation;
Public property InitialWaterContentAnnotation: string read GetInitialWaterContentAnnotation;
Public property BrooksCoreyExponentAnnotation: string read GetBrooksCoreyExponentAnnotation;
Public property VerticalKAnnotation: string read GetVerticalKAnnotation;

Description

Fields

Private FValues: TSfrRecord;
 
Private FStressPeriod: integer;
 

Methods

Private function GetStreamBedThickness: double;
 
Private function GetHydraulicConductivity: double;
 
Private function GetStreambedElevation: double;
 
Private function GetHydraulicConductivityAnnotation: string;
 
Private function GetStreambedElevationAnnotation: string;
 
Private function GetStreamBedThicknessAnnotation: string;
 
Private function GetStreamSlope: double;
 
Private function GetStreamSlopeAnnotation: string;
 
Private function GetBrooksCoreyExponent: double;
 
Private function GetBrooksCoreyExponentAnnotation: string;
 
Private function GetInitialWaterContent: double;
 
Private function GetInitialWaterContentAnnotation: string;
 
Private function GetSaturatedWaterContent: double;
 
Private function GetSaturatedWaterContentAnnotation: string;
 
Private function GetVerticalK: double;
 
Private function GetVerticalKAnnotation: string;
 
Private function GetReachLength: double;
 
Private function GetReachLengthAnnotation: string;
 
Private function GetLgrReachLength: double;
 
Protected function GetColumn: integer; override;
 
Protected function GetLayer: integer; override;
 
Protected function GetRow: integer; override;
 
Protected procedure SetColumn(const Value: integer); override;
 
Protected procedure SetLayer(const Value: integer); override;
 
Protected procedure SetRow(const Value: 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 function GetSection: integer; override;
 
Protected procedure RecordStrings(Strings: TStringList); override;
 

Properties

Public property Values: TSfrRecord read FValues write FValues;
 
Public property StressPeriod: integer read FStressPeriod write FStressPeriod;
 
Public property HydraulicConductivity: double read GetHydraulicConductivity;
 
Public property StreambedElevation: double read GetStreambedElevation;
 
Public property StreamBedThickness: double read GetStreamBedThickness;
 
Public property StreamSlope: double read GetStreamSlope;
 
Public property HydraulicConductivityAnnotation: string read GetHydraulicConductivityAnnotation;
 
Public property StreambedElevationAnnotation: string read GetStreambedElevationAnnotation;
 
Public property StreamBedThicknessAnnotation: string read GetStreamBedThicknessAnnotation;
 
Public property StreamSlopeAnnotation: string read GetStreamSlopeAnnotation;
 
Public property SaturatedWaterContent: double read GetSaturatedWaterContent;
 
Public property InitialWaterContent: double read GetInitialWaterContent;
 
Public property BrooksCoreyExponent: double read GetBrooksCoreyExponent;
 
Public property VerticalK: double read GetVerticalK;
 
Public property ReachLength: double read GetReachLength;
 
Public property LgrReachLength: double read GetLgrReachLength;
 
Public property ReachLengthAnnotation: string read GetReachLengthAnnotation;
 
Public property SaturatedWaterContentAnnotation: string read GetSaturatedWaterContentAnnotation;
 
Public property InitialWaterContentAnnotation: string read GetInitialWaterContentAnnotation;
 
Public property BrooksCoreyExponentAnnotation: string read GetBrooksCoreyExponentAnnotation;
 
Public property VerticalKAnnotation: string read GetVerticalKAnnotation;
 

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