Class TRealPhastBoundaryCondition

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRealPhastBoundaryCondition = class(TCustomPhastBoundaryCondition)

Description

TRealPhastBoundaryCondition 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 a real number. An example is the head in a specified head boundary.

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

Private function GetValue1: double;

See Value1.

Private function GetValue2: double;

See Value2.

Private procedure SetValue1(const Value: double);

See Value1.

Private procedure SetValue2(const Value: double);

See Value2.

Protected function GetDatatype: TRbwDataType; override;

GetDatatype indicates that this boundary condition represents a real number.

Properties

Public property Value1: double 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: double 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