Class TModpathStartingLocationsWriter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TModpathStartingLocationsWriter = class(TCustomModflowWriter)

Description

MODPATH versions 5 and 6

Hierarchy

Overview

Fields

Private FParticleLines: TList;
Private FCellList: TCellAssignmentList;
Private FParticleGrid: array of array of array of TParticleLines;
Private FStartingLocations: TStringList;
Private FStartTime: Real;
Private FEndTime: Real;

Methods

Private procedure AssignParticleLocationsToElements;
Private procedure UpdateParticleLines;
Private procedure WriteLines;
Public function PackageID_Comment(APackage: TModflowPackageSelection): string; override;
Public class function Extension: string; override;
Public Constructor Create(Model: TCustomModel; EvaluationType: TEvaluationType); override;
Public Destructor Destroy; override;
Public procedure WriteFile(const AFileName: string);
Public procedure WriteFileVersion6(const AFileName: string);

Description

Fields

Private FParticleLines: TList;
 
Private FCellList: TCellAssignmentList;
 
Private FParticleGrid: array of array of array of TParticleLines;
 
Private FStartingLocations: TStringList;
 
Private FStartTime: Real;
 
Private FEndTime: Real;
 

Methods

Private procedure AssignParticleLocationsToElements;
 
Private procedure UpdateParticleLines;
 
Private procedure WriteLines;
 
Public function PackageID_Comment(APackage: TModflowPackageSelection): string; override;
 
Public class function Extension: string; override;
 
Public Constructor Create(Model: TCustomModel; EvaluationType: TEvaluationType); override;
 
Public Destructor Destroy; override;
 
Public procedure WriteFile(const AFileName: string);
 
Public procedure WriteFileVersion6(const AFileName: string);
 

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