Description | Hierarchy | Fields | Methods | Properties |
type TModflowDRT_Writer = class(TCustomListWriter)
TCustomListWriter
is used as a base class for writing typical boundary condition files that allow for both parameter and non-parameter cells.
![]() |
NPDRT: integer; |
![]() |
MXL: integer; |
![]() |
procedure WriteDataSet1; |
![]() |
procedure WriteDataSets2And3; |
![]() |
procedure WriteDataSets4To6; |
![]() |
function CellType: TValueCellType; override; |
![]() |
class function Extension: string; override; |
![]() |
function GetBoundary(ScreenObject: TScreenObject): TModflowBoundary; override; |
![]() |
procedure GetOption(var Option: string); override; |
![]() |
function Package: TModflowPackageSelection; override; |
![]() |
function ParameterType: TParameterType; override; |
![]() |
procedure WriteParameterCells(CellList: TValueCellList; NLST: Integer; const VariableIdentifiers, DataSetIdentifier: string; AssignmentMethod: TUpdateMethod; MultiplierArrayNames: TTransientMultCollection; ZoneArrayNames: TTransientZoneCollection); override; |
![]() |
procedure WriteCell(Cell: TValueCell; const DataSetIdentifier, VariableIdentifiers: string); override; |
![]() |
procedure WriteFile(const AFileName: string); |
![]() |
NPDRT: integer; |
![]() |
MXL: integer; |
![]() |
procedure WriteDataSet1; |
![]() |
procedure WriteDataSets2And3; |
![]() |
procedure WriteDataSets4To6; |
![]() |
function CellType: TValueCellType; override; |
![]() |
class function Extension: string; override; |
![]() |
function GetBoundary(ScreenObject: TScreenObject): TModflowBoundary; override; |
![]() |
procedure GetOption(var Option: string); override; |
![]() |
function Package: TModflowPackageSelection; override; |
![]() |
function ParameterType: TParameterType; override; |
![]() |
procedure WriteParameterCells(CellList: TValueCellList; NLST: Integer; const VariableIdentifiers, DataSetIdentifier: string; AssignmentMethod: TUpdateMethod; MultiplierArrayNames: TTransientMultCollection; ZoneArrayNames: TTransientZoneCollection); override; |
![]() |
procedure WriteCell(Cell: TValueCell; const DataSetIdentifier, VariableIdentifiers: string); override; |
![]() |
procedure WriteFile(const AFileName: string); |