Class TCustomMF_ListBoundColl
Unit
ModflowBoundaryUnit
Declaration
type TCustomMF_ListBoundColl = class(TCustomMF_BoundColl)
Description
TCustomMF_ListBoundColl
is used for boundary conditions in which each section of an object is used to define a separate set of boundary conditions. It is used for the CHD, DRN, DRT, GHB, RIV, and WEL packages.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
FDuplicatesAllowed: Boolean; |
|
Methods
 |
procedure UpdataRequiredData(DataSets: TList; Variables: TList; ACell: TObject; AModel: TBaseModel); |
UpdataRequiredData should be called just before a formula is about to be evaluated to make sure that all the required information is up-to-date. ACell is a TCellAssignment.
|
 |
function AdjustedFormula(FormulaIndex, ItemIndex: integer): string; virtual; abstract; |
AdjustedFormula when the formula assigned by the user needs to be expanded by the program AdjustedFormula is used to do that.
|
 |
procedure EvaluateListBoundaries(AModel: TBaseModel); |
EvaluateListBoundaries determines the locations, times, and values of the boundary condition associated with TCustomMF_ListBoundColl .
|
Properties
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:44