Class TLakePackageSelection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLakePackageSelection = class(TModflowPackageSelection)

Description

no description available, TModflowPackageSelection description follows

Hierarchy

Overview

Fields

Private FPrintLakes: boolean;
Private FNumberOfIterations: integer;
Private FConvergenceCriterion: double;
Private FTheta: double;
Private FSurfDepth: TRealStorage;
Private FExternalLakeChoice: TExternalLakeChoice;

Methods

Private procedure SetConvergenceCriterion(const Value: double);
Private procedure SetNumberOfIterations(const Value: integer);
Private procedure SetPrintLakes(const Value: boolean);
Private procedure SetTheta(const Value: double);
Private procedure SetSurfDepth(const Value: TRealStorage);
Private procedure SetExternalLakeChoice(const Value: TExternalLakeChoice);
Protected procedure SetIsSelected(const Value: boolean); override;
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create(Model: TBaseModel);
Public destructor Destroy; override;
Public procedure InitializeVariables; override;

Properties

Published property ConvergenceCriterion: double read FConvergenceCriterion write SetConvergenceCriterion;
Published property NumberOfIterations: integer read FNumberOfIterations write SetNumberOfIterations default 100;
Published property PrintLakes: boolean read FPrintLakes write SetPrintLakes default True;
Published property Theta: double read FTheta write SetTheta;
Published property SurfDepth: TRealStorage read FSurfDepth write SetSurfDepth;
Published property ExternalLakeChoice: TExternalLakeChoice read FExternalLakeChoice write SetExternalLakeChoice;

Description

Fields

Private FPrintLakes: boolean;
 
Private FNumberOfIterations: integer;
 
Private FConvergenceCriterion: double;
 
Private FTheta: double;
 
Private FSurfDepth: TRealStorage;
 
Private FExternalLakeChoice: TExternalLakeChoice;
 

Methods

Private procedure SetConvergenceCriterion(const Value: double);
 
Private procedure SetNumberOfIterations(const Value: integer);
 
Private procedure SetPrintLakes(const Value: boolean);
 
Private procedure SetTheta(const Value: double);
 
Private procedure SetSurfDepth(const Value: TRealStorage);
 
Private procedure SetExternalLakeChoice(const Value: TExternalLakeChoice);
 
Protected procedure SetIsSelected(const Value: boolean); override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create(Model: TBaseModel);
 
Public destructor Destroy; override;
 
Public procedure InitializeVariables; override;
 

Properties

Published property ConvergenceCriterion: double read FConvergenceCriterion write SetConvergenceCriterion;
 
Published property NumberOfIterations: integer read FNumberOfIterations write SetNumberOfIterations default 100;
 
Published property PrintLakes: boolean read FPrintLakes write SetPrintLakes default True;
 
Published property Theta: double read FTheta write SetTheta;
 
Published property SurfDepth: TRealStorage read FSurfDepth write SetSurfDepth;
 
Published property ExternalLakeChoice: TExternalLakeChoice read FExternalLakeChoice write SetExternalLakeChoice;
 

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