Class TPcgSelection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPcgSelection = class(TModflowPackageSelection)

Description

no description available, TModflowPackageSelection description follows

Hierarchy

Overview

Fields

Private FRELAX: TRealStorage;
Private FNBPOL: TPcgEstimateMaxEigenvalue;
Private FMUTPCG: TPcgPrintSelection;
Private FRCLOSE: TRealStorage;
Private FDAMPPCG: TRealStorage;
Private FHCLOSE: TRealStorage;
Private FNPCOND: TPcgMethod;
Private FMXITER: integer;
Private FITER1: integer;
Private FIPRPCG: integer;
Private FDAMPPCGT: TRealStorage;
Private FIHCOFADD: TPcgDryConvertOption;

Methods

Private procedure SetDAMPPCG(const Value: TRealStorage);
Private procedure SetHCLOSE(const Value: TRealStorage);
Private procedure SetIPRPCG(const Value: integer);
Private procedure SetITER1(const Value: integer);
Private procedure SetMUTPCG(const Value: TPcgPrintSelection);
Private procedure SetMXITER(const Value: integer);
Private procedure SetNBPOL(const Value: TPcgEstimateMaxEigenvalue);
Private procedure SetNPCOND(const Value: TPcgMethod);
Private procedure SetRCLOSE(const Value: TRealStorage);
Private procedure SetRELAX(const Value: TRealStorage);
Private procedure SetDAMPPCGT(const Value: TRealStorage);
Private procedure SetIHCOFADD(const Value: TPcgDryConvertOption);
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create(Model: TBaseModel);
Public Destructor Destroy; override;
Public procedure InitializeVariables; override;

Properties

Published property MXITER: integer read FMXITER write SetMXITER default 20;
Published property ITER1: integer read FITER1 write SetITER1 default 30;
Published property NPCOND: TPcgMethod read FNPCOND write SetNPCOND;
Published property HCLOSE: TRealStorage read FHCLOSE write SetHCLOSE;
Published property RCLOSE: TRealStorage read FRCLOSE write SetRCLOSE;
Published property RELAX: TRealStorage read FRELAX write SetRELAX;
Published property NBPOL: TPcgEstimateMaxEigenvalue read FNBPOL write SetNBPOL;
Published property IPRPCG: integer read FIPRPCG write SetIPRPCG default 1;
Published property MUTPCG: TPcgPrintSelection read FMUTPCG write SetMUTPCG;
Published property DAMPPCG: TRealStorage read FDAMPPCG write SetDAMPPCG;
Published property DAMPPCGT: TRealStorage read FDAMPPCGT write SetDAMPPCGT;
Published property IHCOFADD: TPcgDryConvertOption read FIHCOFADD write SetIHCOFADD;

Description

Fields

Private FRELAX: TRealStorage;
 
Private FNBPOL: TPcgEstimateMaxEigenvalue;
 
Private FMUTPCG: TPcgPrintSelection;
 
Private FRCLOSE: TRealStorage;
 
Private FDAMPPCG: TRealStorage;
 
Private FHCLOSE: TRealStorage;
 
Private FNPCOND: TPcgMethod;
 
Private FMXITER: integer;
 
Private FITER1: integer;
 
Private FIPRPCG: integer;
 
Private FDAMPPCGT: TRealStorage;
 
Private FIHCOFADD: TPcgDryConvertOption;
 

Methods

Private procedure SetDAMPPCG(const Value: TRealStorage);
 
Private procedure SetHCLOSE(const Value: TRealStorage);
 
Private procedure SetIPRPCG(const Value: integer);
 
Private procedure SetITER1(const Value: integer);
 
Private procedure SetMUTPCG(const Value: TPcgPrintSelection);
 
Private procedure SetMXITER(const Value: integer);
 
Private procedure SetNBPOL(const Value: TPcgEstimateMaxEigenvalue);
 
Private procedure SetNPCOND(const Value: TPcgMethod);
 
Private procedure SetRCLOSE(const Value: TRealStorage);
 
Private procedure SetRELAX(const Value: TRealStorage);
 
Private procedure SetDAMPPCGT(const Value: TRealStorage);
 
Private procedure SetIHCOFADD(const Value: TPcgDryConvertOption);
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create(Model: TBaseModel);
 
Public Destructor Destroy; override;
 
Public procedure InitializeVariables; override;
 

Properties

Published property MXITER: integer read FMXITER write SetMXITER default 20;
 
Published property ITER1: integer read FITER1 write SetITER1 default 30;
 
Published property NPCOND: TPcgMethod read FNPCOND write SetNPCOND;
 
Published property HCLOSE: TRealStorage read FHCLOSE write SetHCLOSE;
 
Published property RCLOSE: TRealStorage read FRCLOSE write SetRCLOSE;
 
Published property RELAX: TRealStorage read FRELAX write SetRELAX;
 
Published property NBPOL: TPcgEstimateMaxEigenvalue read FNBPOL write SetNBPOL;
 
Published property IPRPCG: integer read FIPRPCG write SetIPRPCG default 1;
 
Published property MUTPCG: TPcgPrintSelection read FMUTPCG write SetMUTPCG;
 
Published property DAMPPCG: TRealStorage read FDAMPPCG write SetDAMPPCG;
 
Published property DAMPPCGT: TRealStorage read FDAMPPCGT write SetDAMPPCGT;
 
Published property IHCOFADD: TPcgDryConvertOption read FIHCOFADD write SetIHCOFADD;
 

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