Class TSpecifiedFluxFrontDataSets

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSpecifiedFluxFrontDataSets = class(TCustomBoundaryDataSets)

Description

TSpecifiedFluxFrontDataSets stores and initializes the TDataArrays used to create zones for front flux boundary conditions.

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

Hierarchy

Overview

Methods

Protected function BoundaryDataType: TDataArray; override;
Protected function BoundaryTimes: TTimeList; override;
Protected function SolutionTimes: TTimeList; override;

Description

Methods

Protected function BoundaryDataType: TDataArray; override;

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

Protected function BoundaryTimes: TTimeList; override;

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

Protected function SolutionTimes: TTimeList; override;

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


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:47