Class TLpfSelection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLpfSelection = class(TModflowPackageSelection)

Description

no description available, TModflowPackageSelection description follows

Hierarchy

Overview

Fields

Private FUseSaturatedThickness: boolean;
Private FUseConstantCV: boolean;
Private FUseCvCorrection: boolean;
Private FUseVerticalFlowCorrection: boolean;
Private FUseStorageCoefficient: boolean;
Private FMultZoneArraysExported: boolean;
Private FNoParCheck: Boolean;

Methods

Private procedure SetUseConstantCV(const Value: boolean);
Private procedure SetUseCvCorrection(const Value: boolean);
Private procedure SetUseSaturatedThickness(const Value: boolean);
Private procedure SetUseVerticalFlowCorrection(const Value: boolean);
Private procedure SetUseStorageCoefficient(const Value: boolean);
Private procedure SetNoParCheck(const Value: Boolean);
Public procedure InitializeVariables; override;
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create(Model: TBaseModel);
Public destructor Destroy; override;

Properties

Public property MultZoneArraysExported: boolean read FMultZoneArraysExported write FMultZoneArraysExported;
Published property UseConstantCV: boolean read FUseConstantCV write SetUseConstantCV;
Published property UseSaturatedThickness: boolean read FUseSaturatedThickness write SetUseSaturatedThickness;
Published property UseCvCorrection: boolean read FUseCvCorrection write SetUseCvCorrection default True;
Published property UseVerticalFlowCorrection: boolean read FUseVerticalFlowCorrection write SetUseVerticalFlowCorrection default True;
Published property UseStorageCoefficient: boolean read FUseStorageCoefficient write SetUseStorageCoefficient;
Published property NoParCheck: Boolean read FNoParCheck write SetNoParCheck;

Description

Fields

Private FUseSaturatedThickness: boolean;
 
Private FUseConstantCV: boolean;
 
Private FUseCvCorrection: boolean;
 
Private FUseVerticalFlowCorrection: boolean;
 
Private FUseStorageCoefficient: boolean;
 
Private FMultZoneArraysExported: boolean;
 
Private FNoParCheck: Boolean;
 

Methods

Private procedure SetUseConstantCV(const Value: boolean);
 
Private procedure SetUseCvCorrection(const Value: boolean);
 
Private procedure SetUseSaturatedThickness(const Value: boolean);
 
Private procedure SetUseVerticalFlowCorrection(const Value: boolean);
 
Private procedure SetUseStorageCoefficient(const Value: boolean);
 
Private procedure SetNoParCheck(const Value: Boolean);
 
Public procedure InitializeVariables; override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create(Model: TBaseModel);
 
Public destructor Destroy; override;
 

Properties

Public property MultZoneArraysExported: boolean read FMultZoneArraysExported write FMultZoneArraysExported;
 
Published property UseConstantCV: boolean read FUseConstantCV write SetUseConstantCV;
 
Published property UseSaturatedThickness: boolean read FUseSaturatedThickness write SetUseSaturatedThickness;
 
Published property UseCvCorrection: boolean read FUseCvCorrection write SetUseCvCorrection default True;
 
Published property UseVerticalFlowCorrection: boolean read FUseVerticalFlowCorrection write SetUseVerticalFlowCorrection default True;
 
Published property UseStorageCoefficient: boolean read FUseStorageCoefficient write SetUseStorageCoefficient;
 
Published property NoParCheck: Boolean read FNoParCheck write SetNoParCheck;
 

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