Class TSpecificModflowBoundary

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSpecificModflowBoundary = class(TModflowParamBoundary)

Description

no description available, TModflowParamBoundary description follows
no description available, TModflowBoundary description follows

TModflowBoundary represents the MODFLOW boundaries associated with a single TScreenObject.

See also
TCustomMF_BoundColl
TCustomMF_BoundColl represents MODFLOW boundaries for a series of time intervals.

Hierarchy

Overview

Fields

Private FFormulaInterpretation: TFormulaInterpretation;

Methods

Private procedure SetFormulaInterpretation(const Value: TFormulaInterpretation);
Public procedure Assign(Source: TPersistent); override;

Properties

Published property FormulaInterpretation: TFormulaInterpretation read FFormulaInterpretation write SetFormulaInterpretation;

Description

Fields

Private FFormulaInterpretation: TFormulaInterpretation;
 

Methods

Private procedure SetFormulaInterpretation(const Value: TFormulaInterpretation);
 
Public procedure Assign(Source: TPersistent); override;

Assign copies FormulaInterpretation from the Source TSpecificModflowBoundary to this TSpecificModflowBoundary and then calls inherited Assign.

Properties

Published property FormulaInterpretation: TFormulaInterpretation read FFormulaInterpretation write SetFormulaInterpretation;

FormulaInterpretation determines whether the a formula represents

  • fiSpecific - formula / the length or area of intersection between the TScreenObject and grid cell.

  • fiTotal - formula.


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