Class TSpecifiedFluxSideGroup

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSpecifiedFluxSideGroup = class(TCustomBoundaryGroup)

Description

TSpecifiedFluxSideGroup is used to determine a set of zones for side flux boundary conditions.

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

Hierarchy

Overview

Methods

Protected function GetBoundaryType: integer; override;
Protected function GetDataSets: TBoundaryDataSetsType; override;
Protected function GetMergeInXDirection: boolean; override;

Description

Methods

Protected function GetBoundaryType: integer; override;

GetBoundaryType identifies the type of boundary represented by this zone. (Ord(btFlux))

Protected function GetDataSets: TBoundaryDataSetsType; override;

GetDataSets returns a TBoundaryDataSetsType which is used in Create (TSpecifiedFluxSideDataSets).

Protected function GetMergeInXDirection: boolean; override;

GetMergeInXDirection returns False.


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