Class TIntegerPhastBoundaryCondition

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIntegerPhastBoundaryCondition = class(TCustomPhastBoundaryCondition)

Description

TIntegerPhastBoundaryCondition is used to define the value of one aspect of a boundary condition for one time period. The aspect of the boundary condition must be an integer. An example is the associated solution in a specified head boundary.

Hierarchy

Overview

Methods

Private function GetValue1: integer;
Private function GetValue2: integer;
Private procedure SetValue1(const Value: integer);
Private procedure SetValue2(const Value: integer);
Protected function GetDatatype: TRbwDataType; override;

Properties

Public property Value1: integer read GetValue1 write SetValue1;
Public property Value2: integer read GetValue2 write SetValue2;

Description

Methods

Private function GetValue1: integer;

See Value1.

Private function GetValue2: integer;

See Value2.

Private procedure SetValue1(const Value: integer);

See Value1.

Private procedure SetValue2(const Value: integer);

See Value2.

Protected function GetDatatype: TRbwDataType; override;

GetDatatype indicates that this boundary condition represents an integer.

Properties

Public property Value1: integer read GetValue1 write SetValue1;

If PHAST-style interpolation will be used, Value1 indicates the first value for the interpolation. See UsePHAST_Interpolation and TPhastInterpolationValues.

Public property Value2: integer read GetValue2 write SetValue2;

If PHAST-style interpolation will be used, Value2 indicates the second value for the interpolation. See UsePHAST_Interpolation and TPhastInterpolationValues.


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