Class TSpecifiedHeadDataSets

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSpecifiedHeadDataSets = class(TCustomDataSets)

Description

no description available, TCustomDataSets description follows

Descendants of TCustomDataSets store the TDataArrays used to assign values to TCustomPropertys.

an instance of TCustomDataSets is passed to TCustomZoneGroup in its constuctor.

Hierarchy

Overview

Fields

Private FAssociatedSolutions: TPhastTimeList;
Private FFrontBoundaryType: TDataArray;
Private FSideBoundaryType: TDataArray;
Private FSolutionType: TDataArray;
Private FSpecifiedHeads: TPhastTimeList;
Private FTopBoundaryType: TDataArray;

Methods

Public constructor Create;

Description

Fields

Private FAssociatedSolutions: TPhastTimeList;

FAssociatedSolutions: TPhastTimeList; FAssociatedSolutions is the TPhastTimeList that has the TDataArrays for the associated solution. in the boundary condition. In Create it is set to frmGoPhast.Model.SpecifiedHeadAssociatedSolution.

Private FFrontBoundaryType: TDataArray;

FFrontBoundaryType: TDataArray; FFrontBoundaryType is the TDataArray that identifies the type of boundary being evaluated for the front view of the model. In Create it is set to frmGoPhast.Model.FrontBoundaryType.

Private FSideBoundaryType: TDataArray;

FSideBoundaryType: TDataArray; FSideBoundaryType is the TDataArray that identifies the type of boundary being evaluated for the side view of the model. In Create it is set to frmGoPhast.Model.SideBoundaryType.

Private FSolutionType: TDataArray;

FSolutionType: TDataArray; FSolutionType is the TDataArray that identifies whether the solution is a specified solution or an associated solution.

Private FSpecifiedHeads: TPhastTimeList;

FSpecifiedHeads: TPhastTimeList; FSpecifiedHeads is the TPhastTimeList that has the TDataArrays for the specified heads. in the boundary condition. In Create it is set to frmGoPhast.Model.SpecifiedHeadHead.

Private FTopBoundaryType: TDataArray;

FTopBoundaryType: TDataArray; FTopBoundaryType is the TDataArray that identifies the type of boundary being evaluated for the tope view of the model. In Create it is set to frmGoPhast.Model.TopBoundaryType.

Methods

Public constructor Create;

Create creates an instance of TSpecifiedHeadDataSets, assigns the private fields and initializes them.


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