Class TSideLeakyDataSets

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSideLeakyDataSets = class(TCustomLeakyDataSets)

Description

TSideLeakyDataSets stores and initializes the TDataArrays used to create zones for side leaky boundary conditions.

Most of the work is done by TCustomLeakyDataSets and TCustomBoundaryDataSets so TSideLeakyDataSets only needs to override a few functions.

Hierarchy

Overview

Methods

Protected function BoundaryDataType: TDataArray; override;
Protected function BoundaryTimes: TPhastTimeList; override;
Protected function HydraulicConductivityDataSet: TDataArray; override;
Protected function SolutionTimes: TPhastTimeList; override;
Protected function ThicknessDataSet: TDataArray; override;

Description

Methods

Protected function BoundaryDataType: TDataArray; override;

BoundaryDataType returns the TDataArray that identifies the type of boundary being evaluated. (frmGoPhast.Model.SideBoundaryType);

Protected function BoundaryTimes: TPhastTimeList; override;

BoundaryTimes returns the TPhastTimeList that has the TDataArrays for the flux rate in the boundary condition. (frmGoPhast.Model.SideLeakyHead);

Protected function HydraulicConductivityDataSet: TDataArray; override;

HydraulicConductivityDataSet is used to set FHydraulicConductivity in Create.

Protected function SolutionTimes: TPhastTimeList; override;

SolutionTimes returns the TPhastTimeList that has the TDataArrays for the associated solution. in the boundary condition. (frmGoPhast.Model.SideLeakyAssociatedSolution);

Protected function ThicknessDataSet: TDataArray; override;

ThicknessDataSet is used to set FThickness in Create. (frmGoPhast.Model.BoundaryDataSets[frmGoPhast.Model. IndexOfBoundaryDataSet(rsSideLeakyThickness)]);


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03