Description | Hierarchy | Fields | Methods | Properties |
type TModflowOptions = class(TPersistent)
![]() |
FModel: TBaseModel; |
![]() |
FLengthUnit: integer; |
![]() |
FPrintTime: boolean; |
![]() |
FProjectName: string; |
![]() |
FProjectDate: string; |
![]() |
FModeler: string; |
![]() |
FComputeFluxesBetweenConstantHeadCells: boolean; |
![]() |
FTimeUnit: integer; |
![]() |
FDescription: TStrings; |
![]() |
FHNoFlow: real; |
![]() |
FHDry: real; |
![]() |
FOpenInTextEditor: boolean; |
![]() |
FInitialHeadFileName: string; |
![]() |
FStoredStopErrorCriterion: TRealStorage; |
![]() |
FStopError: Boolean; |
![]() |
procedure InvalidateModel; |
![]() |
procedure SetComputeFluxesBetweenConstantHeadCells(const Value: boolean); |
![]() |
procedure SetDescription(const Value: TStrings); |
![]() |
procedure SetHNoFlow(const Value: real); |
![]() |
procedure SetLengthUnit(const Value: integer); |
![]() |
procedure SetModeler(const Value: string); |
![]() |
procedure SetPrintTime(const Value: boolean); |
![]() |
procedure SetProjectDate(const Value: string); |
![]() |
procedure SetProjectName(const Value: string); |
![]() |
procedure SetTimeUnit(const Value: integer); |
![]() |
procedure SetHDry(const Value: real); |
![]() |
procedure SetOpenInTextEditor(const Value: boolean); |
![]() |
procedure SetInitialHeadFileName(const Value: string); |
![]() |
procedure SetStopError(const Value: Boolean); |
![]() |
procedure SetStopErrorCriterion(const Value: double); |
![]() |
procedure SetStoredStopErrorCriterion(const Value: TRealStorage); |
![]() |
function GetStopErrorCriterion: double; |
![]() |
procedure DefineProperties(Filer: TFiler); override; |
![]() |
procedure ReadHNoFlow(Reader: TReader); |
![]() |
procedure WriteHNoFlow(Writer: TWriter); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(Model: TBaseModel); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
FModel: TBaseModel; |
![]() |
FLengthUnit: integer; |
![]() |
FPrintTime: boolean; |
![]() |
FProjectName: string; |
![]() |
FProjectDate: string; |
![]() |
FModeler: string; |
![]() |
FComputeFluxesBetweenConstantHeadCells: boolean; |
![]() |
FTimeUnit: integer; |
![]() |
FDescription: TStrings; |
![]() |
FHNoFlow: real; |
![]() |
FHDry: real; |
![]() |
FOpenInTextEditor: boolean; |
![]() |
FInitialHeadFileName: string; |
![]() |
FStoredStopErrorCriterion: TRealStorage; |
![]() |
FStopError: Boolean; |
![]() |
procedure InvalidateModel; |
![]() |
procedure SetComputeFluxesBetweenConstantHeadCells(const Value: boolean); |
![]() |
procedure SetDescription(const Value: TStrings); |
![]() |
procedure SetHNoFlow(const Value: real); |
![]() |
procedure SetLengthUnit(const Value: integer); |
![]() |
procedure SetModeler(const Value: string); |
![]() |
procedure SetPrintTime(const Value: boolean); |
![]() |
procedure SetProjectDate(const Value: string); |
![]() |
procedure SetProjectName(const Value: string); |
![]() |
procedure SetTimeUnit(const Value: integer); |
![]() |
procedure SetHDry(const Value: real); |
![]() |
procedure SetOpenInTextEditor(const Value: boolean); |
![]() |
procedure SetInitialHeadFileName(const Value: string); |
![]() |
procedure SetStopError(const Value: Boolean); |
![]() |
procedure SetStopErrorCriterion(const Value: double); |
![]() |
procedure SetStoredStopErrorCriterion(const Value: TRealStorage); |
![]() |
function GetStopErrorCriterion: double; |
![]() |
procedure DefineProperties(Filer: TFiler); override; |
|
![]() |
procedure ReadHNoFlow(Reader: TReader); |
read a value for HNoFlow. |
![]() |
procedure WriteHNoFlow(Writer: TWriter); |
write a value for HNoFlow. |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create(Model: TBaseModel); |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
property StopErrorCriterion: double read GetStopErrorCriterion write SetStopErrorCriterion; |
![]() |
property ComputeFluxesBetweenConstantHeadCells: boolean
read FComputeFluxesBetweenConstantHeadCells
write SetComputeFluxesBetweenConstantHeadCells default True; |
![]() |
property Description: TStrings read FDescription write SetDescription; |
![]() |
property HDry: real read FHDry write SetHDry; |
![]() |
property HNoFlow: real read FHNoFlow write SetHNoFlow; |
![]() |
property LengthUnit: integer read FLengthUnit write SetLengthUnit default 2; |
![]() |
property Modeler: string read FModeler write SetModeler; |
![]() |
property PrintTime: boolean read FPrintTime write SetPrintTime default True; |
![]() |
property ProjectName: string read FProjectName write SetProjectName; |
![]() |
property ProjectDate: string read FProjectDate write SetProjectDate; |
![]() |
property TimeUnit: integer read FTimeUnit write SetTimeUnit default 1; |
![]() |
property OpenInTextEditor: boolean read FOpenInTextEditor
write SetOpenInTextEditor default True; |
![]() |
property InitialHeadFileName: string read FInitialHeadFileName
write SetInitialHeadFileName; |
![]() |
property StopError: Boolean read FStopError write SetStopError; |
![]() |
property StoredStopErrorCriterion: TRealStorage read FStoredStopErrorCriterion write SetStoredStopErrorCriterion; |