Class TModflowBoundaries
Unit
ScreenObjectUnit
Declaration
type TModflowBoundaries = class(TObject)
Description
TModflowBoundaries
is the internal representation of an object on the screen.
TModflowBoundaries
has a series of 0 or more points that defines its location in two dimensions. It may also have zero, one, or two associated elevation formulas that define its position in the third dimension. (See ElevationFormula, HigherElevationFormula, and LowerElevationFormula.) It can be used to set the values of zero or more TDataArrays. For each such TDataArray, it has a formula (See DataSetFormulas) that describes how it sets the values for them. The ViewDirection of the TScreenObject determine whether the 2D location of the object is with respect to the top, front, or side view of the model. It has properties that define boundary conditions in PHAST and it has methods to deal with PHAST-style interpolation. (See the following list.)
InterpValues
FluxBoundary
LeakyBoundary
RiverBoundary
SpecifiedHeadBoundary
WellBoundary
See also
- TPhastInterpolationValues
TPhastInterpolationValues
is used to store data related to PHAST-style interpolation and also to PHAST-style mixtures.
Hierarchy
- TObject
- TModflowBoundaries
Overview
Fields
Methods
Properties
Description
Fields
 |
FModflowChdBoundary: TChdBoundary; |
FModflowChdBoundary represents a Time-Variant Specified Head boundary. FModflowChdBoundary is only created if needed.
See also
- CreateChdBoundary
|
 |
FModflowEtsBoundary: TEtsBoundary; |
FModflowEtsBoundary represents an Evapotranspiration Segments boundary. FModflowEtsBoundary is only created if needed.
See also
- CreateEtsBoundary
|
 |
FModflowEvtBoundary: TEvtBoundary; |
FModflowEvtBoundary represents an Evapotranspiration boundary. FModflowEvtBoundary is only created if needed.
See also
- CreateEvtBoundary
|
 |
FModflowDrnBoundary: TDrnBoundary; |
FModflowDrnBoundary represents a Drain boundary. FModflowDrnBoundary is only created if needed.
See also
- CreateDrnBoundary
|
 |
FModflowDrtBoundary: TDrtBoundary; |
FModflowDrtBoundary represents a Drain Return boundary. FModflowDrtBoundary is only created if needed.
See also
- CreateDrtBoundary
|
 |
FModflowGhbBoundary: TGhbBoundary; |
FModflowGhbBoundary represents a General Head boundary. FModflowGhbBoundary is only created if needed.
See also
- CreateGhbBoundary
|
 |
FModflowLakBoundary: TLakBoundary; |
FModflowLakBoundary represents a Lake boundary. FModflowLakBoundary is only created if needed.
See also
- CreateLakBoundary
|
 |
FModflowRchBoundary: TRchBoundary; |
FModflowRchBoundary represents a Recharge boundary. FModflowRchBoundary is only created if needed.
See also
- CreateRchBoundary
|
 |
FModflowResBoundary: TResBoundary; |
FModflowResBoundary represents a Reservoir boundary. FModflowResBoundary is only created if needed.
See also
- CreateResBoundary
|
 |
FModflowRivBoundary: TRivBoundary; |
FModflowRivBoundary represents a River boundary. FModflowRivBoundary is only created if needed.
See also
- CreateRivBoundary
|
 |
FModflowSfrBoundary: TSfrBoundary; |
FModflowSfrBoundary represents a Stream-Flow Routing boundary. FModflowSfrBoundary is only created if needed.
See also
- CreateSfrBoundary
|
 |
FModflowWellBoundary: TMfWellBoundary; |
FModflowWellBoundary represents a Well boundary. FModflowWellBoundary is only created if needed.
See also
- CreateWelBoundary
|
 |
FModflowUzfBoundary: TUzfBoundary; |
FModflowUzfBoundary represents a UZF boundary. FModflowUzfBoundary is only created if needed.
See also
- CreateUzfBoundary
|
Methods
 |
procedure FreeUnusedBoundaries; |
|
 |
Destructor Destroy; override; |
|
Properties
Generated by PasDoc 0.12.1 on 2013-05-13 15:42:01